J
jwf
Unregistered / Unconfirmed
GUEST, unregistred user!
1.在query.sql中加入
select * from Parts.DB where uppercase(Description)='ABCD'
当query.Open时
提示'Capability not supported.'
(description为Parts库的一string字段,即'型号规格').
这条语句错在哪里,并如何解决?
2.如何将一扫描仪的图像直接存到一数据库的图像字段?
select * from Parts.DB where uppercase(Description)='ABCD'
当query.Open时
提示'Capability not supported.'
(description为Parts库的一string字段,即'型号规格').
这条语句错在哪里,并如何解决?
2.如何将一扫描仪的图像直接存到一数据库的图像字段?