We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the program should connect to MySQL databases and write scripts for MSSQL.
The text was updated successfully, but these errors were encountered:
Will require two new menu options, New MySQL Data Connection.... and Edit MySQL Connection....
also, edit the Data Connection menu to use SQL Server in the two current options, and have separators for the different connection types.
Sorry, something went wrong.
Can now connect to a MySQL database, get the table list, and bring back data.
Cannot output a script that would recreate the table or the values, as there are no methods written for this so far.
Can now output a table script in MSSQL T-SQL.
I'll write the value script tomorrow night.
acnicholls
No branches or pull requests
the program should connect to MySQL databases and write scripts for MSSQL.
The text was updated successfully, but these errors were encountered: