<class pyodbc.Error'> ('ODBC data type -99 is not supported. Cannot read column 
LDTEXT.', 'HY000')

Hi, Im currently accesing a DB2 database (readonly) that is used by another 
application, my connection string is as follows:

db_tivoli = 
DAL('db2:pyodbc://driver=DB2;hostname=24.50.5.5;database=MAXDB71;uid=on_usr;pwd=pass.;port=50005',
 pool_size=1, db_codec='latin1', migrate=False)

and everything was going fine until I added a clobdata type to web2py data code 

And now I'm getting the error I referenced above (sorry I couldnt paste it in 
order, Im on my phone) Any hints I would appreciate it :)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to