SQL Insert -- NOT WORKING - permissions??

Post Reply
velevi
Posts: 42
Joined: Thu Sep 08, 2005 12:21 pm

SQL Insert -- NOT WORKING - permissions??

Post by velevi »

I am inserting values into my Best Bets table via a script, but nothing is being inserted. How can I check if the Vortex script has the rights to insert items? What function calls are necessary to authenticate the insert statement. I am otherwise reading all the contents of the Best Bets table just fine.

Is it a UNIX-level permissions or is it Webinator/Texis-level permissions that are stopping me from doing an insert?

Thank you!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

SQL Insert -- NOT WORKING - permissions??

Post by mark »

Look for error messages in html comments in the results of the insert. Also check vortex.log.
Post Reply