.NET forms to insert in database
i'm developing a aplication in c# and i need to know this:
how i can insert into a access database a data inserted in a textbox?.
Answers (1)
1
Tech Writer 2.2k 1.6m 22y See ADO.NET section and look for Adding data into an Access database table or something.