Hi Valeriy, > -----Original Message----- > From: Valeriy Kravchuk [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. Oktober 2003 14:30 > To: [EMAIL PROTECTED] > Subject: How to get LONG column's data real size? > > > Is there any way to get real data size for LONG column in > SQLDBC (or, for > that matter, from any other SAP DB interface)?
Besides SQLDBC also ODBC has this feature. You get the size of a long column with SQLGetData in the StrLen_or_IndPtr Pointer, (cmp ODBC-reference), at the first call of SQLGetData. Regards Thomas ---------------------------------------------- Dr. Thomas Kцtter SAP DB, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
