[firebird-support] Firebird event and c#

2017-06-19 Thread Alessandro BERRONE a.berr...@aunde.it [firebird-support]
Hello, i´ve a problem to see firebird events on c#... Can you help me? Thanks Alessandro BERRONE Informatica/Information Technology AUNDE ITALIA S.p.A. Regione Masio, 19bis 10046 Poirino (TO) Italy Tel. 0119458006 Skype: it.aunde.it Rispetta l'ambiente. Non stampare questa mail se non è

Re: [firebird-support] Foreign key different field type

2017-06-19 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
>>At DDL time: What happens if you flip the used data types for ID/ID1? No difference – constraint created regards, Karol Bieniaszewski From: Thomas Steinmaurer t...@iblogmanager.com [firebird-support] Sent: Monday, June 19, 2017 7:21 PM To: firebird-support@yahoogroups.com Subject: Re:

[firebird-support] Foreign key different field type

2017-06-19 Thread 'liviusliv...@poczta.onet.pl' liviusliv...@poczta.onet.pl [firebird-support]
Hi, Can someone show me example when it is usefull to have different field type in relation Sample Create table test1 (id smallint not null primary key) Create table test2 (id1 integer) Alter table test2 Add foreign key (id1) references test1(id) Why this is not forbidden? Regards, Karol