VB6 "unrecognized data" - access 2002
Hi guys,
Im trying to display using the MSflexgrid my access2002 database but an error "unrecognized database" pops out.
I convert it to access97 and it works fine. VB6 can only work with access97? Or do I need some patch/update or something?
Regards...
Re: VB6 "unrecognized data" - access 2002
vocalmind,
No VB works with all database. The problem is the datagrid. Change the database to Access 2000. If the datagrid does not support it you should not use it.
Just a note: Only Newbies use the data controls because of their lack of ability to handle different things. You should use ADO and fill a MSHFlexgrid with the information you want.
Re: VB6 "unrecognized data" - access 2002
I'm indeed a newbie. Thanks, i'll check on the ADO.
Regards...
Re: VB6 "unrecognized data" - access 2002
vocalmind,
Check in my signature for Multi Database Connection this could possibly help you through the change over.