Hello,
I'm busy with placing a project from VB5 to VB6, and everything works fine accept the data control.
Everytime I come to the place where I use the datacontrol I get the following error: "unrecognized database format".
This is the code that I use:
Data.RecordSource = here stands my sql
Data.RecordsetType = 1
Data.Options = 0
Data.Refresh
When the project was running in VB5 we never had problems with this control.
I'm using VB6, access 2000 and an dao connection.
Greetings
Els
I'm busy with placing a project from VB5 to VB6, and everything works fine accept the data control.
Everytime I come to the place where I use the datacontrol I get the following error: "unrecognized database format".
This is the code that I use:
Data.RecordSource = here stands my sql
Data.RecordsetType = 1
Data.Options = 0
Data.Refresh
When the project was running in VB5 we never had problems with this control.
I'm using VB6, access 2000 and an dao connection.
Greetings
Els