数据库连接,急用(100分)

  • 主题发起人 主题发起人 czq5
  • 开始时间 开始时间
C

czq5

Unregistered / Unconfirmed
GUEST, unregistred user!
我做的c/s 两层系统,客户端程序运行时,有时侯会出现‘数据库“”连接失败,请检验数据库是否存在或
网络是否正常“.打开服务管理器查看,处于运行状态。有时候好好的。为什么会出现这种现象?
我的adoconnection的connectionstring属性是这样编写的
datamodule1.Conn_InsuRanceMag.ConnectionString:= 'Provider=SQLOLEDB.1;'+
'Persist Security Info=False;'+'User ID=sa;'+'Initial Catalog=rsda;'+ 'Data Source=server;'+'Locale Identifier=2052;'+ 'Connect Timeout=3;'+'Use Procedure for Prepare=1;'+ 'Auto Translate=True;'+'Packet Size=4096;'+'Workstation ID='+ComputerId;//computerId为工作站标识
错了吗 ?
 
在设计模式中adoconnection.connected:=true;
then rebuild
 
估计是网路忙,检查你的网络吧
 
如果是网络忙的话,如何减轻网络流量。如果采用缓存机制的话,如何控制查询与录入同步
 
后退
顶部