Sorry, to say,
its a STACK of papers on my desk, Next to the Other several stacks,
of papers...
So, Was looking for a easier Method of getting Paper (typing) data,
into Sqlite, with out going threw all the insert...commands.
Thanks -
Richard
Reid Thompson wrote:
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 typing.
Thanks -
Richard
do you already have the data in another format?
csv?, excel?, space delimited?
just about any consistent format can be handled via one of many of the
scripting languages.