Re: [firebird-support] Guid in firebird

2018-05-08 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
08.05.2018 16:28, ymak1...@yahoo.com [firebird-support] wrote: > Any ideas? Do not use CHAR_TO_UUID(). Store and use GUIDs in binary form using parametrized queries. -- WBR, SD.

[firebird-support] Guid in firebird

2018-05-08 Thread ymak1...@yahoo.com [firebird-support]
Hello, I am new to Firebird and I am trying to use Guid from a c# application. I store a Guid to fb databaseusing “INSERT INTO PROJECTS (ProjGID, PROJCODE, PROJTITLE) VALUES (char_to_uuid('7104D437-ACD5-4781-918F-3A049DB1CFCA'), 'proj', 'projtitle')”. ProjGID is defined as char(16)