Code Snippets I found somewhat useful.
Advanced >> ConnectionString jdbc:jtds:sqlserver://[IPaddress]:1433/[database_name];user=sa;password=[password];useUnicode=true;domain= jdbc:mysql://[IPaddress]:3306/?user=[username]&password=[password]&useServerPrepStmts=false&useUnicode=true
No comments:
Post a Comment