[sqlite] Invitation to connect on LinkedIn

2011-09-05 Thread Serdar Genc via LinkedIn
LinkedIn Serdar Genc requested to add you as a connection on LinkedIn: -- Zarko, I'd like to add you to my professional network on LinkedIn. - Serdar Accept invitation from Serdar Genc http://www.linkedin.com/e/-62mihx-gs7fqn6t-t

Re: [sqlite] Column names in SQL

2010-06-28 Thread Serdar Genc
I have already tried it but not working.. :( On Mon, Jun 28, 2010 at 6:01 PM, P Kishor <punk.k...@gmail.com> wrote: > On Mon, Jun 28, 2010 at 9:58 AM, Serdar Genc <serdar.g...@gmail.com> > wrote: > > Hi everyone, > > > > I have a problem related to column

[sqlite] Column names in SQL

2010-06-28 Thread Serdar Genc
Hi everyone, I have a problem related to column names . I have a column name as a[b] in my table but this creates a problem when using SELECT statement as SELECT a[b] from Table. I know [] is a special character but How would I tell SQlite that field name is a[b] and I am not using [] with a

[sqlite] JDBC for SQLite

2010-05-14 Thread Serdar Genc
I have been using Xerial for a while but I have noticed that some implementations are missing for ResultSet meta . Could anyone advice me another JDBC for SQlite? or should I continue with Xerial.. Thanks in advance, Serdar Genc web: http://www.iptakip.com

Re: [sqlite] SQlite trigger issues

2010-04-29 Thread Serdar Genc
Hello, What about trigger on a view? Does SQLite support trigger on a view? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQlite trigger issues

2010-04-29 Thread Serdar Genc
at. > > > Pavel > > On Thu, Apr 29, 2010 at 7:11 AM, Serdar Genc <serdar.g...@gmail.com> > wrote: > > I don't want to do this with sleep.. If there is a callback mechanism for > > sqlite then > > it is preferable to implement this by using them. We are tryin

Re: [sqlite] SQlite trigger issues

2010-04-29 Thread Serdar Genc
infograms found then sleep for some time, check that total time > passed doesn't exceed your limit, repeat everything from beginning. > > > Pavel > > On Thu, Apr 29, 2010 at 6:46 AM, Serdar Genc <serdar.g...@gmail.com> > wrote: > > My case is a little bi

[sqlite] SQlite trigger issues

2010-04-29 Thread Serdar Genc
My case is a little bit complex. Let me make a brief explanation about it. Suppose you write a complex SQL query (preferably a select query) and send this as a parameter and waiting for its return value.. In this case, I would like to add a defined period for the sqlite query to wait. (30 seconds

Re: [sqlite] in-memory database concept

2009-11-04 Thread Serdar Genc
Yes I am aware of that but I need to access an in-memory database from two processes which were written in Java and C++. I am just looking for a way to do so.. On Wed, Nov 4, 2009 at 2:50 PM, Jay A. Kreibich <j...@kreibi.ch> wrote: > On Wed, Nov 04, 2009 at 10:27:57AM +0200, Se

Re: [sqlite] in-memory database concept

2009-11-04 Thread Serdar Genc
gt;ramdiskadm -a mydisk 2m >newfs /dev/rramdisk/mydisk > mkdir /mnt/ramDisk > mount /dev/ramdisk/mydisk /mnt/ramDisk > > > John > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On B

Re: [sqlite] in-memory database concept

2009-11-04 Thread Serdar Genc
<stephanweh...@gmail.com>wrote: > On Wed, Nov 4, 2009 at 12:51 AM, Serdar Genc <serdar.g...@gmail.com> > wrote: > > The OS that I am implementing this is SunOS and I have already tried > doing > > it by creating the file in /tmp but > > but because of file I/O operat

Re: [sqlite] in-memory database concept

2009-11-04 Thread Serdar Genc
still working on the memory issue. Thanks for the answer, Serdar Genc On Wed, Nov 4, 2009 at 10:45 AM, Stephan Wehner <stephanweh...@gmail.com>wrote: > On Wed, Nov 4, 2009 at 12:27 AM, Serdar Genc <serdar.g...@gmail.com> > wrote: > > Hello everyone, > > > &g

[sqlite] in-memory database concept

2009-11-04 Thread Serdar Genc
, Serdar Genc ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users