7 messages in com.mysql.lists.dotnetRe: If not mySQL then what?
FromSent OnAttachments
flas...@hotmail.com26 May 2006 02:16 
A.M. Hulshoff26 May 2006 03:18 
Emanuel Oliveira26 May 2006 04:31 
Bob Dankert26 May 2006 06:03 
Ben Reichelt26 May 2006 08:26 
Jorge Bastos26 May 2006 09:35 
flas...@hotmail.com31 May 2006 09:55 
Subject:Re: If not mySQL then what?
From:Emanuel Oliveira (eman@gmail.com)
Date:05/26/2006 04:31:02 AM
List:com.mysql.lists.dotnet

Hi all,

Got good news :)

I've been using in a production internet portal for about 1 year (ASP.NET 2.0 / VB.NET / Visual Studio 2005) using:

- mySQL Server 4.1.9/10 - mySQL Connector.NET 1.0.7 - I strongly recomend to execute all DB SQL access (SELECT's, UPDATE's, DELETE's, INSERT's, ..) the static class: - mySqlHelper (click on following link to search all my mySQL .NET Forum posts about mySqlHelper==> http://forums.mysql.com/search.php?0,search=mysqlhelper+emanuel,page=1,match_type=ALL,match_dates=365,match_forum=ALL,body=1,author=1,subject=1 ) - Since, by using the mySqlReaders, you easy bump into lot's of intermitent errors like (Host Closed connections, soket error, and nasty things like this). - I still didn't migrated mySQL Server 4.1.10 to the newest version 5.x, since in the readme I detected several impacts changes I have to commit in actual BD structure (type of tables and so on). After I do this, I will then post in .NET forum and .NET list, my feedback experience using .NET connector.NET 1.0.7 with mySQL Server 5.x.

On 5/26/06, A.M. Hulshoff <arja@zonnet.nl> wrote:

I have never tried it, but I know that you can write a wrapper for regular applications. So you just can just use the functions in libmysql.dll. This way you can connect very fast without any other driver to the database. Unfortunately, I don't know if it also works with ASP.NET 2.0.

HTH, Arjan.

-----Original Message----- From: flas@hotmail.com [mailto:flas@hotmail.com] Sent: vrijdag 26 mei 2006 11:17 To: dot@lists.mysql.com Subject: If not mySQL then what?

It seems from these posts that there is no way currently to connect mySQL to an asp.net 2.0 based web site - please correct me if I am wrong.

If not - what are people using as their database of (second) choice?

Thanks in advance,

Flash