Hello..
I am making a program where i use an sql database to storage user information, but i cant figure out how to add a new record that actually stays in the database, i have found some different codes but they only add the record "locally", so when i close my program the new records is gone.. =s
If anybody can help me i will really appreciate it. =)
My database contains(in this order): User_ID(primary key), firstname, lastname, title
Another thing is that the new record automatically should get a new User_ID.
thanks in advance. =)