-
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
-
Answer
don't use the standart data ontrol. try it with the microsoft ado data control
-
-
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.