[firebird-support] Delphi XE3 and gd32 problem

2012-09-20 Thread P-Soft - Codebue Fabio
Someone have installed new Delphi XE3 ? We have some problem with gds32.dll that it installed on my pc. It doesn't work with firebird 2.1.x Codebue Fabio .. P-Soft di Codebue Fabio via Nuova, 9 24060 Tavernola B.sca - BG Web : www.p-soft.biz EMail:

Re: [firebird-support] Delphi XE3 and gd32 problem

2012-09-20 Thread Mark Rotteveel
On Thu, 20 Sep 2012 11:46:33 +0200, P-Soft - Codebue Fabio f.code...@p-soft.biz wrote: Someone have installed new Delphi XE3 ? We have some problem with gds32.dll that it installed on my pc. It doesn't work with firebird 2.1.x It is probably a gds32.dll for Interbase and not for Firebird.

[firebird-support] Firebird Client for Android

2012-09-20 Thread marc_guillot
Hello. It seems that you have been working on an Android port, and that the client part have been successfully compiled for Android. http://thread.gmane.org/gmane.comp.db.firebird.devel/1801/focus=1895 I want to write an small application for an Android Tablet accessing to the main Firebird

Re: RES: [firebird-support] Should i use UTF8 for all character fields in my database?

2012-09-20 Thread Fabiano
Hi, Thomas, thank you for testing. It seems, despite the environment, we can expect some performance loss using fields with UTF8. Btw, i also have a server with SSD (and RAID), and the performance of firebird compared to a regular HDD is amazing. Operations which takes minutes in a

RE: [firebird-support] Re: Can't continue after bugcheck

2012-09-20 Thread Rick Debay
Does anyone know what these errors mean? -Original Message- From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of Rick Debay Sent: Friday, September 14, 2012 5:09 PM To: firebird-support@yahoogroups.com Subject: RE: [firebird-support] Re: Can't

[firebird-support] substract just some minutes from a timestamp?

2012-09-20 Thread Roberto Carlos
Firebird 2.5.1 Select Current_TimeStamp - Cast('00:20:00' as Time) From rdb$database; Select Current_TimeStamp - Cast('00:20:00' as TimeStamp) From rdb$database; Dynamic SQL Error expression evaluation not supported unknown ISC error 336397244 How can I correctly substract just some minutes from

RE: [firebird-support] substract just some minutes from a timestamp?

2012-09-20 Thread Leyne, Sean
Roberto, Firebird 2.5.1 Select Current_TimeStamp - Cast('00:20:00' as Time) From rdb$database; Select Current_TimeStamp - Cast('00:20:00' as TimeStamp) From rdb$database; Dynamic SQL Error expression evaluation not supported unknown ISC error 336397244 How can I correctly substract

Re: [firebird-support] substract just some minutes from a timestamp?

2012-09-20 Thread Helen Borrie
At 02:27 PM 21/09/2012, Roberto Carlos wrote: Firebird 2.5.1 Select Current_TimeStamp - Cast('00:20:00' as Time) From rdb$database; Select Current_TimeStamp - Cast('00:20:00' as TimeStamp) From rdb$database; Dynamic SQL Error expression evaluation not supported unknown ISC error 336397244 How

[firebird-support] How to capture a POST_EVENT in a client application?

2012-09-20 Thread W O
Hello everybody How to capture an event in an application programmed with Visual Basic 6, Visual FoxPro, C, C++ or Java but without using components? I know that there are Delphi's components for that but ... how can I capture an event in some of the above languages without using a component?

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-20 Thread Helen Borrie
At 03:32 PM 21/09/2012, W O wrote: Hello everybody How to capture an event in an application programmed with Depends on your driver: Visual Basic 6 Ask on firebird-odbc-developer and/or firebird-net-provider list Visual FoxPro Ask on firebird-odbc-developer C, C++ Look at IBPP wrappers