主题:大家帮帮我吧,从来没遇到的问题.....
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "huaxin"
SQLCA.ServerName = "MICROSOF-E332B5"
SQLCA.LogId = " "
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=huaxin'"
connect using sqlca;
我是PB9.0加sql2000,用ms sql直连,写入上面代码后,显示
database transcation information avaliable.
call settransobject or settrans function.
可是我的相应窗体下已经填加了这个函数啊.
dw_1.SetTransObject(SQLCA);
dw_1.Retrieve();
而且这个程序考到别的机子上,连了sql立刻能运行,为什么我的机子就不行呢?
太郁闷了,求大家帮帮我吧,
SQLCA.Database = "huaxin"
SQLCA.ServerName = "MICROSOF-E332B5"
SQLCA.LogId = " "
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=huaxin'"
connect using sqlca;
我是PB9.0加sql2000,用ms sql直连,写入上面代码后,显示
database transcation information avaliable.
call settransobject or settrans function.
可是我的相应窗体下已经填加了这个函数啊.
dw_1.SetTransObject(SQLCA);
dw_1.Retrieve();
而且这个程序考到别的机子上,连了sql立刻能运行,为什么我的机子就不行呢?
太郁闷了,求大家帮帮我吧,