[sqlite] Re: linker error, Sun

2004-04-22 Thread John Mudd
The problem is simple, 'ar' was not in the PATH. libtool substituted 'false' for 'ar'. I just fixed the PATH and it works! John On Thu, 2004-04-22 at 21:14, John Mudd wrote: > I get the following linker error on Sun OS. Any suggestions? > > ./libtool --mode=link gcc -g -O2 -DOS_UNIX=1

[sqlite] linker error, Sun

2004-04-22 Thread John Mudd
I get the following linker error on Sun OS. Any suggestions? ./libtool --mode=link gcc -g -O2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I../sqlite/src -o libsqlite.la attach.lo auth.lo btree.lo build.lo copy.lo date.lo delete.lo expr.lo func.lo hash.lo insert.lo main.lo opcodes.lo os.lo

Re: [sqlite] Backing up data by date

2004-04-22 Thread Christian Smith
On Wed, 21 Apr 2004, Lloyd thomas wrote: >Forgive my ignorance, I have yet to use a transaction and therefore can you >give me an example. Transactions are simply SQL statements bounded by a begin/commit pair, or begin/rollback if the transaction is to be aborted: begin transaction; [do