I had a macro that worked before we updated the accounting software that it was querying. I am trying to debug the macro. I am stepping through it with the Debugger and when I issue the DBConnect query the editor just exists. I can't get an error message out of it. Looks like it is just dies at the DBConnect. How can I get a better error message or figure out what is crashing it?
Let>str=Driver={Timberline Data};DictionaryMode=0;ShortenNames=0;StandardMode=0;MaxColSupport=1500;CodePage=1252;DatabaseType=1;uid=XXX;pwd=XXXX;DBQ=\\wpiacct\timberline\Timberline\WPIACCT;
DBConnect>str,dbH
DBConnect
Moderators: JRL, Dorian (MJT support)
The method I would use is as follows:
Open the following screen (in XP -- adjust as necessary for other OS)
control panel -> administrative tools ->Data Sources
Setup a system DSN with your connect string parameters
then there is usually a "Test Connection" button which you can click on.
This usually provides detailed information about a connection failure.
Open the following screen (in XP -- adjust as necessary for other OS)
control panel -> administrative tools ->Data Sources
Setup a system DSN with your connect string parameters
then there is usually a "Test Connection" button which you can click on.
This usually provides detailed information about a connection failure.
-
- Newbie
- Posts: 3
- Joined: Tue Jun 29, 2010 7:23 pm
Probably the best thing to do is open a support ticket
by using the following form:
Click Here for support
.
.
.
by using the following form:
Click Here for support
.
.
.