I am completely new to programming and have never worked with a database via Visual Basic 8 before. I need to display and edit information in the database through the use of textboxes on my VB 8 application. I've tried different codes, but they were for VB 5 or 6 and wouldnt work in VB 8. Can anyone help me?
The connection strings I tried were:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;User Id=admin;Password=;
and
Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=;
Page 1 of 1
Displaying Access Database Info in a VB 2008 textbox
#2
Re: Displaying Access Database Info in a VB 2008 textbox
Posted 08 July 2008 - 01:15 AM
Page 1 of 1

Reply





MultiQuote




|