Boris Aramis Aguilar Rodríguez
unread,Apr 24, 2015, 12:17:53 PM4/24/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
<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 :)