Bug #2796 SQLColumns() call. returns a static array of types
Submitted: 14 Feb 2004 12:01 Modified: 1 Mar 2004 6:02
Reporter: Sinisa Milivojevic Email Updates:
Status: No Feedback
Category:Connector/ODBC Severity:S2 (Serious)
Version:3.51 OS:Any (Any)
Assigned to: Sinisa Milivojevic Target Version:

[14 Feb 2004 12:01] Sinisa Milivojevic
Description:
In a nutshell, the problem with the ODBC driver  is around
the SQLColumns() call. The data returns from a static array of types.  This information should be dynamic and read from the connected
database. You may want to cache this information on a per connection basis
for performance reasons but that is probably not necessary.

How to repeat:
See above
[26 Feb 2004 10:28] Peter Harvey
SQLColumns() should return information about table columns etc - including its data types. It probably should not cache this information.

SQLColumns() should return this information in a result set. 

My understanding is that MyODBC -> SQLColumns() does this. 

Perhaps you could provide more information about the problem.