Re: [Firebird-net-provider] How disable FB Server warnings(Exceptions)

2006-10-17 Thread Robert Pawlowski
>> Use the try-catch/try-finally block... Yes, yes ... :-) But this command is not executed on Server site, is ignored with warning ( exception ) :-( -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] How disable FB Server warnings (Exceptions)

2006-10-17 Thread Jiri Cincura
Robert Pawlowski wrote: > Hi > > > > How can I disable FB Server warning ( in user application exception ) > when I execute script provided for dialect 3 on database with dialect 1 > (for example: creation add column type DATE instead TIMESTAMP )? Use the try-catch/try-finally block... --

[Firebird-net-provider] How disable FB Server warnings (Exceptions)

2006-10-17 Thread Robert Pawlowski
Hi   How can I disable FB Server warning ( in user application exception ) when I execute script provided for dialect 3 on database with dialect 1 (for example: creation add column type DATE instead TIMESTAMP )? Robert   ---