Converting blank spaces to write a table name.
The question is :
I need to name a table using a simple form that sends info to an asp code. If the name I enter is one single word (ex. "TABLENAME") with no blank spaces there are no problems. If the name I enter in my form is made of more than a word (ex. "TABLE NAME") the asp doesn't work. I was thinking about let the asp code convert blank spaces into "%" when inserting the name and then when displaying info about the table remove the "%". Is it possible ?? How can it be done ?
Thanks a lot !
Ske
|