473,569 Members | 2,489 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems connecting to MSDE SP3a

Good day everyone;
I'm having a program for a PocketPC that was working great, this program
connects to a database (MSDE) but when I updated the MSDE to SP3a everything
blew-up... There is no way I can connect to my database anymore. The funny
part is that if I connect to a full MS-SQL Server the program works just
fine. Do I need to change anything in my connection string so I can connect
to MSDE SP3a? Any Ideas of how I can solve this problem?

I have MSDE2000 SP3a
MDAC 2.8
VS.NET 2003
I'm using System.Data.Sql Client to connect

Here is my connection string.

mString = "Data Source = myServer; Initial Catalog = Aduana; Password = abc;
User Id = sa"

I also tried this:
mString = "User Id = sa; Password = abc; Database= Aduana; Server =
myServer"

Thank you in advance for your help...
Jesus Carmona

Nov 21 '05 #1
4 1547

August 9, 2004

You are using the SA account to login onto the server. When
you upgrade to SP3a, the SA account is no longer supported, if
you use a weak password. You must change you password to
a strong one. I am pretty sure that this is your problem. I am
quite sure that to be a strong password, it has to consist of: a
minimum of 8 characters, some symbols, and both numbers and
letters. I am not positive that this will work, but you might want
to check. I hope this helps!
Joseph MCP
"Jesus Carmona" wrote:
Good day everyone;
I'm having a program for a PocketPC that was working great, this program
connects to a database (MSDE) but when I updated the MSDE to SP3a everything
blew-up... There is no way I can connect to my database anymore. The funny
part is that if I connect to a full MS-SQL Server the program works just
fine. Do I need to change anything in my connection string so I can connect
to MSDE SP3a? Any Ideas of how I can solve this problem?

I have MSDE2000 SP3a
MDAC 2.8
VS.NET 2003
I'm using System.Data.Sql Client to connect

Here is my connection string.

mString = "Data Source = myServer; Initial Catalog = Aduana; Password = abc;
User Id = sa"

I also tried this:
mString = "User Id = sa; Password = abc; Database= Aduana; Server =
myServer"

Thank you in advance for your help...
Jesus Carmona

Nov 21 '05 #2
Thanks Joseph,
I'll try to change the password and check again.

Does this change apply to MS-SQL Server 2000 as well in SP3a?

Thank you very much...
"Joseph MCP" <Jo*******@disc ussions.microso ft.com> wrote in message
news:E6******** *************** ***********@mic rosoft.com...

August 9, 2004

You are using the SA account to login onto the server. When
you upgrade to SP3a, the SA account is no longer supported, if
you use a weak password. You must change you password to
a strong one. I am pretty sure that this is your problem. I am
quite sure that to be a strong password, it has to consist of: a
minimum of 8 characters, some symbols, and both numbers and
letters. I am not positive that this will work, but you might want
to check. I hope this helps!
Joseph MCP
"Jesus Carmona" wrote:
Good day everyone;
I'm having a program for a PocketPC that was working great, this program
connects to a database (MSDE) but when I updated the MSDE to SP3a everything blew-up... There is no way I can connect to my database anymore. The funny part is that if I connect to a full MS-SQL Server the program works just
fine. Do I need to change anything in my connection string so I can connect to MSDE SP3a? Any Ideas of how I can solve this problem?

I have MSDE2000 SP3a
MDAC 2.8
VS.NET 2003
I'm using System.Data.Sql Client to connect

Here is my connection string.

mString = "Data Source = myServer; Initial Catalog = Aduana; Password = abc; User Id = sa"

I also tried this:
mString = "User Id = sa; Password = abc; Database= Aduana; Server =
myServer"

Thank you in advance for your help...
Jesus Carmona

Nov 21 '05 #3
* "Jesus Carmona" <jc******@norie ga-bts.com> scripsit:
I'm having a program for a PocketPC that was working great, this program
connects to a database (MSDE) but when I updated the MSDE to SP3a everything
blew-up... There is no way I can connect to my database anymore. The funny
part is that if I connect to a full MS-SQL Server the program works just
fine. Do I need to change anything in my connection string so I can connect
to MSDE SP3a? Any Ideas of how I can solve this problem?


Notice that there is a separate group for database-related questions
available:

<URL:news://news.microsoft. com/microsoft.publi c.dotnet.framew ork.adonet>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #4
I tried what you suggested, and it didn't work. However I found out that by
default SP3a turns off network connection, using svrnetcn.exe I was able to
turn it back on.
Thanks a lot for your interest.

Regards
Jesus Carmona
"Joseph MCP" <Jo*******@disc ussions.microso ft.com> wrote in message
news:86******** *************** ***********@mic rosoft.com...

August 9, 2004

Yes, this situation also applies to SQL Server 2000 SP3a.
I will be curious to hear if that solves it...
Joseph MCP
"Jesus Carmona" wrote:
Thanks Joseph,
I'll try to change the password and check again.

Does this change apply to MS-SQL Server 2000 as well in SP3a?

Thank you very much...
"Joseph MCP" <Jo*******@disc ussions.microso ft.com> wrote in message
news:E6******** *************** ***********@mic rosoft.com...

August 9, 2004

You are using the SA account to login onto the server. When
you upgrade to SP3a, the SA account is no longer supported, if
you use a weak password. You must change you password to
a strong one. I am pretty sure that this is your problem. I am
quite sure that to be a strong password, it has to consist of: a
minimum of 8 characters, some symbols, and both numbers and
letters. I am not positive that this will work, but you might want to check. I hope this helps!
Joseph MCP
"Jesus Carmona" wrote:

> Good day everyone;
> I'm having a program for a PocketPC that was working great, this program > connects to a database (MSDE) but when I updated the MSDE to SP3a

everything
> blew-up... There is no way I can connect to my database anymore. The

funny
> part is that if I connect to a full MS-SQL Server the program works just > fine. Do I need to change anything in my connection string so I can

connect
> to MSDE SP3a? Any Ideas of how I can solve this problem?
>
> I have MSDE2000 SP3a
> MDAC 2.8
> VS.NET 2003
> I'm using System.Data.Sql Client to connect
>
> Here is my connection string.
>
> mString = "Data Source = myServer; Initial Catalog = Aduana;
Password = abc;
> User Id = sa"
>
> I also tried this:
> mString = "User Id = sa; Password = abc; Database= Aduana; Server =
> myServer"
>
> Thank you in advance for your help...
> Jesus Carmona
>
>
>
>


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3715
by: Allcomp | last post by:
Hello, I have seen something strange on a customer's computer. It is a P4 3 GHz with 512 MB Ram running on a Win2K SP3 When he uses a part of my application, it is really slow (more than 10 sec for something that I do in 1 sec. (in VB6) with an older computer), he also have a second computer where it is really fast (one second too). When...
3
9101
by: Tim Morrison | last post by:
MSDE2000 I have an application in which I am running a TSQL command of BACKUP DATABASE and RESTORE DATABASE for the backup and restore commands for my application. For testing purposes, i did the following: 1) Ran a BACKUP DATABASE command to a file named C:\TEST.BAK. 2) Deleted the database completely. 3) Ran a RESTORE DATABASE on the...
2
2456
by: Marek Powichrowski | last post by:
Hi all, I have the the problem with logging to MSDE using SQL-DMO interface. On the W2K with LoginSecure=TRUE everything is OK (connect is made without any parameters) But when LoginSecure=FALSE (on Win 98) connect( 'instance_name', 'sa', 'sa_password' )
5
8414
by: Igor Solodovnikov | last post by:
Hi. I am trying to automatically backup transaction log when error 9002 happened. So i have created appropriate job and alert to catch this error. I have two instances of sql server under Windows 2000. One of them is full SQL Server, another is msde. When transaction log is full in full SQL Server error 9002 severity 17 state 2 is logged in...
2
1247
by: Andy B | last post by:
It's arriving from ebuyer tomorrow for 32 quid. I already have an instance of MSDE running on the laptop and ideally i would like SQL server to be installed and use the current instance and not install any other additional services. Basically all i would like is to use the Enterprise Manager with my existing MSDE database. I was wondering if...
2
1359
by: SQL Server | last post by:
Hi, How do I determine what version of the MSDE running on a server. I want to know if SP3a has been applied. Thanks. Egbon *** Sent via Developersdex http://www.developersdex.com ***
4
5485
by: John Morgan | last post by:
I have Enterprise Manager on my local machine. For the last twelve months it has been connecting without problem to my online SQL Server database provided by my ISP. Three weeks ago the ISP applied some sort of extra security arrangements to their SQL Server to allow access only through port 1433. they have told me to configure an alias...
1
1489
by: farqua | last post by:
I've finally got MSDE 2000 sp3a to install on my PC by turning on the "Server" service. Duh! Unfortunately, I can't get it to connect to the server when I try to upsize a tables in an mdb database file. The SQL Server Manager icon is running and I am able to start the SQL server. I get a dialog box message about unknown procedure or...
1
1003
by: LIN | last post by:
I have read few articles on connecting to MSDE but haven't got i was looking for. I have an ASP.NET application which needs to connect to MSDE. I read the article about setting up SQL AUTHENTICATION and modifying the registry. Couldn't get it thru. whats the easiest way to make sure that i am able to connect to MSDE which is already present...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8132
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.