Re: MySql ado.net connector problem
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Aug 2005 07:19:04 +0100
"Steve" <sss@xxxxxxx> wrote in message
news:OOfOcB7lFHA.3380@xxxxxxxxxxxxxxxxxxxxxxx
> 1) mysql4.brinkster.com
OK.
> 2) I am trying to connect with asp.net web app. I can connect with the
> "MySql Administrator" application
OK - so we know that mySQL is actually running on that box...
> 3) Yes, I downloaded the ado.net provider from the mysql.com site
And installed it? And added it as a Reference into your ASP.NET project?
> 4) server=mysql4.brinkster.com;user id=xxxxxx; password=xxxxxx;
> database=xxxxxx; pooling=false
Hmm - that doesn't look quite right... Is that similar to the examples for
the .NET provider you got from the web?
I've only ever used the CoreLabs native .NET data provider, in which case
the string would look something like:
"User ID=root; Password=xxxxxx; Host=mysql4.brinkster.com; Port=3306;
Database=xxxxxx;Direct=true; Protocol=TCP; Compress=false; Pooling=true; Min
Pool Size=0;Max Pool Size=100; Connection Lifetime=0"
.
- Follow-Ups:
- Re: MySql ado.net connector problem
- From: Steve
- Re: MySql ado.net connector problem
- References:
- MySql ado.net connector problem
- From: Steve
- Re: MySql ado.net connector problem
- From: Mark Rae
- Re: MySql ado.net connector problem
- From: Steve
- MySql ado.net connector problem
- Prev by Date: Re: Merge and Get Changes returns nothing
- Next by Date: Re: dataset Performence Issue
- Previous by thread: Re: MySql ado.net connector problem
- Next by thread: Re: MySql ado.net connector problem
- Index(es):
Relevant Pages
|
Loading