sbarrett2008
IS-IT--Management
I created a program that converts Paradox tables into a SQL 2005 database. The program runs fine on my development system, and it runs on another system after I installed Express SQL and Codegear 2007 on it.
It won't run on the production machine. The production machine routinely uses the Paradox OBDC connection. I have imported data from the SQL database into an excel spreadsheet. I'm fairly confident that the connections are correct.
I can run the program on the laptop using the user name and password (from the production machine). This rules out rights issues.
The specific error I am getting is:
Schema or user name separated by a '.' must be specified.
Any suggestions would be helpful.
It won't run on the production machine. The production machine routinely uses the Paradox OBDC connection. I have imported data from the SQL database into an excel spreadsheet. I'm fairly confident that the connections are correct.
I can run the program on the laptop using the user name and password (from the production machine). This rules out rights issues.
The specific error I am getting is:
Schema or user name separated by a '.' must be specified.
Any suggestions would be helpful.