If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > Compiled app on Win2000/Millenium problems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-25-02, 03:42
GrahamLuks GrahamLuks is offline
Registered User
 
Join Date: Sep 2002
Location: Sydney, Australia
Posts: 3
Compiled app on Win2000/Millenium problems

I have compiled a VisualC++ app that reads an ACCESS database.
It runs fine on Win2000 but error opening database on Millenium.
Any suggestions ?
Ta
Reply With Quote
  #2 (permalink)  
Old 09-25-02, 04:37
alligatorsql.com alligatorsql.com is offline
Registered User
 
Join Date: Jul 2001
Location: Germany
Posts: 189
Hello,

which error is trown ... a database error or a vc error ????

Regards
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com
Reply With Quote
  #3 (permalink)  
Old 09-25-02, 19:35
GrahamLuks GrahamLuks is offline
Registered User
 
Join Date: Sep 2002
Location: Sydney, Australia
Posts: 3
Win2000/Millenium problems

I think I have worked it out.

The app uses DAO to interrogate database tables, to extract column names etc.
The problem was that DAO is not installed on the target (Millenium) PC, and it was getting a database-engine initialize error.
I can install DAO on the target machine but this is very complex as the app needs to be distributed to many computers.
I have since learned how to dynamically bind fields using ODBC (instead of ADO), so I am going to pursue this strategy instead.
This is the result of a lot of late-night searching.

Thanks for replying.
Graham Luks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On