由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - ADO Bug Report
相关主题
数据库入门知识之3(关系数据库)ADO & DAO &SQL...Help...
questions about exporting M.S.Access to MySQL帮忙亚
how to dynamically select a table from ODBC谢谢skeptic,高低价,amnesia 三位大侠
[转载] problem with chinese character可不可以用asp把Server上的数据另存到本地
help on store procedure of db2请教SQL Server的问题~偶将感激不尽
Why SQL Server 7 Enterprise Manager is so slow?SQL2000XML question
Anybody familiar with VB ADO database好像偶的Oracle到了极限?
Access Oracle LONG data type using ADOHelp about SQL Server
相关话题的讨论汇总
话题: memo话题: ado话题: field话题: bug话题: newline
进入Database版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
I use ADO 2.0 library in VB to get data from MSAccess, and find a bug:
if the recordset has a memo field in the middle, the rest fields will be
ignored. (There are newline in the memo field).
Does anybody else have the similar issue? If I put the memo field at the
end of select statement, the problem will go away. But if having two memo
fields, I don't have idea to retreive data. :-(
And how to update memo field with update statement? I can't think out a way
to escape newline, sigal quote, ..
s*****a
发帖数: 1022
2
Does this bug still exist in ADO 2.8?

【在 c**t 的大作中提到】
: I use ADO 2.0 library in VB to get data from MSAccess, and find a bug:
: if the recordset has a memo field in the middle, the rest fields will be
: ignored. (There are newline in the memo field).
: Does anybody else have the similar issue? If I put the memo field at the
: end of select statement, the problem will go away. But if having two memo
: fields, I don't have idea to retreive data. :-(
: And how to update memo field with update statement? I can't think out a way
: to escape newline, sigal quote, ..

1 (共1页)
进入Database版参与讨论
相关主题
Help about SQL Serverhelp on store procedure of db2
DSN-less connection to SQL serverWhy SQL Server 7 Enterprise Manager is so slow?
Problems on ACCESS + VBAnybody familiar with VB ADO database
[转载] Java/JSP/Servlets... and Database(Oracle/DB2)Access Oracle LONG data type using ADO
数据库入门知识之3(关系数据库)ADO & DAO &SQL...Help...
questions about exporting M.S.Access to MySQL帮忙亚
how to dynamically select a table from ODBC谢谢skeptic,高低价,amnesia 三位大侠
[转载] problem with chinese character可不可以用asp把Server上的数据另存到本地
相关话题的讨论汇总
话题: memo话题: ado话题: field话题: bug话题: newline