- Joined
- Jul 18, 2005
- Messages
- 3
- Reaction score
- 0
I have an application that use MS Access as client with PostgreSQl as backend. The question is what connection to use between MS Access and Postgres. I try to use the pass-through queries and this method doesn't work very well, because the application(the client) stops responding. So i want to know if ADO is a better solution for my application. Thanks !!