Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to find a way to read and write data from text boxes into an sql db. for example, textbox1 will load column1 in table1, and textbox2 will load column2 in table1. in a different form, textbox1 will fill column1 in table1 and textbox2 will fill column2 in table1. When filling the columns, they will overwrite any existing data inside. a button1 will execute both functions in both forms.
Posted

1 solution

This beginner's guide should help you get started[^].
 
Share this answer
 
Comments
doomslagen 17-Mar-11 20:37pm    
The beginner guide is in c# i am working in vb.net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900