Hi,
I can read all fields from this table :)
Maybe this solution should be make in svn ?
/*
case SQL_CHAR:
case SQL_VARCHAR:
case SQL_LONGVARCHAR:
case -8:
case -9:
pFieldInfo.uiType = HB_FT_STRING;
break;
*/
Using such arbitrary values without knowing what exactly
they are and where do they come from looks kinda dangerous
to me.
Aren't these things documented somewhere? Even Microsoft
cannot be that sloppy.
Here is one of the very few pages on the web, where I can find a names
for these -8 and -9:
http://www.japhara.de/report/hsqldb/site/xref/org/hsqldb/Types.html
I still do not know the difference between SQL_VARCHAR and QL_NVARCHAR, etc.
Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour