Using MySQL instead of SQL Server

Posts   
 
    
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 06-Apr-2008 14:42:31   

Hi,

I'm starting a project using MySQL tomorrow. If I make sure all tables are InnoDB, are there any major gotchas that anyone would care to mention?

I'm concerend about transactions not working the same as they do in SQL Server.

Cheers, Ian.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 07-Apr-2008 04:37:18   

Hi Ian,

In my own experience, I have worked on MySql projects and everything seems ok to me. I even have migrated whole SQLServer projects to MySql with very tiny effort.

Anyway, please red this carefully:

David Elizondo | LLBLGen Support Team
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 07-Apr-2008 14:30:57   

Hi daelmo,

Which version of MyDirect .NET do I need? Can I get away with the standard or do I need the proffesional?

And I need to buy this?

Cheers, Ian.

goose avatar
goose
User
Posts: 392
Joined: 06-Aug-2007
# Posted on: 07-Apr-2008 19:19:25   

You could use any version since 3, the standard version is enough for LLBLGenPro. I use heavily Mysql (every day) with LLBLGenPro and it works great.

Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 07-Apr-2008 21:08:47   

OK, thanks.

Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 10-Apr-2008 22:34:58   

I just copied my entire solution over to another machine. It compiles ok but I get the following runtime error...

An exception of type 'System.IO.FileLoadException' occurred in SD.LLBLGen.Pro.DQE.MySql.NET20.DLL but was not handled in user code

Additional information: Could not load file or assembly 'CoreLab.MySql, Version=4.0.9.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

How could this be? All the dll references are to the same set of files as copied over from the original machine.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005