... false if you are using direct local protocol only the file rights on the database file have to be setup so the user can access it, you bypass the...
... Delphi really doesn't do fixed decimal numbers: BCD is a hack that will work as long as you don't need a scale greater than 4. Use the AsCurrency method...
I had the same problem in my software using threads. IBX is not thread safe and if you use different queries (TIBQuery / TIBSQL, etc) in threads, you could...
Hi, ... IBX do not look for fbclient.dll, so you must ensure the correct gds32.dll (for fb2.0) is installed (along with your application exe's or on ...
That's what I had initially thought. But... we're only passing in the name of the database file - hostname is blank, and without rw access to security2.fdb -...
hi Svein, Many thanks for you reply... i will try your suggestions and give a feedback.... if it works... i also pay a beer for you.... ... Luís Carlos Dill...
Hello Peter, this is a private message since it is rather OT for the list. I am interested in running Firebird embedded, so probably your problems are my...
Hi, I m testing the new incremental backup facility for being used in the near future for production. Test environment: * Windows Xp SP3 English version, 2 GB...
... Hi, i tried 4 or 5 times to use nbackup in production databases since its release, but for each try i had database corruptions (probably when there was...
Hi ! ... I am running nbackup for 15 days in production, so I am not an experienced nbackup user, I will try to expose my view because I post some questions...
I am a developer working on a project that utilizes the embedded version of Firebird (2.1.2) on Win32. The application is written in C++ and the IBPP library...
... For an application using IBX you must generate a compatible client and give it the name "gds32.dll". The program instclient.exe in the \bin\ folder of...
Anderson, I have replaced code that set library to gds32.dll to fbclient.dll in IBHeader.pas Deplhi5 unit. so IBX automatically look fbclient.dll. Thanks ...
Vlad, I have just received a: ISC ERROR CODE:335544329 . ... invalid BLOB ID but this time not during backup, but during normal application operation. I also...
Ahh... I see now. Thanks for that. just tried it - and it works fine without name and password - and 'other' doesn't need rw access to security2.fdb anymore....
hello, i want to know when we execute some SQL and we receive an error if the error is because SQL QUERY RELATED 1/ SQL syntax 2/ foreign key or primary key...
... Read something about floating-point numbers in computer. Float has precision 7-8 digits. But you stubbornly try to put 9-digits number into it. SY, SD....
There is no problem, except a lack in understanding the limitations of floating point types. FLOAT is by definition an imprecise datatype. To quote the...
Mark Rotteveel
Avalanche1979@...
Jul 3, 2009 8:56 am
103239
After many hours of try and error found that the Symantec Endpoint Protection Antivirus was the problem. I don´t know why turning the antivirus client off...
Hi again, Bhavbhuti, no-one seems to want to answer your question, so I'll answer this one as well... Generally, Firebird isn't good at flattening data and...
I have recently (after over 18 months of testing) upgraded a client from 1.5.5 to 2.1.2. During this upgrade no client application upgrades were done. There...
Alan, ... Read only read committed one? ... Prior to v2.1, SUBSTRING(BLOB) returned a varchar, but now it returns a temporary blob. So I believe the blob...
... In IBO it's ReadOnly, Isolation tiCommitted. Unless someone else can disagree, that's what I take as read only read committed. And that's what the...
... that's weird Dmitry, I don't see the blob IDs coming over the SQL monitor, and then being retrieved. I only see the varchar coming back. Whereas on SQL ...