How to convert .Net Guid to Oracle ???
651546Jul 25 2008 — edited Apr 17 2009Hi,
I'm using the Oracle Membership provider and creating a new user. Since, its with the providers, system is taking a Guid and then automatically storing that in RAW in Oracle database and while getting back to front end, its formatting the Oracle RAW Type Guid to .Net Guid and then giving at the front end.
But, now i need to stored the same AspnetUserId in my custom table. And so, while inserting a .Net Guid to Oracle database (Raw 16), i'm getting an conversion error.
Help me to figure out as to how we need to store the .Net Guid to Oracle and can get it back without any loss of data.