This call works fine on Oracle, Access, MS SQL. But Not works on MySQL.
MySQL 5.0.15, MySQL ODBC drive 3.51, The OP is Windows 2000/2003, Program in
VC++

In my SQLDescribeCol call on MySQL
I get correct value on: 
     ColumnName, BufferLength, NameLengthPtr, NullablePtr 
I get corect value on DataTypePtr if the type is not Text. For Text, it
return -1. 
I get correct value on ColumnSizePtr only if the column type is varchar, and
datetime , 
I get all 0 on DecimalDigitsPtr. 
The SQLRETURN always 0.

Any Instruction is welcome. 
Thanks.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to