Hi MEMO datatype columns in MS Access are equivalent to Sybase TEXT or VARBINARY columns. If the standard getString() doesn't work try getObject() which is used for handling database specific datatypes.
Austin > from: S M Humayun <[EMAIL PROTECTED]> > date: Tue, 28 Jan 2003 06:18:52 > to: [EMAIL PROTECTED] > subject: Re: MS Access Issues > > Hi all, > > Thanks shinichi, Markus, Richard for the help ! > > I am working on an API which will be focused on Java connectivity with MS Access >database and will cover issues like forward and backword cursur movement, paging, >etc. I had succeeded till now and you guys will hear a good news soon. > > I had encountered another strange problem, while retrieving data from MS Access >filed type "Memo", it returns null String (i.e. "") , did you guys encountered the >same problem ? any help in this regard would be appreciated ! > > regards, > > Humayun. > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html