I have an Access front-end that uses dns less connections to my PostgreSQL database. The problem occurs if I leave a form open and idle for an extended period. Microsoft Access ends up giving errors and the user must ctrl+alt+del out.
You might try it with a DSN and then set the DSN up to log everything to a file. I've done that to trouble shoot some VB apps and it was pretty helpful.
You may see something going on between the two and see what is making it happen.
If I had to guess with no other info. I'd say it is something in Access and you might not be able to do anything about it. I've never had a similar problem with VB or the PHP stuff I do.
sorry I'm not any more help.
BTW- I thought you meant linking tables (as opposed to using VBA) without a DSN. That would be slick. Right now I use a file dsn out on our network for all my apps that need it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.