Re: [sqlite] insert not 'taking' but receive SQLITE_OK and SQLITE_DONE

2008-09-12 Thread Dennis Cote
Rob Belics wrote: > I use the C interface and have been reading data from this database just > fine for quite a while. Now that I'm writing data to it, it seems > unreliable but I'm sure it's me doing something wrong. > > Using sqlite's program, I can do this: > INSERT into CUSTOMER_ORDER(custome

[sqlite] insert not 'taking' but receive SQLITE_OK and SQLITE_DONE

2008-09-12 Thread Rob Belics
I use the C interface and have been reading data from this database just fine for quite a while. Now that I'm writing data to it, it seems unreliable but I'm sure it's me doing something wrong. Using sqlite's program, I can do this: INSERT into CUSTOMER_ORDER(customer_id,order_num,style,color) va