acido00 Posted August 27, 2004 Share Posted August 27, 2004 I want add a new data in my ACCESS DATABASE! Please help me! I can see the data in the textbox! but i can't add a new data i want that when i put a text in the TEXTBOX, the text will save in the DATABASE! Please help me! I know how to do this in Visual Basic 6, but not 2005! Thanks! Link to comment Share on other sites More sharing options...
0 acido00 Posted August 29, 2004 Author Share Posted August 29, 2004 i want to save a data in my data base, when i write in my text box! i need the code! thanks Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted August 29, 2004 Share Posted August 29, 2004 (edited) Look for SqlConnection, I'm not sure of the connection string to connect to Access but I know you can do it through that. In fact, look under Tools -> Connect To Database -> Provider and select Microsoft Jet and then in the next tab you can select your Access Database. From there you'll use SQL syntax to input data to it. Edited August 29, 2004 by kjordan2001 Link to comment Share on other sites More sharing options...
Question
acido00
I want add a new data in my ACCESS DATABASE!
Please help me!
I can see the data in the textbox! but i can't add a new data
i want that when i put a text in the TEXTBOX, the text will save in the DATABASE!
Please help me!
I know how to do this in Visual Basic 6, but not 2005!
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts