U shd call the corresponding stored procedure in the database.
The reason is that a website that allows SQL to be passed directly to the database, is considered insecure as itll aid in making it vulnerable to SQL injections..
I didn't go thru them all (as there are a lot) but when I browse quickly in the database under "[dbname/]Programmability/Stored Procedures/" theres a lot SPs added in there prefixed with "NEvoweb_NB_Store" which are the ones u shd go thru and find the correct one to call. :-)
Regards
Jake
The reason is that a website that allows SQL to be passed directly to the database, is considered insecure as itll aid in making it vulnerable to SQL injections..
I didn't go thru them all (as there are a lot) but when I browse quickly in the database under "[dbname/]Programmability/Stored Procedures/" theres a lot SPs added in there prefixed with "NEvoweb_NB_Store" which are the ones u shd go thru and find the correct one to call. :-)
Regards
Jake