Home > Back-end >  When using the ODAC strange questions
When using the ODAC strange questions

Time:09-20

Connect ODAC6.25 ORACLE10g
To insert string data in a table "socket port", OraSession using LoginPrompt login database, insert the string data no problem,
If not using LoginPrompt login database, but with the following login database, the problem comes,
OraSession1. Server:='192.168.0.2:1521: DB;
OraSession1. Username:='Username';
OraSession1. Password:='12345';
OraSession1. Options. Direct:=True;
OraSession1.Options.Net:=true;
OraSession1. Connectprompt:=false;
Specific problem is: inserts a similar string 'socke' no problem, if behind a string of letters and a few Chinese characters, such as insert string data "socket port", will pop up the following abnormal tips,
Project Demo. Exe raised exception class EInternalError with message '. Process stopped. Use Step or Run to continue.


What reason is this?
  • Related