W
winder
Unregistered / Unconfirmed
GUEST, unregistred user!
我是用odbc连接mysql ,用bde建虚拟数据库名, 用query连接虚拟用户名。并且,我连接的是mysql数据库。可以正常显示,但不能编辑修改。连接其他类型数据库则没问题。 (50分)<br />我是用odbc连接mysql ,用bde建虚拟数据库名, 用query连接虚拟用户名。并且,我连接的是mysql数据库。可以正常显示,但不能编辑修改。连接其他类型数据库则没问题。
并且在使用query1.edit时,有时,还会出现这是只读数据库,不可编辑的提示。当把query的requestlive设置为true ,并把active设置为true时,会提示错误:
Project ttfun_dpr.exe raised exception class EDBEngineError with message
'General SQL error.
[TCX][MyODBC]You have an error in your SQL syntax near 'id','type','child_type','content' at line 1.Process stopped.Use Step or Run to continue.
在requestlive为false时,则一切正常。
(各类readonly都已设置为false,各个edit属性都已经设置为true。)
并且在使用query1.edit时,有时,还会出现这是只读数据库,不可编辑的提示。当把query的requestlive设置为true ,并把active设置为true时,会提示错误:
Project ttfun_dpr.exe raised exception class EDBEngineError with message
'General SQL error.
[TCX][MyODBC]You have an error in your SQL syntax near 'id','type','child_type','content' at line 1.Process stopped.Use Step or Run to continue.
在requestlive为false时,则一切正常。
(各类readonly都已设置为false,各个edit属性都已经设置为true。)