请求帮忙:数据库调用的问题 点击:234 | 回复:1



hanjiantree

    
发表于:2009-02-22 22:22:05
楼主

我做了很简单的工程,其中用到了历史趋势曲线控件中附加信息从数据库调用这项,我一个曲线用到一个数据库,建了三个可是再调用的时候出错了只用最后一个可以进行数据的存储和调用其他俩个都不行,帮忙分析下我是那里出错了?

以下是应用程序的命令:启动是的:

SQLConnect( DeviceID, "dsn=mine1;uid=;pwd=");
SQLCreateTable( DeviceID, "message1", "table1" );

SQLConnect( DeviceID, "dsn=mine2;uid=;pwd=");
SQLCreateTable( DeviceID, "message2", "table2" );

SQLConnect( DeviceID, "dsn=mine3;uid=;pwd=");
SQLCreateTable( DeviceID, "message3", "table3" );

数据改变命令:if(\\本站点\记录1==1)
SQLInsert( DeviceID, "message1", "bind1" );

if(\\本站点\记录2==1)
SQLInsert( DeviceID, "message2", "bind2" );

if(\\本站点\记录3==1)
SQLInsert( DeviceID, "message3", "bind3" );

事件命令发生时:\\本站点\开始时间=\\本站点\$日期+" "+\\本站点\$时间;
SQLInsert( DeviceID, "message1", "bind1" );
消失时:\\本站点\结束时间=\\本站点\$日期+" "+\\本站点\$时间;
SQLInsert( DeviceID, "message1", "bind1" );

              先谢谢了!



楼主最近还看过

SSI ļʱ