Advertisement

1 - 8 of 8 containing alltags:("SQLite3") (0 seconds)
 SELECT *  FROM table  where startDate > '1/1/2007' does not seem to work correctly when called from sqlite3 commad line. even though there no dates greater than 2007 it bring back all the recs ...
Zones: C++Date Answered: 01/03/2007 Grade: A Views: 0
Hello, I have a Ruby application that uses SQLite3 (with sqlite3-ruby). Sometimes it crashes with a SQLite3::BusyException. I think I could fix this with a begin...rescue...end block, but first ...
Zones: RubyDate Answered: 10/14/2008 Grade: A Views: 27
I have a file database /table called codes. I want to cretae a memory database /table from it.... how can I do that using the create table command.
Zones: Windows MFCDate Answered: 03/21/2006 Grade: A Views: 0
I create a new project in NetBeans, specifying that I want to use SQLite3 for my database. I then try to run a db migrate task on the project, and I get the following error: C:/Program Files/Net...
Zones: RubyDate Answered: 02/06/2008 Grade: A Views: 21
Hi,   Any direct way of importing mysql data in to sqlite3. Also does any body know which is faster for selects , mysql inmemory database or , sqlite3
Zones: DatabasesDate Answered: 03/26/2006 Grade: B Views: 0
Hi, experts: My OS is Red Hat Linux. I compile SQLite3 source code with mipsel-uclibc-gcc compiler. I follow the README: ---------------------------------------------------------     tar xzf sql...
Zones: C, Red Hat LinuxDate Answered: 07/20/2008 Grade: A Views: 8
I am on centos 5.2. Tried rails but complains that sqlite3 not present. How do I install sqlite3?
Zones: Ruby, Application ServersDate Asked: 07/04/2008 Points: 250 Comments: 3
I have created a simple rails application using RadRails on Aptana studio. I created two tables as described below: business id:integer name:string address:string post_code:integer phone:inte...
Zones: RubyDate Answered: 08/28/2008 Grade: A Views: 49
  • 1