jamesplank
Posts: 8
|
| Posted: 06/26/2006, 6:05 PM |
|
I can generate a GUID and i can insert it into the datasource in the BeforeBuid Insert
and the sqlserver 2005 pK FIELD IS A UNIQUEIDENTIFIER
BUT I cant get the thing inserted?
using your framwork how do I convert (using ASP) the guid to gointo a unqueidentifier for sqlserver 2005
Im assuming the hidden field is type text?
Help
Thanks
_________________
James Nicholson-Plank
Icon Communications Ltd
New Zealand
ph 0064-3-3659899 |
 |
 |
peterr
Posts: 5971
|
| Posted: 06/26/2006, 10:44 PM |
|
I think that this question belongs to ASP forum.
Though I'd assume that what you wrote is correct - use hidden field and then some standard ASP code to assign a GUID value to it before inserting.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|