[firebird-support] Re: update statement Excel Sheet

2012-07-03 Thread mahdoom_a
Alan Dear, I dont know whats wrong, Thats why I asking, its simple and should work easly. I tried to use IBexpert V2.5.0.49 and RazorSQL V5.6.3 to excute the command and still getting the same error msg. also I copied the sql you just sent to me as it is and still giving the same error msg

Re: [firebird-support] Database Corruption

2012-07-03 Thread Alexey Kovyazin
Hello, Consider our Firebird recovery support service: http://ib-aid.com/services/recovery Payment is after successfully recovery. Regards, Alexey Kovyazin IBSurgeon I have a customer database that is returning internal gds software consistency check (applied differences will not fit in

[firebird-support] Re: update statement Excel Sheet

2012-07-03 Thread mahdoom_a
Dear Thomas, I have update the FB server to 2.5 Same problem :( Regards, ahmad sarhan --- In firebird-support@yahoogroups.com, Thomas Steinmaurer ts@... wrote: Hello, I dont know whats wrong, Thats why I asking, its simple and should work easly. I tried to use IBexpert

[firebird-support] Re: update statement Excel Sheet

2012-07-03 Thread Svein Erling Tysvær
my firebird server is V1.0.3.973 maybe its old thats why ? Yes. The CASE construct has been added in V1.5. I have update the FB server to 2.5 Same problem :( Because your database still has an old ODS? Fb 2.5 can still open old Fb versions, but you don't get access to new things (like

[firebird-support] Enabling only numbers at field varchar(11)

2012-07-03 Thread Ismael L. Donis Garcia
As I could validate that an alone field of varchar(11) enabled numbers and that these had 11 characters of length? Best Regards = || ISMAEL || =

Re: [firebird-support] Enabling only numbers at field varchar(11)

2012-07-03 Thread unordained
-- Original Message --- From: Ismael L. Donis Garcia ism...@citricos.co.cu As I could validate that an alone field of varchar(11) enabled numbers and that these had 11 characters of length? --- End of Original Message ---

[firebird-support] Is there possibility to return dynamic number of columns from EXECUTE BLOCK /SP?

2012-07-03 Thread un_spoken
Hello. I am pretty sure that is not possible. I've read all info I could get on the web and it clearly says that output variables /columns must be defined for stored procedure or execute block. But maybe I am wrong? Maybe it is somehow possible to do something like this? SET TERM ^ ; EXECUTE

Re: [firebird-support] Is there possibility to return dynamic number of columns from EXECUTE BLOCK /SP?

2012-07-03 Thread unordained
-- Original Message --- From: un_spoken brucedickin...@wp.pl I am pretty sure that is not possible. I've read all info I could get on the web and it clearly says that output variables /columns must be defined for stored procedure or execute block. But maybe I am wrong?