|
-
Mar 22nd, 2005, 11:57 AM
#1
Thread Starter
Junior Member
Upgrade access 97 to 2003 problems
Hi there All.
I am upgrading a vb project to access 2003 data as opposed to the previous 97 databases. You have previously pointed me in the right direction on ADO which I am working on.
I have come up with another problem, I have code:-
CabStyleData.DatabaseName = Data_Path & "Cabinet Prices.mdb"
CabStyleData.RecordSource = "SELECT * FROM [Styles] ORDER BY [DESCRIPTION]"
CabStyleData.Refresh
I get an error message:-
Un recognised database format, Bla Bla
as above database format was 97 now 2003
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
|