[Firebird-net-provider] Same user id have diferent value in membership and uuid_to_char ()

2009-02-11 Thread Mercea Paul
Hi all FB2.1 and FB.Net provider 2.5. I'm porting a web app to win app and I found a difference between readable id of user from membership and readable id of user from users table. I have this code: Variables.UserId = Membership.GetUser(Variables.UserName).ProviderUserKey.ToString(); That

Re: [Firebird-net-provider] Same user id have diferent value in membership and uuid_to_char ()

2009-02-11 Thread Jiri Cincura
On Wed, Feb 11, 2009 at 17:38, Mercea Paul paul.mer...@almexa.ro wrote: String from Membership: d1f5d194-5fa8-4ba1-bcf5-a4a788b58c1a String from database: D194D1F5-5FA8-4BA1-F5BC-A7A4B5881A8C Look like Guid in .NET has little bit different text representation than uuid_to_char from