Posted: Mon Oct 28, 2013 5:54 am Post subject: GUID from DB
Apprentice
Joined: 04 Mar 2013 Posts: 41
Hi,
I am genearting a GUID from broker and it is in this format
Code:
B9498956-3CEC-11E3-AC9F-0A1A04140000
I am storing this GUID in DB as datatype uniqueidentifier.
Code:
It appers in DB sql server as above.But when i am quering back and placing in a variable (char) it is in this format X'582735363839343962396563336365333131616339663061'
and if the variable is blob 568949b9ec3ce311ac9f0a1a04140000.
How do i get the exact format as in Db so that my query will be successful.
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
Why not use the UIDASCHAR function and store it as a CHAR (or variant thereof), nvarchar etc? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum