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.

Reply via email to