Dave thank you for the post. I guess I really have a lot to learn. The person who was managing this code was let go a few months ago. I am going to have to found out what a cfqueryparm and cfsqltype are/do. >What about the double quotes around the emp_no? Is that doing it? Have you >tried single quotes? > >What is the type of emp_no column? Try using cfqueryparam (which you should >use anyway): > >where emp_no = <cfqueryparam value="#getLocInfo.pnpocempno#" >cfsqltype="cf_sql_varchar"> > >(if emp_no is not varchar, then use the correct cfsqltype). >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4357 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
