Nishit, Much as we believe in helping out new people, I think it is reasonable to expect that before you ask for helping in using the C interface to SQLite that you familiarize yourself with C. Looping and logic structures are something you should learn pretty early on, and if you haven't reached that point yet SQLite is going to be well beyond you.
If you're truly this lost, let me recommend "The C Programming Language", which while basic, is also very good. Clay nishit sharma wrote: > thanks for this help. i have done this... > my another problem is that i have multiple columns in my database and on > the > basis of > two columns( has integer values) i have to read the database. > but i m unable to make a loop in C. > can u help me. > > regards > Nishit > > > On 9/3/07, Pavan <[EMAIL PROTECTED]> wrote: >> >> You should link the library when you compile .....It should be gcc >> test.c-l<libraryname> >> library name should be your sqlite shared library. Just check in >> /usr/lib >> directory >> >> Thanks, >> Pavan. >> >> >> On 8/31/07, nishit sharma <[EMAIL PROTECTED]> wrote: >> > >> > hey buddy can u tell me how to compile the C source code in which i >> have >> > used >> > sqlite3_open() like calls. >> > i m doing gcc test.c but it is giving me error of undefined reference. >> > i think i am missing some thing in compiling. >> > waiting for reply >> > >> > regards >> > Nishit >> > >> > >> > On 8/30/07, nishit sharma <[EMAIL PROTECTED]> wrote: >> > > >> > > thanks for telling the link. >> > > >> > > regards >> > > >> > > >> > > On 8/30/07, Pavan <[EMAIL PROTECTED]> wrote: >> > > > >> > > > Hi Nishit, >> > > > >> > > > http://www.sqlite.org/quickstart.html >> > > > >> > > > This is a good link to start with. >> > > > >> > > > Thanks, >> > > > Pavan. >> > > > >> > > > >> > > > On 8/30/07, nishit sharma <[EMAIL PROTECTED]> wrote: >> > > > > >> > > > > Hi, >> > > > > i m beginner to sqlite >> > > > > can anybody send me a link which can help me >> > > > > in building and maintining databse >> > > > > >> > > > >> > > > >> > > > >> > > > -- >> > > > '**************************************************************** >> > > > Always finish stronger than you start >> > > > ***************************************************************** >> > > > >> > > >> > > >> > >> >> >> >> -- >> '**************************************************************** >> Always finish stronger than you start >> ***************************************************************** >> > -- Lazarus Registration http://www.lazarusid.com/registration.shtml ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------