MySQL to SQL Server Convert dealing with password/salt

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
maustin75
Posts: 1
Joined: Mon 14 Feb 2011 22:50

MySQL to SQL Server Convert dealing with password/salt

Post by maustin75 » Mon 14 Feb 2011 22:58

I'm converting one of my MySQL databases to SQL Server for a client and I having issues handling the salt value setting in membership services. How can I get the salt value in MySQL? How do I know what it is, what it's set to etc??

I tried using an empty salt value in sql server but it will not work. How can I convert my users?

Thanks!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 15 Feb 2011 10:35

Please refer to http://www.devart.com/forums/viewtopic.php?t=20034. If it doesn't help, specify the version of your dotConnect for MySQL (the Tools > MySQL > Help menu of VS) and give us a detailed description of the problem (with the error message).

Post Reply