Hi, All.

Here is declaration of it function:

void cursorColumnValue(
  dbCursor*         inCursor,
  int               inColumn,
  Ptr*              outData,
  unsigned char*    outType,
  int*              outLength);


It should return "dbFieldType" and pointer to data.

There is also definition of dbFieldType:

enum dbFieldType
{
        dbTypeNull = 0,         //  0
        --SKIPED--
        dbTypeDate,             //  8
        dbTypeTime,             //  9
        dbTypeTimeStamp,        // 10
        --SKIPED---
};

The questions are:
What type of "outData" should been in case
dbTypeDate? dbTypeTime? dbTypeTimeStamp?

It is must be string something like "YYYY-MM-DD"?
Or maybe it is unsigned long with number of seconds since 12:00AM, January
1, 1904?

There is nothing about it in the docs.

Can anyone help?
Any advice will be appreciated.
Thanks!


-- 
Best regards, 

Kirill Pekarov
Software Engineer Associate
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
http://www.valentina-db.com

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to