Re: [Gambas-user] issues updated records in Sqlite3 database using edit()

2011-09-11 Thread BenoƮt Minisini
> Just figured out my mistake, it was that in my database the column types > were INTEGER and not INT4. Once I changed it to INT4 everything started > working great. Sorry to bother! > No problem. You must be aware that sqlite does not use datatypes, so I have to simulate them by using the datat

Re: [Gambas-user] issues updated records in Sqlite3 database using edit()

2011-09-09 Thread Lonnie Headley
Just figured out my mistake, it was that in my database the column types were INTEGER and not INT4. Once I changed it to INT4 everything started working great. Sorry to bother! On Fri, Sep 9, 2011 at 10:45 PM, Lonnie Headley wrote: > I just started using the database component and I can't wrap my

[Gambas-user] issues updated records in Sqlite3 database using edit()

2011-09-09 Thread Lonnie Headley
I just started using the database component and I can't wrap my head around how updating entries from my database using db.edit(). I'm using Gambas 3 RC 3 on Ubuntu 11.04 x86. Here is some code, not an exact excerpt but assume that I have assigned valid values to each of the values of InputItem an