![]() |
Read memo field from database ( MS-Access)
Hi friends, :)
I have a problem, i am using CRecordSet class member function GetFieldValue() to read a field from database ( MS-Access ) but when the type of the field is of type "Text" i am able to read properly, but when i change the field type to "Memo" i am not able to read it, it is giving and exception and even the exception is BLANK.. can someone tell me a way to read a Memo field from MS-Access database using CRecordSet class or by any other way... |
Re: Read memo field from database ( MS-Access)
The sample VBA Code below reads and prints (in the Debug window) the contents of a Memo Field (Notes) from the Employees Table of MS-Access sample database - Northwind.mdb:
Code:
Public Function memotest() |
| All times are GMT +5.5. The time now is 20:55. |