Windows XP DAO Error

Joined
Dec 3, 2006
Messages
2
Reaction score
0
i have this "serviced" application written in VB and having problem to connect to db (oracle via odbc) when starting using local system account. however when starting the application using domain administrator ID, it is ok.

error as following:
ODBC -- connection to "XXX" failed.DAO.Workspace.

have checked the related permission SYSTEM a/c do hv sufficient access (incl in registry). anything i missed out?
 
Joined
Dec 7, 2003
Messages
1,281
Reaction score
0
if the DB is on a server and the servers a member of the domain, then you'll have to use a domain account. end of.
 
Joined
Dec 3, 2006
Messages
2
Reaction score
0
this stmt is not really true as the same didnt happen in my test environment (ie in my test server, i start the same application-service using local sys a/c which the db is at different server). connection to the db is via odbc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top