Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Javier Julio
Um... excuse me! You can all move to the side and make room for Flex and AIR! Ciao! Javi On Sep 16, 2008, at 5:29 PM, A. H. Ongun wrote: > Best language to use is the one that is suited for the job. > > Examples: > I use Perl as a gluing language to connect various subsystems > together,

Re: [sqlite] statement is not executing

2008-09-01 Thread Javier Julio
Greg, I'm sorry to hear about the troubles you are running into. I've been using SQLite since I've been doing AIR development although my real bread and butter is CF development. I've never seen anyone connect CF8 and SQLite and am wondering why you have chosen that? The reason I ask is CF8 comes

Re: [sqlite] If row exists use UPDATE else INSERT

2008-08-15 Thread Javier Julio
> > Javier Julio <[EMAIL PROTECTED]> wrote: >> Is it possible in SQLite to have a single statement that basically >> says if this row exists run an UPDATE statement, if not run an >> INSERT? > > In some situations, depending on your definition of "exist

[sqlite] If row exists use UPDATE else INSERT

2008-08-15 Thread Javier Julio
Hey everyone. Just signed up last night and had skimmed through several of the archives. Excited to partake in future discussions. I'm just taking the plunge into SQLite since I'm working with Adobe AIR and Flex. I'm building a desktop app that will sync data to a SQLite database. I have