[firebird-support] Is there an auto-conversion for text blobs while reading with isc_get_segment?

2012-09-11 Thread Daniel Vogelbacher
Hi, is there an auto conversion from the character set of a text blob to the encoding set for the connection? For example, what happens if my client connection character set is UTF-8, but the text blob column has ISO-8859-1? Did isc_get_segement() return UTF-8 data or ISO-8859-1? As far as I un

Re: [firebird-support] Re: Desktop Application For Centralized Firebird Database...

2012-09-11 Thread Kjell Rilbe
Den 2012-09-09 06:20 skrev Vishal Tiwari såhär: > > But if I have internet not an Intranet facility, then also would it work ? > Intranet or internet doesn't really matter re "works" or "doesn't work". Internet has higher latency, which is nog very good for Firebird's chatty protocol, but it doe

Re: [firebird-support] Re: Desktop Application For Centralized Firebird Database...

2012-09-11 Thread Vishal Tiwari
But if I have internet not an Intranet facility, then also would it work ? From: Aage Johansen To: firebird-support@yahoogroups.com Sent: Friday, 7 September 2012 2:24 AM Subject: [firebird-support] Re: Desktop Application For Centralized Firebird Database...

Re: [firebird-support] Re: Desktop Application For Centralized Firebird Database...

2012-09-11 Thread Bogusław Brandys
W dniu 2012-09-06 22:54, Aage Johansen pisze: > Vishal wrote: > << > ... > Here, my doubt is Using Delphi 5 and Firebird database, is it > possible for all the instances of this application which are > installed at different cities could access one centralized database ? > If yes then HOW ? > ... >

Re: [firebird-support] Re: Desktop Application For Centralized Firebird Database...

2012-09-11 Thread Alexandre Benson Smith
Em 6/9/2012 17:54, Aage Johansen escreveu: > Vishal wrote: > << > ... > Here, my doubt is Using Delphi 5 and Firebird database, is it > possible for all the instances of this application which are > installed at different cities could access one centralized database ? > If yes then HOW ? > ... >

[firebird-support] Updating Null Column values Will Raise an Exception -605

2012-09-11 Thread sfsyseu
ENDDATE is date and was created after the table being created and it allows nulls so it filled the colum with nulls. So i want to set ENDDATE then i do : UPDATE MYTABLE SET ENDDATE=CURRENT_DATE WHERE MYID=1 Error -605 value null This wasnt supposed to happen ? It should Set R