Log in

View Full Version : The way vB's SQL works


AnhTuanCool
09-23-2004, 01:06 AM
Hey,

I just wonder if someone can tell me how SQL works in vB cause first thing I look at a file in the vB package and I see it doesn't look like a normal SQL. Like I can't see connect function ....Any helps would be appreciated :)

Zachery
09-23-2004, 01:27 AM
Hey,

I just wonder if someone can tell me how SQL works in vB cause first thing I look at a file in the vB package and I see it doesn't look like a normal SQL. Like I can't see connect function ....Any helps would be appreciated :)
Anything your trying to do specificly?

try looking at db_class and init.php

Xenon
09-23-2004, 12:09 PM
the connect and everything is done in init.php

That file creates an Object called $DB_site which does the sql commands then and is holding the connection

AnhTuanCool
09-23-2004, 09:24 PM
Oh okay, I'll check it now, thanks for guiding :wink: