I
ideafrog
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一datamodule中用如下代码连接oracle数据库,参数传递完全正确
并且下面的代码在另一系统正确执行。
with GsjADOConn do
begin
ConnectionString :='Provider=MSDAORA.1;Password='+LogPass+';User ID='+LogId +
';Data Source='+ServerName+
';Persist Security Info=False;Null=No';
Connected :=True;
end;
但是在现在这个系统中提示:
connection not open
我快疯了,我对比了两个系统,完全一样啊。
并且下面的代码在另一系统正确执行。
with GsjADOConn do
begin
ConnectionString :='Provider=MSDAORA.1;Password='+LogPass+';User ID='+LogId +
';Data Source='+ServerName+
';Persist Security Info=False;Null=No';
Connected :=True;
end;
但是在现在这个系统中提示:
connection not open
我快疯了,我对比了两个系统,完全一样啊。