|
-
Feb 24th, 2000, 10:07 PM
#1
Thread Starter
Junior Member
friends,
in vb 6.0 / ms access 97, i have use ADO control in one of the forms and i have assigned connection string of the ADO control & recordset of the ADO control & datasource of a datagrid(which has got bound to that datacontrol) during runtime.
i have tried:
datCtrlHelp.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=" & App.Path & "\Cvbase~1.mdb"
datCtrlHelp.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & App.Path & "\Cvbase~1.mdb"
can anybody help?
friendly,
jeyasree.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|