Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 41242 - 41271 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41242
Is there something I can do to retrieve the version number of the Client DLL? (the one from Ib_Constants.IB_GDS32) Regards Stefan...
Stefan Heymann
stefanheymann
Offline Send Email
Apr 1, 2007
5:24 pm
41243
Look at GetFileVersionInfo() ... From: "Stefan Heymann" <lists@...> To: <IBObjects@yahoogroups.com> Sent: Sunday, April 01, 2007 11:22 AM Subject:...
Hans
ittybittypro...
Offline Send Email
Apr 1, 2007
9:16 pm
41244
... Thanks. So there's nothing inside the Client API or IBO? Is there a way to tell if a given fbclient.dll is the normal Client Library or a renamed...
Stefan Heymann
stefanheymann
Offline Send Email
Apr 2, 2007
8:19 am
41245
Hello All I have following query: SELECT H_O.H_ORDER_ID , H_O.H_ORDER_TYPE , H_O.CUSTOMER_ID , H_O.ORDERED_DATE , H_O.CONTAINER_ID , H_O.SURVEYOR_ID ,...
Marcin Bury
marcinbury
Offline Send Email
Apr 2, 2007
1:45 pm
41246
Hi IBOs, qTEST := TIB_Query.create(self); with qTEST do begin sql.add('select * from TABLE for insert'); Open; insert; FieldByName('RID').AsInteger := 12; ...
Andreas Filsinger
anfisoft
Offline Send Email
Apr 2, 2007
3:23 pm
41247
Howzat all. Is it possible to get the progress of a large BLOB download from a database? I have a case where the users would like to store files in the...
Antti Kurenniemi
smantti73
Offline Send Email
Apr 2, 2007
5:46 pm
41248
Hi I am wanting to install into Delphi 2007 what is the recommended way of doing this?...
Robert martin
chreos3
Offline Send Email
Apr 2, 2007
10:01 pm
41249
... I'm working on my next release. For now, rename everything in the 2006 package files to 2007 and manually build and install the packages and see how it...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
10:09 pm
41250
That is the correct event to use. Please examine the sources and the help file and you should find all the information you need. Jason...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
10:09 pm
41251
... I don't generally care for bug tracking packages off the shelf. I've used some of them on projects I've had in the past and it was usually more work to...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
10:28 pm
41252
Please send me a DDL to create the database so I can take a closer look at this issue. Jason...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
10:30 pm
41253
Hi Thanks for the quick response Jason. Any idea of when you might have this ready? If its going to be in the next few days we might just wait :) Rob Martin ...
Robert martin
chreos3
Offline Send Email
Apr 2, 2007
10:31 pm
41254
... In what way does it disable SOAP? Seems to me they should work together just fine. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
10:31 pm
41255
... Actually, please follow through with what I've requested and then if it works please send me the files for inclusion. This will allow me to spend my time...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2007
11:14 pm
41256
Hi Fair enough. Will give it a go and end you through the files (do you just mean the DCUs?) Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03...
Robert martin
chreos3
Offline Send Email
Apr 2, 2007
11:42 pm
41257
Hi Where do I find instructions on doing a manual install of IBO into Delphi? The Raw source file does not include and help in its help dir. -- Rob Martin ...
Robert martin
chreos3
Offline Send Email
Apr 3, 2007
1:32 am
41258
... In the Installation section of the IBO 46 help. Helen...
Helen Borrie
helebor
Offline Send Email
Apr 3, 2007
2:00 am
41259
Thanks Helen I followed the instructions and used the BDS2006 project group. Everything worked perfectly. Jason asked If I could send him the files after...
Robert martin
chreos3
Offline Send Email
Apr 3, 2007
2:58 am
41260
... I've used ... more work ... was not ... system. ... much time ... apps to ... pressing ... Yes, but for instance I've a problem with IB_CombBox embedded in...
Marco Menardi
mmenaz
Offline Send Email
Apr 3, 2007
9:34 am
41261
Hi I am getting a deadlock (sometimes) when I run the following code. ItemTypeQuery.Active := False; ItemTypeQuery.ParamByName('ItemRef').AsFloat := ...
Robert martin
chreos3
Offline Send Email
Apr 3, 2007
10:15 pm
41262
... Can you please supply: 1. The SQL for ItemtypeQuery 2. The exception code and message that you get when you think you have a deadlock ... It is not...
Helen Borrie
helebor
Offline Send Email
Apr 3, 2007
11:19 pm
41263
Hi Helen Answers to you questions follow... ... SELECT * FROM pr_ItemTypeAccount(:ItemRef, :RegionRef); Would you like the SP also ? (it is fairly small) ... ...
Robert martin
chreos3
Offline Send Email
Apr 4, 2007
12:08 am
41264
Oops sorry I missed a bit... The error message is.. ISC ERROR CODE:335544336 ISC ERROR MESSAGE: deadlock update conflicts with concurrent update STATEMENT: ...
Robert martin
chreos3
Offline Send Email
Apr 4, 2007
1:44 am
41265
Hi Another issue ... We have an application that automatically creates a DB based on a script. This works fine. However on my Vista test machine it is coming...
Robert martin
chreos3
Offline Send Email
Apr 4, 2007
1:50 am
41266
... Yup. ... A remote terminal client (which is what your command shell is on vista) can't use a local connection to create a database. Needs to be CREATE...
Helen Borrie
helebor
Offline Send Email
Apr 4, 2007
3:41 am
41267
Your wonderful ! Thanks Helen. Changed to using the Server host and it works perfectly. That really helps me out heaps. I was really scratching my head with ...
Robert martin
chreos3
Offline Send Email
Apr 4, 2007
4:11 am
41268
#### a) here comes my "e_r_fbClientVersion" uses IB_Session; function FileVersion(const FName: string): string; var aFileName: array[0..MAX_PATH] of Char; ...
Andreas Filsinger
anfisoft
Offline Send Email
Apr 4, 2007
9:46 am
41269
Thanks, Andreas ... Ouch :-) Regards Stefan...
Stefan Heymann
stefanheymann
Offline Send Email
Apr 4, 2007
10:41 am
41270
We get the following error when trying to install IBO4.7 build 16 (customer version) from the provided installer (Its a new installation of Turbo Delphi and...
leon_o123
Offline Send Email
Apr 4, 2007
8:49 pm
41271
Hi all, IB_Export doesn't export fields with more than 254 characters to a DBF file properly, unfortunately - it would have to create them as MEMO fields (and...
bamber12001
Offline Send Email
Apr 5, 2007
3:16 pm
Messages 41242 - 41271 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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