Log in

View Full Version : Insert, delete, update user SQL


bjohnson045
04-10-2007, 07:24 PM
Anyone have the correct vB sql need to add, update, and delete users straight from SQL rather than using the datamanager? This is to be used on a seperate site not in a vB page so the datamanager cannot be used.

I tried turning debug on while adding a user but its not displaying the insert queries.

Marco van Herwaarden
04-13-2007, 11:44 AM
You would need to reproduce the updates made by the DataManager. If you are using PHP, then you could still include global.php to get access to the vB functions.