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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 42436 - 42465 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42436
Hi everybody, In previous version of FB 1.5 (+IBX) and connect directy security.fdb and retrieve all logins. But now, using FB2(+IBO4) it's does not possible. ...
hamacker
sirhamacker
Offline Send Email
Dec 2, 2007
6:59 pm
42437
... Already answered. Alan...
Alan McDonald
metaalan
Offline Send Email
Dec 2, 2007
8:28 pm
42438
I do not have this component on my pallete. Where is it ? ... [Non-text portions of this message have been removed]...
hamacker
sirhamacker
Offline Send Email
Dec 2, 2007
9:10 pm
42439
Google is your friend IBOAdmin - the first in the list Alan...
Alan McDonald
metaalan
Offline Send Email
Dec 2, 2007
9:25 pm
42440
Hi Again, I found and I did install IBOAdmin, but studing your properties I conclude that to retrieve all users : var ResultList:TStringLIST; n:Integer; begin ...
hamacker
sirhamacker
Offline Send Email
Dec 3, 2007
1:18 pm
42441
I found a solution, IBOAdmin does not requer UserName and Password as property, but as TParams. if I fill Username and Password then 'SPB constant not...
hamacker
sirhamacker
Offline Send Email
Dec 3, 2007
4:34 pm
42442
Hi Attempting to install IBO4_8_7 into D2007 so it co-exists with D6. Unzipped installer and ran install. Did the first part OK then went onto installing into...
Paul Hope
paulphope
Offline Send Email
Dec 3, 2007
4:44 pm
42443
... I run 4 versions of Delphi on the same machine, though not D2007, with a variety of IBO versions. I keep a separate source folder for each Delphi/IBO...
Helen Borrie
helebor
Offline Send Email
Dec 3, 2007
9:59 pm
42444
Hi Helen Thank you for your reply I tried it again following your advice and it worked ;-) second attempt anyway. First time I went through every package and...
Paul Hope
paulphope
Offline Send Email
Dec 4, 2007
9:26 am
42445
... I had written ... Ach! sorry! I should have said "dcp", not "dcu". In all cases my dcu's are left in the same folder as the source units (so that they...
Helen Borrie
helebor
Offline Send Email
Dec 4, 2007
9:43 am
42446
Hi, Try this: UserName := 'isc_spb_user_name=YOUR_USER_NAME' Password := 'isc_spb_password=your_password' Edison PS: é bom ver gente conhecida na lista :D ...
benjamini_bbf
Offline Send Email
Dec 4, 2007
10:35 am
42447
I have a TIB_Query that uses the aggregate function MAX: SELECT P.NAME, P.BIRTHDATE, MAX(R.RECORDDATE) AS LASTDATE FROM PATIENT P, RECORDING R WHERE P.PATNUM =...
p3pp3rh3ad
Offline Send Email
Dec 5, 2007
9:07 pm
42448
... Use the orindal value instaed of the fieldname (alias) So use 3 in place of lastdate, the orderinglinks generator will use the alias by default you need to...
Alan McDonald
metaalan
Offline Send Email
Dec 5, 2007
9:19 pm
42449
... the ... Thanks, Alan--I'd never have figured that out. Bruce...
p3pp3rh3ad
Offline Send Email
Dec 5, 2007
9:36 pm
42450
Please also add the below calls to BeginBusy and EndBusy as they will eliminate the SQL Hourglass flickering. Jason Wharton ... try IB_DSQL.BeginBusy( false );...
Jason Wharton
kylixguru
Offline Send Email
Dec 6, 2007
9:17 pm
42451
... It would be helpful to know what database you are using. InterBase has a new feature that allows batch execution which might be helpful to increase your...
Jason Wharton
kylixguru
Offline Send Email
Dec 6, 2007
9:25 pm
42452
... 1) You can put data from ClientDataSet into external IB/FB table 2) Insert data from this external table into database table(s). (via SP or in another way)...
Dmitriy A. Beloshistov
dmitrybelosh...
Offline Send Email
Dec 7, 2007
9:34 am
42453
Hi, What i want is: -automatically compress data when written to a specific blob column via insert/update -automatically decompress data of a blob column when...
Falko
bausufm
Offline Send Email
Dec 7, 2007
10:13 am
42454
... Have a look at the contributed code section at IBObjects website, there is a library there for the compression/decompression of blob data on the fly. It...
Alan McDonald
metaalan
Offline Send Email
Dec 7, 2007
11:33 am
42455
... I found ZipFilterBlob.zip. But thats not what i wanted. Its client-side compression/decompression. ... that's what i found out too :-( ... I did. ... ...
Falko
bausufm
Offline Send Email
Dec 7, 2007
12:46 pm
42456
... It would be nicer if you could use blob filters in SQL, for example: select cast(myblobcolumn as subtype -2) and then the blobfilter from subtype <as...
Martijn Tonies
martijntonie...
Offline Send Email
Dec 7, 2007
12:58 pm
42457
I could likely use ColumnAttributes to make this easier. I already work with blob filters for converting BLR to text. This can be seen in the IB_SQL tool where...
Jason Wharton
kylixguru
Offline Send Email
Dec 8, 2007
12:05 am
42458
Hi, Apologies if I do any mistakes or if this is a FAQ (if so I haven't found it :). I've got a Windows service which connects to a firebird database. To do...
havard_o
Offline Send Email
Dec 9, 2007
10:17 pm
42459
... [ ... ] ... I'll comment on this first, as it is extremely important. A "connection" is a logical object, representing a live connection between one...
Helen Borrie
helebor
Offline Send Email
Dec 10, 2007
12:43 pm
42460
Thanks a bunch for the *very* thorough walk-through of all the things I need to consider. You are probably right that I should take a few steps back and throw...
havard_o
Offline Send Email
Dec 10, 2007
1:11 pm
42461
Hi everybody. I migrate from IBO 4.3a to 4.8.7, and now my TIB_Connection does open if Local Conection is selected. I try this example : with IB_Connection1 do...
hamacker
sirhamacker
Offline Send Email
Dec 10, 2007
3:18 pm
42462
... No but try it with an embeded server as the client. I suspect your app has only access to the normal client. Alan...
Alan McDonald
metaalan
Offline Send Email
Dec 10, 2007
9:37 pm
42463
... Does open? or does NOT open? ... No. "Localhost" is the TCP/IP local loopback server. It needs cpTCP_IP protocol and cannot work with cpLocal. The "empty...
Helen Borrie
helebor
Offline Send Email
Dec 10, 2007
9:58 pm
42464
Hi Server:='localhost'; Protocol:=cpLocal; in IB_Connection1 does not open connection, raise "unavaliable database". But in IBO 4.3a runs OK with the same...
hamacker
sirhamacker
Offline Send Email
Dec 10, 2007
11:31 pm
42465
Ive got a table with 100,000 records, and 300 fields. Ive got a very simple read only app, that loops from the top down, looking doing some price analysis on...
Gordon Hamm
vdsgch
Offline Send Email
Dec 11, 2007
1:12 am
Messages 42436 - 42465 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