> All, > > I am running 6.3 on an Oracle Server. I want to run an update and have a > form with a + in front of it. Does anyone know how I run an update to a > table with a special character in front of it? I have tried using > _Form_Name and +Form_Name, but these do not work. >
You can use its T tables as a quick workaround Incase you have never had to do that, to find out which table it is: SELECT NAME,SCHEMAID FROM ARSCHEMA WHERE NAME = 'XXX:XXXXXXX' -- REPLACE XXX:XXXXXX with the actual fuzzy name of the form Add a T to the front of the int value returned as schemaid and you have your base T table. Hope this helps, Cheers, -- Curtis Gallant [EMAIL PROTECTED] _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

