I'm trying to get my head around client variables ... in a scenario where they're placed in a database for later testing for existence ... but I can't figure out how to test for there existence??? I know this is probably a no-brainer, but that would be me at this point
Here's how I'm insert them into a database (I assume this is a reasonable way): <cfquery datasource="jobs_available" dbtype="odbc"> INSERT INTO tracking (LastVisit, token, cfid) VALUES (#Client.LastVisit#, '#client.cftoken#', '#client.cfid#') </cfquery> Now once these are in the database, how do I test for there existence in subsequent visits?? Tim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

