Quote:
|
Originally Posted by Carl
Do I have to use SQL as most of the code snippets I've found on the Internet or is there another way?
|
I believe so. However, I don't believe you can (easily) create the database. However, you
can add tables to it, so you could start with an empty database, and essentially build it in code. I think you'd be stuck with SQL, but why is that a problem?