PDA

Click to See Complete Forum and Search --> : VB Standard data control


Sep 20th, 2000, 08:13 AM
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
don't use the standart data ontrol. try it with the microsoft ado data control

Sep 20th, 2000, 08:25 AM
Thanks, I'll try it.

Feras
Sep 20th, 2000, 08:42 PM
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.