updating records

  1. C

    Updating a record using a parameter

    Good day, people I am having trouble with the adding records for 2 tables on my database. i used already the insert from my_table (emp_id,school_name,school_address)values("@emp_id","@school_name","@school_address"), my question is that once i run the application there always an error that the...
Back
Top