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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 39077 - 39106 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39077
Hi guys. Does anyone knows if there are any way to dinamically discover the primary key name of any table with ibo? Thanks in advance for all help....
fingerclick2000
Offline Send Email
Jul 2, 2006
7:24 pm
39078
D7, IBO 4.5B I'm using a TIB_ParamEdit to search in a TIB_Query. When a user is connected remotely, there can be quite a wait to return a result. I would like...
Rick Roen
rick_roen
Offline Send Email
Jul 3, 2006
12:10 am
39079
... Have you looked at BeginBusy...EndBusy and the BusyCursor property? Helen...
Helen Borrie
helebor
Offline Send Email
Jul 3, 2006
1:04 am
39080
1. KeyFields property of dataset. 2. SQL query for all Tables: SELECT I.RDB$RELATION_NAME, S.RDB$FIELD_NAME FROM RDB$RELATION_CONSTRAINTS C, RDB$INDICES I, ...
Ramil
khabibr
Offline Send Email
Jul 3, 2006
5:12 am
39081
A place to find answers to many such questions in the general term (not IBO specific, hence no mentioning of KeyFields) is www.fbtalk.net. This particular...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Jul 3, 2006
7:39 am
39082
Good day all --==0-=-0=-0=-0 I am curious , is it possible at runtime to set the GDS32.DLL file to be used ? For example I set the global value GDS32_DLL (if I...
Johannes Pretorius
johannespre
Offline Send Email
Jul 3, 2006
9:46 am
39083
... if you distribute your very own copy/version of embedded/client lib and install it adjaccent to your applciation executable, then you will be in total...
Alan McDonald
metaalan
Offline Send Email
Jul 3, 2006
10:30 am
39084
ok, thankyou. ... From: Jason Wharton To: IBObjects@yahoogroups.com Sent: Saturday, July 01, 2006 3:07 AM Subject: RE: [IBO] F1026 file not found...
William J Hill
williamjohnh...
Offline Send Email
Jul 3, 2006
10:37 am
39085
... would need ... really ... to do some ... table to ... that the ... directly more ... modification to ... IBOsets and ... Thanks for the input Alan. I've...
kgdonn
Offline Send Email
Jul 3, 2006
2:39 pm
39086
... can ... desktop ... It's definitely a great improvement. This runs in 4 seconds. Still not the blink-of-an-eye of Paradox, but within my tolerances....
kgdonn
Offline Send Email
Jul 3, 2006
4:11 pm
39087
Anyone know what we do to make AlterUser work with FB2? regards Alan McDonald...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
3:34 am
39088
... sorry - I don't know that that doesn't work... what I need is to be able to retrieve my own details to amend... i.e. what is my first, last name stored in...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
3:37 am
39089
Good day Alan -=00=-0=-=-0-=0 Thanks for the response. Basically I have had the problem where I tried to use embeded on a Interbase machine. So I placed the...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
5:38 am
39090
... you're barking up the wrong tree. have you read the release notes on how to setup embedded and what files are required? if you want to make local...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
5:47 am
39091
Good day Alan -0=0-=-0-0--0 Yes I have read the release notes and have copied all the required files to the same dir as the exe, but what happens is that when...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
5:58 am
39092
... seems like you are trying to connect to localhost??? "moaning about the db type" tell us again how software "moans"? show us your connection string Alan...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
6:07 am
39093
Good day Alan. Will have to do this later on. Is at home not here at work. Wil get for you. But basically I point directly to the db as I know embeded does not...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
6:17 am
39094
... embedded CAN certainly connect via network to remote servers. Don't get confused... it's a client lib AND a server rolled into one. It uses it's rolled-in...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
6:24 am
39095
Good day Alan =-0-0=-0=-0= Basically I have a BDE (Delphi) application that does a query from a table that has a TIMESTAMP column. The problem is that when I...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
6:43 am
39096
... you can set the client lib name in IBO but the search path is your PCs search path. As I said, you are barking up the wrong tree and wasting time trying to...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
7:00 am
39097
A second question. Can this value be set at runtime, or must it be set in the code directly (Component code ) I will rather want it to be done at runtime, AS I...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
7:07 am
39098
I quote Mark Pickersgill take a look at the release notes for ibobjects. There have been some changes in this area for being able to specify different client...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
7:24 am
39099
Basically I have made a test application at home to pump data from a BDE related datasource to an interbase DB. The idea was to test it and I used 2 interbase...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
7:30 am
39100
Think that is addressed in latest versiuon ... From: "Johannes Pretorius" <johannes@...> To: <IBObjects@yahoogroups.com> Sent: Tuesday, July 04, 2006...
Hans
ittybittypro...
Offline Send Email
Jul 4, 2006
9:05 am
39101
Thank you I appreciate this. Have a nice day Johannnes ... -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.394 / Virus...
Johannes Pretorius
johannespre
Offline Send Email
Jul 4, 2006
9:10 am
39102
Hi everyone, I have developed a multithreaded server app. One of the threads is exclusively used to access the FB database via IBO components which is located...
Don Schoeman
ta_maximus
Offline Send Email
Jul 4, 2006
9:17 am
39103
I've noticed a strange thing while trying to find this problem: The point of failure is definitely when I'm trying to read a text blob from the database....
Don Schoeman
ta_maximus
Offline Send Email
Jul 4, 2006
10:40 am
39104
... why are you fooling around with segment size? try the default 80 Alan...
Alan McDonald
metaalan
Offline Send Email
Jul 4, 2006
10:48 am
39105
Hi! When I run my app on the second monitor all dropdowns are shown on monitor one. I made this change (lines 15-18); procedure...
Dany M
dmarmur2002
Offline Send Email
Jul 4, 2006
10:50 am
39106
The database was designed many moons back, so I haven't changed that. Do you think it could possibly cause a problem? ... From: IBObjects@yahoogroups.com...
Don Schoeman
ta_maximus
Offline Send Email
Jul 4, 2006
11:23 am
Messages 39077 - 39106 of 44319   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