Re: [sqlite] Math Update with two tables

2008-12-23 Thread Dusan Gibarac
: > Dusan Gibarac <dgiba...@cbsits.com> wrote: > >> Igor Tandetnik wrote: >> >>> "aj" <amjohnso...@gmail.com> wrote in >>> message >>> news:95d3c7350812201131l1cd87998k55595f77fecc0...@mail.gmail.com >>> >>

Re: [sqlite] Math Update with two tables

2008-12-23 Thread Dusan Gibarac
He wants to update table Records using data from table Table2. Dusan. Igor Tandetnik wrote: > "aj" wrote in > message > news:95d3c7350812201131l1cd87998k55595f77fecc0...@mail.gmail.com > >> I would like to use math with more then one table, for example >> I know how

Re: [sqlite] Adobe AIR Version Issue(?)

2008-11-26 Thread Dusan Gibarac
Ignore this, did not read all the comments... Dusan. Dusan Gibarac wrote: > from the message (missing cftable) one can conclude that AIR is looking > for ColdFusion database, not SQLite one; > So, some settings in (probably) FLEX has to be adjusted. > > Dusan. > &g

Re: [sqlite] Adobe AIR Version Issue(?)

2008-11-26 Thread Dusan Gibarac
from the message (missing cftable) one can conclude that AIR is looking for ColdFusion database, not SQLite one; So, some settings in (probably) FLEX has to be adjusted. Dusan. phillipm wrote: > > tiggyboo wrote: > >> I created and populated a table via sqlite3 on a Mac OSX machine, and

Re: [sqlite] May one software write to the SQLite database while a other read the same SQLite database ?

2008-02-10 Thread Dusan Gibarac
work? Dusan Gibarac -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 9:45 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] May one software write to the SQLite database while a other read the same SQLite database ? Pierre8r

[sqlite] locking details

2008-02-08 Thread Dusan Gibarac
Is there any ways to find out locking details after getting the message? sqlite3_get_table(db, ... errmsg=database is locked Dusan Gibarac ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo

[sqlite] Error opening databas on Windows

2007-09-26 Thread Dusan Gibarac
to the file, antivirus software is touching the database file, etc? Dusan Gibarac

RE: [sqlite] callback and sequence number of iteration

2007-07-20 Thread Dusan Gibarac
Unfortunately, I need current iteration number inside callback function - not total count of records. Dusan Gibarac -Original Message- From: Lee Crain [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 3:44 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] callback and sequence

[sqlite] callback and sequence number of iteration

2007-07-20 Thread Dusan Gibarac
callback function will do something for each retrieved row and I have to know in each iteration what is the sequence number of iteration. How can I read or count it? Dusan Gibarac - To unsubscribe, send email

RE: [sqlite] PLSQL

2007-03-30 Thread Dusan Gibarac
I've used both PL/SQL and PL/1. They are not related at all. P(rogramming) L(anguage) could be used for anything. PL/1 was IBM language for mainframes, similar to COBOL for developing application software and PL/SQL is Oracle procedural extension of their SQL. Dusan Gibarac -Original

RE: [sqlite] multiuser DB on network share

2007-01-09 Thread Dusan Gibarac
Is it server available for the public or everybody has to find its own solution? We need to support access in home networks that usually consist of few PCs. Dusan -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 12:21 PM To:

[sqlite] SQL extension

2006-12-14 Thread Dusan Gibarac
What are our options to extend or change SQL syntax if needed? Dusan - To unsubscribe, send email to [EMAIL PROTECTED] -