Re: ADO Connection via DSN
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/17/04
- Next message: Brian Bushay TeamB: "Re: False error "Column does not exists""
- Previous message: Bill Todd: "Re: ADODataset component"
- In reply to: Philip: "ADO Connection via DSN"
- Next in thread: Philip: "Re: ADO Connection via DSN"
- Reply: Philip: "Re: ADO Connection via DSN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Nov 2004 19:45:38 -0600
>I have an app that now need access to a SQL Server remote DB. Using an TADOConnection I am having problems. I used the Build Connection String dialog to build a connection and it works fine, the problem is there are parameters in the connection string that I will not know at runtime.
>All I know is the DSN Name, shouldn't this be enough? Isn't the point of connecting via a DSN so my program doesn't have to worry about login and security information? Or am I missing something?
>Thanks for any and all ideas on this one.
the DSN will get you to the server. You still need to know the database you are
connecting to and Username/password to login. Plus the access to the server can
not be blocked by a firewall.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: False error "Column does not exists""
- Previous message: Bill Todd: "Re: ADODataset component"
- In reply to: Philip: "ADO Connection via DSN"
- Next in thread: Philip: "Re: ADO Connection via DSN"
- Reply: Philip: "Re: ADO Connection via DSN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|