Hi all,
I'm writing a
vb application at the moment that queries an informaix database. But when i try to connect to the db i get this error:
System****ntime.InteropServices.COMException (0x80004005): [Informix][Informix ODBC Driver][Informix]Identifier length exceeds the maximum allowed by this version of the server.
My connection string is:
cnstr = "DSN=T10_Pen_WIP;UID=infxdsw;PWD=********;"
I can't seem to find much information about this error so any help would be greatly appreciated.