PDA

View Full Version : SQL Library


Tamas
10-16-2009, 06:23 PM
Hello

I don't know why but when i want to connect to the database I always get a server crash.
Here's the code:

connect("localhost","username","pass","vco")

Mex
10-17-2009, 12:50 PM
all SQL functions are prefixed with SQL. like:

SQL.connect("localhost","username","pass","vco")