|
-
Sep 20th, 2000, 08:13 AM
#1
Please Help!
I'm trying to connect to my Access database using the standard data control in the tool box. The problem is that I have Office 2000 which needs Jet 4.0 to run. Visual Basic keeps giving me an error of "unreckognized database". What is the correct tool to connect to a database so that I can .movefirst, .moveprevious, .movenext and .movelast?
Thank You
-
Sep 20th, 2000, 08:23 AM
#2
Answer
don't use the standart data ontrol. try it with the microsoft ado data control
-
Sep 20th, 2000, 08:25 AM
#3
-
Sep 20th, 2000, 08:42 PM
#4
Lively Member
Hi
I'm sorry for you, but it is a bug corrected by the "VB6 service Pack 4".
If you can't optain it you can use the new feature in vb6, the Datainvironment and then add a connection and a DEcommand. then you can use this command as the Data1.Recordset in the Data control.
I hop this helps.
Yesterday is history ... Tomorrow is mistry .. Today is a gift.
VB6 , intermidiat
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
|