hi-
i am going to write down everything i did today (if i can remember).
i ran the test file and everything is ok.
thanks,
jim
hi-
i am a little further along (i hope).
C:\sqlite-2.8.15>make test
MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp.
"C:\Program Files\Java\jdk1.5.0_01"\bin\javac test.java
C:\sqlite-2.8.15>
and when i go to look at the file test there is a test.class file now
as well as th
hi-
i am attempting to learn java. i tried to install the sqlite jdbc and
ran into these messages.
can someone who knows java better (especially all the make and
configuration stuff) offer some advice
as to what might be going wrong?
C:\sqlite-2.8.15>make test
MAKE Version 5.2 Copyright (c)
i thought about it some more.
i can code around it with some more delphi string functions.
the one string function i was using isnt quite enough.
i just needed to step away from the computer for awhile.
thanks,
jim
hi-
in my attempt to generate a createTable syntax when i come across the
default keyword i run into a slight problem.
i want to write DEFAULT'something could be more than one word'
it seems to get inserted as default \'something could be more than one
word\' into the sqlite table
one way
-Original Message-
From: Darren Duncan [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 20, 2004 3:14 PM
To: [EMAIL PROTECTED]
Subject: RE: [sqlite] sqlite project--working with table structure
-- Darren Duncan
ok Darren. Thank you and the other posters for helping.
I will think abo
Have a look here: http://search.cpan.org/dist/SQL-Routine/
That's part of a project I'm working on. With it, each database
table, as well as every other kind of thing you could possibly put in
a schema or use with a database, is represented as a cross-referenced
hierarchy of atomic-value nod
hi-
i was hoping to get a little feedback on an idea i had.
the create table statement can get complex with its variable number
field constraints and table constraints etc. etc.
when i first tackled the problem i tried to parse it. now i have a
different idea. what if i viewed the create ta
hi-
I am working on making my program for viewing sql statement results and
changing table structure a little nicer. the reason the question came
about below is I thought I'd like to add capability to have more than
one field be the primary key and also would like to add the constraint
unique
9 matches
Mail list logo