|
-
Nov 28th, 2000, 11:42 AM
#1
Thread Starter
New Member
I'm using a flexgrid and data control with an Access 2000 db. the Grid pulls data from a Access 97 db but gives an error "Unreconizable database format". What settings do I have to change? Appreciate any ideas
-
Nov 28th, 2000, 11:45 AM
#2
Thread Starter
New Member
Correction
I get the error when trying to use a 2000 db, the 97 db works fine.
-
Nov 28th, 2000, 12:14 PM
#3
It happens because regular data control is based on DAO 3.5 and it won't be able to read Access2000 format. What you can do is to use just a plain DAO 3.6 (which has a support for Jet4.0) or ADO to connect to a database.
-
Nov 28th, 2000, 12:19 PM
#4
Thread Starter
New Member
Is that a property of the data control or a whole different type of control? If it is a property, which one.
thanks
-
Nov 28th, 2000, 12:21 PM
#5
Thread Starter
New Member
I can't get the flexgrid to recognize the ado as a data source
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|