Meenakshi K wrote: > > Dear Sqlite pros, > I am a newcomer interested to use sqlite educational purpose. > I am using Qt 4 in the .Net environment. > > How do get started with sqlite? I can't find any installation guidance. > Please help. I know this is very basic, but i am stuck. > > Thanks in advance! > > Cheers, > Meenakshi.
I do not know much about the combination Qt and .net, but sqlite has a command-line tool which ought to be very useful. See: http://www.sqlite.org/sqlite.html Regards, Arjen