Re: ODBC
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 22 Sep 2005 12:59:40 -0700
First of all, you NEVER want to use the sa login, especially from
Access, which caches login information in clear text. You are creating
a giant security hole, not just for SQL Server, but for the machine it
is installed on or any that can connect to it on your network. If you
are trying to link tables, the best solution is to write DAO code
manipulating the TableDef objects. You can pass a connection string in
your code. If you're trying to do something else, please post the code
you are using or provide more details.
--Mart
On Tue, 20 Sep 2005 09:47:02 -0700, "Stuart Robins" <Stuart
Robins@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I am running Access 2002 on W98 Second Edition.
>
>I am trying to connect to a SQL Server. The ODBC is set correctly and tests
>ok in control panel.
>
>When I connect to the database it puts the Network Login ID in the Login box
>instead of sa which is set in Control Panel.
>
>Can anyone help please?
.
- Prev by Date: Re: ODBC Drivers Disappeared
- Next by Date: ODBC IS preformatting wrong datatime format
- Previous by thread: Re: Authentication Mode
- Next by thread: ODBC IS preformatting wrong datatime format
- Index(es):
Relevant Pages
|