latest reactions

David Levin
Does the trim still work if the form fie …
mal
as long as the join keys are same in eac …
Tarida
I am using ipinfodb.com to redirect the…
David Levin
Good stuff. For those interested in a UD …
PtcBux
oh Wilbur Gans wrote thank you so much…

Clicky Web Analytics
Use OpenDNS
ZERIGO DNS

Ultimate dns hosting based on pre-defined templates, DNS redirection and lot's more.

mxna feeds

Infinite Scroll Example with ColdFusionColdFusion Summit 2013ColdFusion Dev Needed: Albany, NYCF911: New Adobe document about #ColdFusion security hotfixes: required reading, I'd sayColdFusion Summit AnnouncedAdobe Announces ColdFusion Summit 2013Circular Thumbnails with ColdFusion / CSSColdFusion Dev needed: South FloridaeBay Looking for a ColdFusion DeveloperFace Cropped Thumbnails with ColdFusionUsing A Dynamic Column Name With ValueList() In ColdFusionColdFusion LockdownFace Detection with ColdFusion and JviolajonesFace Detection with JJIL Library and ColdFusion (Experiment)Face Detection with JJIL Library and ColdFusion (Experiment)

All files are strictly confidential: all information is classified.
© Copyright 2002 - 2013 mximize.com.
All right reserved.

Visit Carlos GallupaMXNA webfeed

How to check if a value is a valid MS SQL ID?

The following function will check if a given value is indeed a valid MS SQL ID.

<!--- Function that will check if variable is a SQL newid() UUID syntax: IsSQLID(value)--->
<cffunction name="IsSQLID" access="public" returntype="boolean" output="no">
 <cfargument name="uuid" required="Yes" default="" type="string" hint="A GUID value to be checked.">
 <cfreturn REFindNoCase("^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}",uuid)>
</cffunction>

4231 viewed | Your opinion...  | del.icio.us | Digg it | Tjarko @ 08/08/03 0:00 cet


Reactions:

Leave your comment

Your name


Your url/website/link/email....


Some room for your reaction is placed here..



The answer to the ultimate question is?? (42 ;-))




URL en mail addresses are translated for you... life sometimes is that simple!!