Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
> in an application that mixes char(16) character set octets and varchar(36) > is not possible currently, why? It's simple. Don't do it. You're mixing binary data with string. Depending on LE or BE system you might get different result. -- Mgr. Jiří Činčura Independent IT Specialist -

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
69, FI-02540 Kylmälä Tel. : +358 (0) 400 27 25 18 E- mail : n...@tetrasys.fi > -Message d'origine- > De : Jiří Činčura [mailto:j...@cincura.net] > Envoyé : mardi 20 janvier 2015 07:39 > À : For users and developers of the Firebird .NET providers > Objet : Re: [F

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
Guid is opaque value. Interpretation in string is just a visual representation. -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
...@tetrasys.fi <mailto:taru.kaukova...@tetrasys.eu> > -Message d'origine- > De : Jiří Činčura [mailto:j...@cincura.net] > Envoyé : lundi 19 janvier 2015 21:38 > À : For users and developers of the Firebird .NET providers > Objet : Re: [Firebird-net-provider] Sys

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Jiří Činčura
And what’s not clear? -- Mgr. Jiří Činčura Independent IT Specialist -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choo

[Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
Hello I have a problem with GUIDs below, describe CREATE TABLE RM_CUSTOMERS_LINK_GUID ( GUIDCHAR(16) CHARACTER SET OCTETS, GUID36 VARCHAR(36), UUIDCOMPUTED BY (uuid_to_char(guid)) ); method MainForm.insert_RM_CUSTOMERS_LINK_GUID( GUID: System.Guid; GUID36: Sys