i am wondering if there is a public database where you can test your SQL and can connect to? i would like to test a connection to a database using vb.net, and would like to run a few sql statements.
+2
A:
Someone may have something like this, but why would you want to use a public database? Normally you would just install something like Microsoft SQL Express and test locally. That way you control the environment.
Max Schmeling
2009-07-30 17:13:48
+2
A:
Not one I am aware of. As Max said you can install Express edition and try it out locally. If you still want to test with a public DB then drop mean email at shobankr[at]gmail.com .. I have a public DB which I use to test my apps.
Shoban
2009-07-30 17:22:52
+1
A:
If the specific flavor of SQL isn't important, try FreeSQL. It's good for doing some light SQL testing, running SQL statements, and just generally good for learning SQL. They offer MySQL and PostGreSQL databases.
If you want SQL Server, ideally you would install SQL Express as Max mentions.
Tim S. Van Haren
2009-07-30 17:23:53