shahidmojid Level: Professor Registered: 09-05-2002 Posts: 85
Data Control / Access 2000 Archived to Disk
I am having vb6 and office 2000 in my computer. I can use access 2000 db by selecting project, MS Access 9.0 library. But i cannot browse data by using Data control and dbgrid. Its saying unrecognized database format.
also,
how can i type inside flexgrid?
Help!! Help!!
22-05-2002 at 10:58 AM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1617
Re: Data Control / Access 2000 Archived to Disk
For the non-ADO data control, make sure the "connect" property says "Access 2000" NOT "Access" otherwise it will say invalid format.
22-05-2002 at 02:32 PM
|
shahidmojid Level: Professor Registered: 09-05-2002 Posts: 85
Re: Data Control / Access 2000 Archived to Disk
Under connect property (data control) there is no "Access 2000", only access and other drivers like fpw...... How can i bring access 2000 there?
Please help......
22-05-2002 at 09:24 PM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1617
Re: Data Control / Access 2000 Archived to Disk
Strange...
you may want to go to http://www.microsoft.com/data/, and get the latest MDAC controls (either 2.7RTM or 2.6RTM). Install them. The option should be available then... Also make sure that you have VB SP5. It's been a while, but I know one (or both) of these took care of the problem.