Just stick the papers in the CDROM and tye "sqlite-import"

On 9/24/05, Richard Nagle <[EMAIL PROTECTED]> wrote:
> 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.
> >
>


--
- Doug Hanks = dhanks(at)gmail(dot)com

Reply via email to