firebird用FBLib连接数据库的问题

firebird 可以用 FBLib 连接

但是其 readme.txt 有说明
(1)
in version 0.85 there is a new component TFBLDataset is an TDataset discendant.

Limits:
   Unidirectional 
   Read Only
   params not supported yet 

see ClientDataset example in <fblib>\examples\turbodelphi\ directory 

也就是 此 dataset 是只读,单向,不支持参数, 必须用 clientdataset 形成逻辑上的三层结构
posted @ 2009-09-27 12:48  苹果X1  阅读(406)  评论(0)    收藏  举报