Alf Stockton wrote:
Frank M. Kromann wrote:
This sounds like your MSSQL connections are getting mixed up.
If the two databases are on the same server and the same sql login has
access to both databases you can query everything from a single
conenction.
You just have to qualify the tables/proce
Frank M. Kromann wrote:
This sounds like your MSSQL connections are getting mixed up.
If the two databases are on the same server and the same sql login has
access to both databases you can query everything from a single conenction.
You just have to qualify the tables/procedures with ..table
to