Re: SQL Update to a table with a special character +HPD_Helpdesk

2007-05-01 Thread Syed Basith (sbasith)
Hi, The better way is to get the table name for this from from ARSCHEMA and then the fields from FIELD table and update accordingly. This will work. Thanks Abdul Basith -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Jack

SQL Update to a table with a special character +HPD_Helpdesk

2007-04-30 Thread Jack Samson
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. Thanks, Jackson Remedy

Re: SQL Update to a table with a special character +HPD_Helpdesk

2007-04-30 Thread Curtis Gallant
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