Re: [Flashcoders] Question AIR Sqlite api

2008-04-18 Thread Jiri Heitlager
creating a table it is a good idea to check if the table already exists. 'CREATE TABLE IF NOT EXISTS ...' regards, Muzak - Original Message - From: "Jiri Heitlager" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Friday, April 18, 2008 10:19 A

Re: [Flashcoders] Question AIR Sqlite api

2008-04-18 Thread Muzak
able already exists. 'CREATE TABLE IF NOT EXISTS ...' regards, Muzak - Original Message - From: "Jiri Heitlager" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Friday, April 18, 2008 10:19 AM Subject: Re: [Flashcoders] Question AIR Sqlite api

Re: [Flashcoders] Question AIR Sqlite api

2008-04-18 Thread Jiri Heitlager
does work? - Original Message - From: "Jiri Heitlager" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, April 17, 2008 10:52 PM Subject: Re: [Flashcoders] Question AIR Sqlite api weird...I will have to look into that and see if there is a work ar

Re: [Flashcoders] Question AIR Sqlite api

2008-04-17 Thread Muzak
st" Sent: Thursday, April 17, 2008 10:52 PM Subject: Re: [Flashcoders] Question AIR Sqlite api weird...I will have to look into that and see if there is a work around, because I would really like to work with openAsync. J. Muzak wrote: Because when adding listeners you are implying as

Re: [Flashcoders] Question AIR Sqlite api

2008-04-17 Thread Jiri Heitlager
found the use of synchronous mode to be alot easier. regards, Muzak - Original Message - From: "Jiri Heitlager" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, April 16, 2008 5:02 PM Subject: [Flashcoders] Question AIR Sqlite api I have a ques

Re: [Flashcoders] Question AIR Sqlite api

2008-04-16 Thread Muzak
IL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, April 16, 2008 5:02 PM Subject: [Flashcoders] Question AIR Sqlite api I have a question about SQLite and AIR. Does anybody know why I get this error, becuase the connection is open? I put the code below. The weird thing is that

Re: [Flashcoders] Question AIR Sqlite api

2008-04-16 Thread Jiri Heitlager
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Heitlager Sent: Wednesday, April 16, 2008 5:02 PM To: Flash Coders List Subject: [Flashcoders] Question AIR Sqlite api I have a question about SQLite and AIR. Does anybody know why I get this error, becuase the connection is open? I pu

Re: [Flashcoders] Question AIR Sqlite api

2008-04-16 Thread Jiri Heitlager
, Regards, Morten Barklund -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Heitlager Sent: Wednesday, April 16, 2008 5:02 PM To: Flash Coders List Subject: [Flashcoders] Question AIR Sqlite api I have a question about SQLite and AIR. Does anybody

RE: [Flashcoders] Question AIR Sqlite api

2008-04-16 Thread Morten Barklund
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Heitlager Sent: Wednesday, April 16, 2008 5:02 PM To: Flash Coders List Subject: [Flashcoders] Question AIR Sqlite api I have a question about SQLite and AIR. Does anybody know why I get this error, becuase the connection is open? I put the

[Flashcoders] Question AIR Sqlite api

2008-04-16 Thread Jiri Heitlager
I have a question about SQLite and AIR. Does anybody know why I get this error, becuase the connection is open? I put the code below. The weird thing is that when I use openAsync instead of open, it does work? Error: Error #3105: Operation is only allowed if a connection has an open transacti