Re: MSDE login problem - URGENT.
- From: "Jeff Johnson" <i.get@xxxxxxxxxxx>
- Date: Wed, 12 Jul 2006 11:27:23 -0400
"Aykut Canturk" <aykut.canturk@xxxxxxxxxxxxxxx> wrote in message
news:Oi7lltbpGHA.4408@xxxxxxxxxxxxxxxxxxxxxxx
I cannot connect to MSDE with this connectionstring:
Provider=SQLOLEDB.1;Password=123;Persist Security Info=True;User
ID=sa;Initial Catalog=uruntakip;Data Source=server
it happens after I started to use MSDE2000 SP3. I use VB 6.0.
Enterprise manager on my notebook can connect to MSDE.
And the server is registered in EM with sa / 123 as opposed to using Windows
Authentication?
But Icannot connect
from my application using above connection string. nor locally on the
computer with MSDE.
You mean you cannot connect with Enterprise Manager locally but you can
connect remotely (your laptop)?
PS: Also when I use ADO conponent of VB, It can succesfully sonects to
MSDE.
After I build the connection string, I use it in my VB code, and still
gettind the same error message.:
-2147217843 Login failed for user 'sa'.
In MSDE setup, Use the following ini file:
[Options]
SAPWD=123
SECURITYMODE=SQL
DISABLENETWORKPROTOCOLS=0
In Enterprise Manager, right-click on the registered server (from your
laptop, I guess) and go into Properties, then select the Security tab. Make
absolutely certain that the authentication mode is SQL Server and Windows.
.
- References:
- MSDE login problem - URGENT.
- From: Aykut Canturk
- MSDE login problem - URGENT.
- Prev by Date: Re: Passing pointers to User Defined Types between VB EXE and DLL
- Next by Date: Re: RealBasic?
- Previous by thread: MSDE login problem - URGENT.
- Next by thread: Re: MSDE login problem - URGENT.
- Index(es):
Relevant Pages
|