what is the code for button add new item in data base im using a postgerSQL data base.. thank for the reply.. i' m already connected in database.
c# - win form app: add new item
Collapse
X
-
Originally posted by firstimeryes it will insert a new data to my database..my problem is to have a code that will insert a new row to my database..once you click the Add new button.. thank you a lot..
.Net code should be something like
Code:command = "Insert......"; command.ExecuteNonQuery();
Comment
Comment