Re: SQL database not saving
I would write a standard SQL INSERT Query to add the new record to my database.
Re: SQL database not saving
Where can i see and example of that? I am new to SQL.
Re: SQL database not saving
What kind of SQL server are you running? SQL Server? MySQL? Oracle?
Re: SQL database not saving
Re: SQL database not saving
See the Database FAQ section on this site.
Re: SQL database not saving
I see the database FAQ section, but i dont think i understand. From what i see what im doing should work right? Inserting the row to the dataset then updating the table via the dataset.
The faq says to use the update method to save the changes to the database, im using the command but its not updating the database.
Sorry for the ignorance, ive never used SQL before.