Update local sqlite database from Adobe AIR application
Posted
by Kiran
on Stack Overflow
See other posts from Stack Overflow
or by Kiran
Published on 2010-04-01T12:21:37Z
Indexed on
2010/04/01
12:23 UTC
Read the original article
Hit count: 398
I have a local sqlite database which is created by an IE addon. The sqlite database cannot be updated from a Adobe AIR application which I use as a frontend. The exception is as follows
SQLError:'Error #3132:Datatype type mismatch.',details:'could not convert floating point value to integer without loss of data.',operation:'execute',detailID:'2302'
© Stack Overflow or respective owner