I'm having trouble getting the right code for the record set.
Dim adoItems As New ADODB.Connectio n
Dim recItems As New ADODB.Recordset
adoItems.Connec tionString = "Provider=MSDAS QL.1;Persist Security Info=False;User ID=MyUserID;Dat a Source=MyDataSo urce;Initial Catalog=MyCatal og"
adoItems.Open ("DSN=MyDSNName ;UID=MyUserID;P wd=MyPassword")
my real problem is getting the right recordset for recItems for my adodb connection.
Hope you guys can help me out..
Thanks in Advance
Dim adoItems As New ADODB.Connectio n
Dim recItems As New ADODB.Recordset
adoItems.Connec tionString = "Provider=MSDAS QL.1;Persist Security Info=False;User ID=MyUserID;Dat a Source=MyDataSo urce;Initial Catalog=MyCatal og"
adoItems.Open ("DSN=MyDSNName ;UID=MyUserID;P wd=MyPassword")
my real problem is getting the right recordset for recItems for my adodb connection.
Hope you guys can help me out..
Thanks in Advance
Comment