hi~
Good idea! code generator based template script!!
but I get connection error message
[Connection String] SERVER=220.95.230.67;DATABASE=mbprc;UID=xxx;PASSWORD=xxxx;
[Provider Type]
MySql
==>
"MySQLDriverCS Exception: MySQLDriver Error: can't connect.Access denied for user: 'ODBC@localhost' (Using password:YES)
what connection string for mysql connection?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi~
Good idea! code generator based template script!!
but I get connection error message
[Connection String] SERVER=220.95.230.67;DATABASE=mbprc;UID=xxx;PASSWORD=xxxx;
[Provider Type]
MySql
==>
"MySQLDriverCS Exception: MySQLDriver Error: can't connect.Access denied for user: 'ODBC@localhost' (Using password:YES)
what connection string for mysql connection?
Now we have support for MySQL and SQL Server.
The sintax for the connection string is different for each.
To be able to connect the code generator to MySQL database you need to have a connection string with the following format:
"Data Source=mydb;Password=secret;User ID=user;Location=hostname;"
You can also find this information here:
http://codegenerator.sourceforge.net/tutorial.html#connection
Thanks!
V