Y
YellowMoon
Unregistered / Unconfirmed
GUEST, unregistred user!
看了他们的东西,怎么弄都不行.
特别是 '2:ORCL' 这个是什么意思啊?
8. What's need for connect to Personal Oracle 7.x without TNS ?
It is necessary to include the following line before first connect:
SrvApiDLLs[stOracle] := 'ORA73.DLL'; // for Oracle 7.3.x
or
SrvApiDLLs[stOracle] := 'ORA72.DLL'; // for Oracle 7.2.x
After that you can use a connect string '2:ORCL' for TSDDatabase.RemoteDatabase property for login without TNS.
特别是 '2:ORCL' 这个是什么意思啊?
8. What's need for connect to Personal Oracle 7.x without TNS ?
It is necessary to include the following line before first connect:
SrvApiDLLs[stOracle] := 'ORA73.DLL'; // for Oracle 7.3.x
or
SrvApiDLLs[stOracle] := 'ORA72.DLL'; // for Oracle 7.2.x
After that you can use a connect string '2:ORCL' for TSDDatabase.RemoteDatabase property for login without TNS.