One of my servelet generate the following line based on a query on the
database.

http://www.stgeorgeconsulting.com:8000/servlet/hossservlet1.TableMeta?tn=SPILL#EMP_BAK

The TableMeta servlet takes input table name (tn) and query the database
for column names for that table.  But due to the presence of '#' sign only
the part precedding the # sign goes as table name.  So, instead of a where
clause as

where table_name = 'SPILL#EMP_BAK' I receive a where clause as table_name
= 'SPILL'.

How can I escape the '#' symbol.

Thanks,
Amar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to