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.
Some more here:
http://cran.r-project.org/web/packages/RODBC/vignettes/RODBC.pdf
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc36273.1502/html/sprocs/CIHHGDBC.htm
http://www.koders.com/csharp/fid85773BCD5EBAA9CD959CABCF3FF1BDA5EEC1FB48.aspx?s=mdef%3Ainsert
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour