Re: [sqlite] A graphical tool to handle sqlite schema change(more than ALTER TABLE)

2013-09-18 Thread Reid Thompson
On Wed, 2013-09-18 at 11:02 -0700, Bao Niu wrote: Is there a tool that allows you to graphically change sqlite schema as simple as editing a spreadsheet? https://code.google.com/p/sqlite-manager/ should meet your needs ___ sqlite-users

Re: [sqlite] What to download for SharpDevelop?

2012-01-19 Thread Reid Thompson
On Thu, 2012-01-19 at 14:46 -0500, Lou Arnold wrote: I read the list of downloads for SQLite, but I'm confused. these examples may be of use http://sqlite.phxsoftware.com/forums/p/76/266.aspx ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Just compiled SQLite in Visual Studio

2010-11-30 Thread Reid Thompson
On 11/30/2010 10:18 PM, Doug wrote: Objects exist in C++, and they don't in C actually objects can and do exist in C, it's just a matter of writing them. C++ added the extensions to make writing/managing them easier.

Re: [sqlite] Just compiled SQLite in Visual Studio

2010-11-30 Thread Reid Thompson
On 11/30/2010 8:42 PM, Simon Slavin wrote: On 1 Dec 2010, at 1:33am, Jay A. Kreibich wrote: On Wed, Dec 01, 2010 at 01:10:51AM +, Simon Slavin scratched on the wall: So every C program is a C++ program, Not true. Try to compile sqlite3.c with a C++ compiler and see how far you get.

Re: [sqlite] Just compiled SQLite in Visual Studio

2010-11-30 Thread Reid Thompson
On 11/30/2010 9:04 PM, Simon Slavin wrote: Oh. No matter. It's the one Apple's Xcode calls and it's being very clever about what language it's compiling. It defeated my test. Simon. a quick google query seems to imply that Xcode uses the Gnu Compiler Collection (gcc, g++, gcj, gfortan,

Re: [sqlite] [server] HTTP + SQLite bundled as single EXE?

2010-05-05 Thread Reid Thompson
On Mon, May 03, 2010 at 03:01:26PM +0400, Alexey Pechnikov wrote: See http://wiki.tcl.tk/15722 Add SQLite into it - about few minuts of time. 2010/5/3 Gilles Ganault gilles.gana...@free.fr: I don't know if it'd be easier to combine existing HTTP server + SQLite ditto

Re: [sqlite] Converting .dbf to SQLite

2009-11-11 Thread Reid Thompson
Jean-Christophe Deschamps wrote: Now that I have a working tool to convert from Access .mdb to sqlitedb files, I need one for dBASE .dbf files. Or, a conversion to .csv will work, too. Needs to run on linux, of course. perhaps http://developer.berlios.de/projects/dbf/

Re: [sqlite] Converting .dbf to SQLite

2009-11-11 Thread Reid Thompson
Reid Thompson wrote: Jean-Christophe Deschamps wrote: Now that I have a working tool to convert from Access .mdb to sqlitedb files, I need one for dBASE .dbf files. Or, a conversion to .csv will work, too. Needs to run on linux, of course. perhaps http://developer.berlios.de/projects

Re: [sqlite] SQLite server for Windows/Linux?

2009-10-26 Thread Reid Thompson
On Sat, 2009-10-24 at 16:33 +0200, Gilles Ganault wrote: On Sat, 24 Oct 2009 00:38:20 +0200, Olaf Schmidt s...@online.de wrote: Hmm in this case, what about: http://www.realsoftware.com/realsqlserver/ Thanks much for the tip :) I'll give it a shot. So, on what platform(s) do your

Re: [sqlite] Installing SQLite

2009-07-22 Thread Reid Thompson
On Wed, Jul 22, 2009 at 01:30:58PM -0700, scabral wrote: Hi, does someone have 'good' instructions on what i need and how i need to install SQLite on Windows XP? I eventually want to create a desktop application to run on SQLite, but not sure what language i want to use yet (pythong, ruby,

Re: [sqlite] Re: SQLite GUI app that offers layouts

2006-10-22 Thread Reid Thompson
Jaroslaw Staniek wrote: TB said the following, On 2006-10-18 01:47: There seem to be several SQLite GUI apps around. But I haven't seen any that offer building of layouts, ie positioning test frames for fields on a page for form data entry or printing. This feature is typical of

Re: [sqlite] terrible behavior

2006-03-10 Thread Reid Thompson
[EMAIL PROTECTED] wrote: thanks actualy the problem was in the sqlite explorer because the column was defined as integer and any text is interpreted as zero :-) no, actually i think Guillaume was correct. This is the query you posted: SELECT statid FROM plan P1 WHERE P1.curseid = 0; Note

RE: [sqlite] Dotnet C# support

2005-10-28 Thread Reid Thompson
Original Message From: Darren Lodge [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 4:01 AM To: sqlite-users@sqlite.org Subject: [sqlite] Dotnet C# support Hi there, Is there a version which will work for dotnot? Darren Lodge Software Engineer CAP 0113 222 2058

RE: [sqlite] Dotnet C# support

2005-10-28 Thread Reid Thompson
Original Message From: Darren Lodge [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 4:01 AM To: sqlite-users@sqlite.org Subject: [sqlite] Dotnet C# support Hi there, Is there a version which will work for dotnot? Darren Lodge Software Engineer CAP 0113 222 2058

Re: [sqlite] Convert SQLite to Java

2005-10-26 Thread Reid Thompson
Steve O'Hara wrote: I have used SQLite in a whole bundle of applications and I love it. However, I've got an app that's being written in Java - I've got a JNI library (Solaris Windows) for SQLite, but I really want something platform independent. I've been worn down by my quest for a

Re: [sqlite] Easyer way ?

2005-09-24 Thread Reid Thompson
Puneet Kishor wrote: You will need to type the values at least once to convert from paper to bits, but you need not type in the INSERT command. Type them in Excel, or in a text editor... save the file as a CSV file, then load the file in SQLite (I believe there is a command to load CSV...

Re: [sqlite] Easyer way ?

2005-09-23 Thread Reid Thompson
Richard Nagle wrote: is there a easier way of typing in data to Sqlite. sqlite insert into car (md_num, md_name, style, year) ... values (1, 'Honda', 'Coupe', 1983) ... ; Man, just 806 more listing just looking for some short cuts, or helper apps...etc. to cut down some of the

Re: [sqlite] weird problem with windows 2000 PLEASE HELP!!!

2005-09-17 Thread Reid Thompson
dan greene wrote: So, if I'm reading your message right, the 25 seconds for inserting 200 (that is only 200 messsages) into a database under win 2000 is correct??? Perhaps it's just my uneducated opinion but your explanation sounds bogus... Why would the folks who wrote SQLITE show it off

Re: [sqlite] weird problem with windows 2000 PLEASE HELP!!!

2005-09-17 Thread Reid Thompson
So, if I'm reading your message right, the 25 seconds for inserting 200 (that is only 200 messsages) into a database under win 2000 is correct??? Perhaps it's just my uneducated opinion but your explanation sounds bogus... Why would the folks who wrote SQLITE show it off as being so fast

RE: [sqlite] tracing memroy leak

2005-09-15 Thread Reid Thompson
Jay Sprenkle wrote: The premier analysis tool that I know about is valgrind: http://valgrind.org/info/about.html splint may be of interest also http://www.splint.org/ reid

RE: [sqlite] tracing memroy leak

2005-09-15 Thread Reid Thompson
-Original Message- From: Mark Wyszomierski [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 3:35 PM To: Reid Thompson Cc: sqlite-users@sqlite.org; [EMAIL PROTECTED] Subject: Re: [sqlite] tracing memroy leak I traced this error down a bit, it only appears when using windows

RE: [sqlite] Error (config.log) while compiling SQLite

2005-09-08 Thread Reid Thompson
Richard Nagle wrote: you didn't happen to ftp any files in the incorrect mode did you? ascii rather than binary perhaps for the tar/tar.gz file? Just downloaded the source, from sqlite.org and that it. why? -Rick downloading a binary file ( .tar .tgz, .bz , etc ) in ascii mode will

Re: [sqlite] Error (config.log) while compiling SQLite

2005-09-07 Thread Reid Thompson
Richard Nagle wrote: Below is a snip it of compiling sqlite using MacOS X 10.3.9 Xcode 1.5 with XCODE updates of gcc This would be the second time, I wipe the hard drive, and re-install ALL, and try this again, with the same results. So, far no-one, was able to find the cause, of these

RE: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-26 Thread Reid Thompson
Kiel W. wrote: Ok, I'm definately thinking this is just a problem with my understanding of the build process in *nix's and the quirks of Cygwin. I am getting the following warning with the default Makefile that is generated. libtool: link: warning: undefined symbols not allowed in

RE: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Reid Thompson
Doug Currie wrote: I downloaded the raw source and ran 'configure' and 'make' from a separate folder. The resulting output I copied to /usr/lib/sqlite. In it a see the bunch of .lo, .o and the two .la files (libsqlite3.la, libtclsqlite3.la) using cygwin ( when i built sqlite3 from the

RE: [sqlite] sqlite with visual basic?

2005-08-11 Thread Reid Thompson
Scott Chapman wrote: Thanks Steve. Anyone have guidance on which of these will work (well) with the latest version of VB and SQLite? Steve O'Hara wrote: Check out the WIKI, there's a myriad of possibilities. -Original Message- From: [EMAIL PROTECTED]

[sqlite] info

2005-06-03 Thread Reid Thompson
info

RE: [sqlite] info

2005-06-03 Thread Reid Thompson
Reid Thompson wrote: info apologies - i was trying to get the mailing list to give me a listing of available commands. Trying to suspend my subscription while out of the office. reid

[sqlite] SQLITE 3 Make install errors -- DESTDIR variable unpopulated,...

2005-04-12 Thread Reid Thompson
This issues still exists: http://www.mail-archive.com/sqlite-users@sqlite.org/msg06857.html reid

RE: [sqlite] Single quotes are causing misery

2005-03-17 Thread Reid Thompson
Peter Jay Salzman wrote: Hi Mike, To be perfectly honest, other than being a Microsoft thing, I don't really know what .NET is. Pretty pathetic, huh? :) This is some PHP code on Linux. I suspect it was originally written on a Microsoft operating system because when I edit the files,

RE: [sqlite] Single quotes are causing misery

2005-03-17 Thread Reid Thompson
I read that in a NSP book awhile ago (Linux Cookbook). It's faster than %s/ //g. Very handy. But which problem does this address? :) Pete This is some PHP code on Linux. I suspect it was originally written on a Microsoft operating system because when I edit the files, my editor

RE: [sqlite] Conversion mysql - sqlite

2005-03-16 Thread Reid Thompson
Peter Jay Salzman wrote: Hi all, I know very little about mysql and sqlite - I've only played around a little bit with databases, so I'm a newbie in this area. There's a blogger called Wheatblog that I've been trying to convert from mysql to sqlite so I don't have to run a full RDMBS

RE: [sqlite] Conversion mysql - sqlite

2005-03-15 Thread Reid Thompson
Peter Jay Salzman wrote: Hi all, I know very little about mysql and sqlite - I've only played around a little bit with databases, so I'm a newbie in this area. There's a blogger called Wheatblog that I've been trying to convert from mysql to sqlite so I don't have to run a full RDMBS

RE: [sqlite] ticket 1147

2005-02-28 Thread Reid Thompson
Robert Simpson wrote: -Original Message- From: D. Richard Hipp [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 10:30 AM To: sqlite-users@sqlite.org Subject: RE: [sqlite] ticket 1147 [snip] What do other database engines (PostgreSQL, Oracle, MySQL) do in the way of

RE: [sqlite] absolute vs. relative path to database on Cygwin

2004-12-16 Thread Reid Thompson
Greg Miller wrote: amead wrote: Are you doing this at the Cygwin prompt or Window's command prompt? My installation of Cygwin doesn't recognize DOS style paths at all: $ ls c:\cygwin ls: c:cygwin: No such file or directory You used a backslash, escaping the 'c' character. Notice that

RE: [sqlite] Flush to disc

2004-11-03 Thread Reid Thompson
[EMAIL PROTECTED] wrote: In a message dated 11/3/2004 12:20:36 PM Eastern Standard Time, [EMAIL PROTECTED] writes: How can I make sure after an insert that everything has been flushed to disc? I mean, I want even my program to become slower as long as I know everything have been

RE: [sqlite] Is there...?

2004-09-29 Thread Reid Thompson
http://sqlitebrowser.sourceforge.net/ Edgardo Rossetto wrote: Anything like a visual manager for sqlite dbs? or just the command line tool? Regards, Edgardo reid

[sqlite] output from a compilation of sqlite-3.0.5.tar.g on SunOS 5.8.

2004-08-31 Thread Reid Thompson
Not sure if you're interested in this, but, attached is output from a compilation of sqlite-3.0.5.tar.g on SunOS 5.8. with a non-default configure. How can I utilize the included tests against the resultant executable? reid compilerOutput.doc.gz Description: compilerOutput.doc.gz