|
Home > Archive > microsoft.public.sqlserver.server > August 2004 > Using the BDE with SQL2000
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using the BDE with SQL2000
|
|
|
| I'm trying to get my Delphi application to connect to my SQL 2000 Server
using TCP/IP and I keep getting an error saying that it is not a trusted
connection. Everything works fine with named pipes, so I'm trying to figure
out how to allow non-trusted connections via TCP/IP and/or make the BDE a
trusted connection. Can anybody please help with this? Thanks.
--Jared
| |
| kermudgeon 2004-08-31, 5:19 pm |
| Cannot be done under the BDE. The BDE requires Named Pipes. That is why we are changing to a persistance framework using ADO. |
|
|
|
|