Migration Wizard?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
wcarlson40
Posts: 16
Joined: Tue 03 Apr 2007 20:21

Migration Wizard?

Post by wcarlson40 » Tue 03 Apr 2007 20:27

"- Easy migration from ODBC and OLE DB .NET Data Providers with Migration Wizard"

After searching the FAQ and the Forums I can find no reference to the above mentioned feature, other than that it exists. Where is it? How do you use it?

I have everything else working (samples, etc). I'm using Visual Basic .NET 2003 with the trial of MySQLDirect .NET. It just sounds like the Migration Wizard would be a great time saver if it works/exists....

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 04 Apr 2007 06:27

Check out Tools --> MySQL --> Migration Wizard menu item in Visual Studio .NET 2003 IDE.

wcarlson40
Posts: 16
Joined: Tue 03 Apr 2007 20:21

Post by wcarlson40 » Wed 04 Apr 2007 16:09

Ahh, thanks, there it is. I'm probably blind, but I couldn't find any reference to this in the FAQ or help file.

Anyways, when I run it, I get the following error:

Code: Select all

NullReferenceException:
Object reference not set to an instance of an object
And then after cancelling that, there are multiple errors in my Build Error Task List which all say the following:

Code: Select all

'VarWChar' is not a member of 'CoreLab.MySql.MySqlType'
Perhaps a bug?

wcarlson40
Posts: 16
Joined: Tue 03 Apr 2007 20:21

Post by wcarlson40 » Wed 04 Apr 2007 19:23

I've changed all references to VarWChar to just VarChar and all seems to work fine. Should I expect any ill consequences from this?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 05 Apr 2007 06:56

We do not see any problem in this. If something does wrong, set Unicode to true in your connection string.

Post Reply