Gang Wang ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
bug in ODBC interface in unix environment

Long Description
When the driver parse .odbc.ini file, only space is treated as blank character. I 
happened use TAB, the driver can be loaded.
The fix is to replace all the 
        (*aString == ' ') 
with 
        isspace( *aString )

Best,
Gang Wang

Sample Code


No file was uploaded with this report


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to