Ashish Singh wrote:
> 1:After the installation how do I where can i go and acess SQLite 
> program on RedHat Linux

After installation (of the binary packages, at least), the command line
tools will be available.

You also (and most importantly) have the sqlite libraries for use in
your own code... including Perl which I've used very successfully... to
use Perl, I think you just become root and type 'cpan' then 'install
DBD::sqlite'  You can see a tiny bit of example Perl code after
installation of the sqlite DBD module by typing 'perldoc DBD::sqlite'
Also see the 'Performance' section of that page.

> Can anybody guide me how do I do all these things in sequence or  if 
> you can direct me towards
> some with where I can get appropriate help.

Are you asking for help to write a program that inserts several thousand
records and then performs some queries?

-- 
Alan D. Mead, Ph.D. : [EMAIL PROTECTED] : 815-588-3846

A statistician, who refused to fly after reading of the alarmingly high
probability that there will be a bomb on any given plane, realized that
the probability of there being two bombs on any given flight is very
low.  Now, whenever he flies, he carries a bomb with him.

Reply via email to