I know this is for MySQL, but there really isn't a forum for 'other databases.' I was wondering if anyone could point me in the right direction for learning SQLite. I tried googling it, and I did find some helpful things, but nothing that shows me how to use it. From my understanding, they try to use standard SQL syntax, and I know SQL, so that's not a problem, but I just wanna find out how it works and how I can use it. What I need to do and so forth. If anyone can help me out, I'd really appreciate it.

Recommended Answers

All 3 Replies

Have you read through the documentation on the SQLite site and the SQLite Wiki FAQ? What other questions do you have about it? The DB itself is just a set of files. How you interface with the database will depend on what language you are using for your application.

Edit: I guess you found what you needed while I was posting :)

lol yeah but thanks for the reply anyway.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.