on 2016 Jul 20 12:35 PM
Hey guys, standard connection to connect from a java application to an sybase16 db with jconn3.jar
Connection con = DriverManager.getConnection( "jdbc:sqlanywhere:UserID=<user_id>;Password=<password>;Start=..." );
I'm searching for a solution to save the database-user and password out of my java programm like commandline tool dbisql
dbisql @dbconfig.cfg
dbconfig.cfg contains (servername), username,password
dbconfig.cfg is also crypted by dbfhide
Any ideas how i can do this in java oder c# connectionstring?
Thanks, Peter
solution at http://sqlasupport.sap.com/readme/sqla1600.html Search String Build #2041 - Engineering Case #773529
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.