Using Dao 3.6 On Windows Server 2008

chproestos

New member
Joined
Jun 21, 2011
Messages
1
Location
cyprus
I have an application written in vb6 that connects to an access database using dao 3.6
i have just installed this application on windows server 2008 64bit machine. The problem i am facing is that sometimes it takes too much time executing an sql statement that usually executes in milliseconds.
 

Attachments

  • Clipboard07.jpg
    Clipboard07.jpg
    33 KB · Views: 1
From what I know, on 64-bits you can't use DAO, you must use ADO.

If you prefer, install office x86 (32 bits) and it should work.
 
Back
Top