R
RippleW
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠,请看过来!
简单的数据库, Sybase 11
一个表
create table test
(
testid numeric identity,
testinfo varchar(50) null ,
constraint PK_test primary key (test)
)
在Delphi中用BDE连接,使用Table来存取数据库,若Table.CacheUpdates 为false,表现
正常。但当CacheUpdates为true时,即使不提交的情况下,如table.insert, edit.... ,
出现"insufficient memory for this operation" 的BDE数据引擎错误。
(用Query则无此问题), 望各位先进指点一二,小弟洗耳恭听.
简单的数据库, Sybase 11
一个表
create table test
(
testid numeric identity,
testinfo varchar(50) null ,
constraint PK_test primary key (test)
)
在Delphi中用BDE连接,使用Table来存取数据库,若Table.CacheUpdates 为false,表现
正常。但当CacheUpdates为true时,即使不提交的情况下,如table.insert, edit.... ,
出现"insufficient memory for this operation" 的BDE数据引擎错误。
(用Query则无此问题), 望各位先进指点一二,小弟洗耳恭听.