Ventuz Technology Group Forum  

Ventuz Forums » Ventuz » How to... » converting from string to uniqueidentifier

converting from string to uniqueidentifier
Started by franc14529 at 04-20-2008 17:46. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  04-20-2008, 17:46
franc14529 is not online. Last active: 7/23/2008 4:05:25 AM franc14529

Top 50 Posts
Joined on 12-27-2007
Posts 18
Idea [I]converting from string to uniqueidentifier

Dear freinds

i have an error like: db error coud not convert from character string to unique identifier.i am using sql server.

and when i use the function convert(uniqueidentifier,id);the ventuz runtime log file give me error like: error near the keyword convert.

 

this happens  1 time evry 20 mesages.it is not happening all time.

 

 

thanks alot


   Report 
  04-23-2008, 17:59
Ralf Stanke is not online. Last active: 1/6/2009 1:23:45 PM Ralf Stanke



Top 10 Posts
Joined on 05-15-2005
Hamburg, Germany
Posts 366
Re: converting from string to uniqueidentifier
Hi franc,

can you post the full SQL text and describe exactly what you like to achieve? I my (bad) SQL knowledge the conversion of a string to a uniq-id is only needed if you want to copy and/or transfer data from one DB/table to another...

Ralf

   Report