when i try “test connection” in activity connect is successful and then the connection string automatically hardcoded (“Dsn=abc;uid=test;pwd=test”), after that i run the project no error occured:
when i’m using my own connection string the error occured:
connection string:
“Driver={Microsoft ODBC for Oracle};Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=”+configIT_oracleDb_IP+“)(PORT=”+configIT_oracleDb_port.ToString+“))(CONNECT_DATA=(SID=”+configIT_oracleDb_sid+“)));Uid=”+configIT_oracleDb_uid+“;Pwd=”+configIT_oracleDb_pwd+“;”
any idea what should i do from this clue? @Gokul001
^ i give up, in the end i change my connection string to follow this pattern. Because of this i have to add more variable & abandon some variables regarding my own connection string x_x
while in my old device, i’m using my own connection string and working just fine =_=