Connecting Tech Pros Worldwide Help | Site Map

Saving into microsoft access using vb6

Newbie
 
Join Date: Jan 2007
Posts: 1
#1: Jan 17 '07
Hi All

Can anyone help me, I am struggling to get the code for saving into a microsoft access database using vb6. I have connected using the ADODC because I can't get the connection string correct.

Thanks in advance.
Poomeh
Member
 
Join Date: Nov 2006
Posts: 98
#2: Jan 17 '07

re: Saving into microsoft access using vb6


Quote:

Originally Posted by poomeh

Hi All

Can anyone help me, I am struggling to get the code for saving into a microsoft access database using vb6. I have connected using the ADODC because I can't get the connection string correct.

Thanks in advance.
Poomeh

Have you written the module code?
Otherwise, You have to use the following module code to establish the connection.
dim con as new ADODB.connection
con.open"datasource name"
Reply