L
loxtln
Unregistered / Unconfirmed
GUEST, unregistred user!
用Intraweb AppMode模式开发的应用:
数据模块中:SQLConnection1
SQLDataSet1
DataSetProvider1
ClientDataSet1
SQLConnection1连接Interbase库auto.gdb
AppMode模式下一切都正常,能够访问数据库
可是:转换成ISAPI应用后(Dll){
1、改变Program 子句为 library.
2、改变 IWInitStandAlone 为IWInitISAPI.
}
一旦访问数据库就会提示:Unavailable database!
为什么??谢谢!
数据模块中:SQLConnection1
SQLDataSet1
DataSetProvider1
ClientDataSet1
SQLConnection1连接Interbase库auto.gdb
AppMode模式下一切都正常,能够访问数据库
可是:转换成ISAPI应用后(Dll){
1、改变Program 子句为 library.
2、改变 IWInitStandAlone 为IWInitISAPI.
}
一旦访问数据库就会提示:Unavailable database!
为什么??谢谢!