On Feb 15, 2005, at 5:13 PM, Joseph J. Strout wrote:
So, stop doing that. :) You get to define what data type you're
returning; you need to return dbTypeREALstring. For example:
static REALstring strVal = nil;
if (strVal) REALUnlockString( strVal );
strVal = NewREALstring( fieldVal.GetString() );
if (type) *type = dbTypeREALstring;
if (length) *length = sizeof(REALstring);
if (value) *value = (Ptr) &strVal;
Best,
- Joe
Any version of REALbasic supports this or it is an RB 5.x only feature?
Thanks,
Marco Bambini
SQLabs.net
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|