rob30UK
10-17-2006, 04:43 PM
I need to run the following SQL via a plugin...
INSERT INTO `subscribeforum` ( `subscribeforumid` , `userid` , `forumid` , `emailupdate` )
VALUES ( NULL , $userid, '7', '2'
);
What syntax would I use within the plugin code to perform the above as I understand VB has dataobjects I can tie into?
Thanks for help.
INSERT INTO `subscribeforum` ( `subscribeforumid` , `userid` , `forumid` , `emailupdate` )
VALUES ( NULL , $userid, '7', '2'
);
What syntax would I use within the plugin code to perform the above as I understand VB has dataobjects I can tie into?
Thanks for help.