Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 103215 - 103244 of 103244   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
103215
... 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...
Philippe Makowski
tempo93fr
Offline Send Email
Jul 2, 2009
2:27 pm
103216
... 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...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2009
2:29 pm
103217
... Convert it to Int64 and make sure that the field in your DB is declared as fixed-point type. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 2, 2009
2:31 pm
103218
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...
Tiberiu Horvath
tiberiu_horvath
Offline Send Email
Jul 2, 2009
2:38 pm
103219
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 ...
Anderson Farias
peixedragao
Offline Send Email
Jul 2, 2009
3:43 pm
103220
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 -...
Peter Lee
ptle1975
Offline Send Email
Jul 2, 2009
3:44 pm
103221
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...
Luis Carlos Junges
lcdjunges
Offline Send Email
Jul 2, 2009
4:34 pm
103222
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...
Fulvio Senore
fsenore
Offline Send Email
Jul 2, 2009
5:15 pm
103223
Sorry, I wanted to write directly to Peter but I made a mistake and the message went to the list. My Apologies. Fulvio Senore...
Fulvio Senore
fsenore
Offline Send Email
Jul 2, 2009
5:51 pm
103224 Philippe Makowski
tempo93fr
Offline Send Email
Jul 2, 2009
6:37 pm
103225
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...
danny_vdw
Offline Send Email
Jul 2, 2009
6:38 pm
103226
... 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...
Fabiano Bonin
personalsoft...
Offline Send Email
Jul 2, 2009
7:02 pm
103227
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...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jul 2, 2009
7:12 pm
103228
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...
mmcde
Offline Send Email
Jul 2, 2009
9:25 pm
103229
... 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...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2009
10:00 pm
103230
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 ...
wijanarko_bambangw
wijanarko_ba...
Offline Send Email
Jul 3, 2009
3:50 am
103231
I'll check the dll windows library you mentioned. Thanks Bambang...
wijanarko_bambangw
wijanarko_ba...
Offline Send Email
Jul 3, 2009
3:51 am
103232
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...
Alan McDonald
metaalan
Offline Send Email
Jul 3, 2009
4:12 am
103233
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....
Peter Lee
ptle1975
Offline Send Email
Jul 3, 2009
4:58 am
103234
When I created a new table as below ... CREATE TABLE testtbl ( MBA_ID INTEGER NOT NULL, MBA_YIL INTEGER, MBA_MGR VARCHAR(15), MBA_HOU...
akdatilla
Offline Send Email
Jul 3, 2009
8:35 am
103235
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...
svanderclock
Offline Send Email
Jul 3, 2009
8:41 am
103236
... 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....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 3, 2009
8:46 am
103237
Thanks a lot....
akdatilla
Offline Send Email
Jul 3, 2009
8:55 am
103238
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@...
Send Email
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...
Elkins Villalona
elkins_villa...
Offline Send Email
Jul 3, 2009
9:49 pm
103240
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...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Jul 3, 2009
10:16 pm
103241
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 McDonald
metaalan
Offline Send Email
2:09 am
103242
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...
Dmitry Yemanov
dimitr_ex
Offline Send Email
3:59 am
103243
... 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...
Alan McDonald
metaalan
Offline Send Email
4:37 am
103244
... 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 ...
Alan McDonald
metaalan
Offline Send Email
5:21 am
Messages 103215 - 103244 of 103244   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help