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 35799 - 35828 of 44317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35799
Hi All, Just wondering what peoples experiences have been running IBO based Windows applications under Linux using Wine. A client is beginning trials of a...
Geoff Worboys
gworboys
Offline Send Email
Jun 1, 2005
7:15 am
35800
Hi Geoff, Fortunately, we've been running an IBO-based application with CrossOverOffice (Commercial Wine?) under Mandrake Linux for over 3 years now. You can...
Mario H. Sabado
mhsabado
Offline Send Email
Jun 1, 2005
2:02 pm
35801
I always suggest people look at the performance monitor/SQL trace because the query requesting that information may not be working optimally and the addition...
Jason Wharton
kylixguru
Offline Send Email
Jun 1, 2005
2:05 pm
35802
I'm not sure why there is a problem. What I see below looks fine. However, this looks like something that belongs inside a stored procedure... Jason Wharton ...
Jason Wharton
kylixguru
Offline Send Email
Jun 1, 2005
2:09 pm
35803
Hi Jason, what kind of index we must add to our database, an Index on system tables ? But this kind of operation are not discouraged ? I don't remeber why but...
Enrico Raviglione
enricorav
Offline Send Email
Jun 1, 2005
2:34 pm
35804
I notice that I can create a shortcut to a database using the ... Is there a way to include the username or password on the commandline? Rgds, David...
David Harrison
villasvacations
Offline Send Email
Jun 1, 2005
3:13 pm
35805
Hi Jason, i have used IBO Monitor on my example and i have extracted some parts: [ 01/06/2005 18.00.12 ] PREPARE STATEMENT TR_HANDLE = 16871616 STMT_HANDLE =...
Enrico Raviglione
enricorav
Offline Send Email
Jun 1, 2005
4:48 pm
35806
Hi All, What would prevent a TIB_Connection for closing? My code is like this: DM.dbXm.Connected := False; // not working Result := (not DM.dbXm.Connected);...
Steve Harp
sgharp
Offline Send Email
Jun 1, 2005
6:24 pm
35807
Covenant Data Systems, Inc. is a software and web solutions company. We help our clients meet business objectives through software consulting, coaching,...
Rebecca Saenz
rebeccasaenz777
Offline Send Email
Jun 1, 2005
9:34 pm
35808
... A transaction that is still running and is not read to roll back? Typically, a SELECT query hasn't finished fetching all of the requested rows. ... You'll...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2005
12:44 am
35809
Hi Mario, ... Thanks for that, I was not aware of CrossOver. Some interesting stuff in their FAQs that should help me. I am presuming (hoping) the guy building...
Geoff Worboys
gworboys
Offline Send Email
Jun 2, 2005
1:26 am
35810
Hi Geoff, There's also winetools with free WINE package where you can do the configuration but I haven't tried it yet. Mario _____ From:...
Mario H. Sabado
mhsabado
Offline Send Email
Jun 2, 2005
3:20 am
35811
You are correct that some indexes on system tables can get lost in a backup and restore. What I advise you to do is to check for a named index at some ...
Jason Wharton
kylixguru
Offline Send Email
Jun 2, 2005
7:18 am
35812
Please check the source code and if it isn't there I'm sure you could easily add it in since Delphi makes it pretty easy to handle input parameters. This would...
Jason Wharton
kylixguru
Offline Send Email
Jun 2, 2005
7:19 am
35813
Thanks for the warm welcome to the new addition to our family! Kind regards, Jason Wharton www.ibobjects.com...
Jason Wharton
kylixguru
Offline Send Email
Jun 2, 2005
7:25 am
35814
Enrico, ... Firebird 1.5 introduced three new indexes on system tables, thus this was one reason why the ODS (On-Disk Structure) was increased from 10.0 to...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Jun 2, 2005
7:25 am
35815
... True Enrico, this query doesn't benefit from any indexes you may define on rdb$indices. I don't know the internals of Firebird good enough, if the...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 2, 2005
10:14 am
35816
Hi, ... It wouldn't make much difference even if it would be using an index. Just do a comparison between the number of rows where I.RDB$RELATION_NAME starts...
Daniel Rail
danielrail
Offline Send Email
Jun 2, 2005
10:52 am
35817
Hello! I've encountered a hard to reproduce bug in my program: after callin Post() on IBOTable, the table is still in dsEdit mode, but no exception is thrown!...
Robert Osowiecki
robson@...
Send Email
Jun 2, 2005
5:17 pm
35818
From: "Robert Osowiecki" <robson@...> ... In most cases, I have found this to be an event procedure of some type that fires when the Post occurs....
Woody (TMW)
woody_tmw
Offline Send Email
Jun 2, 2005
5:39 pm
35819
Hi, I'm using a TIB_Cursor to scan data in a table and, depending on some conditions, update some of the rows. However I get an exception with SQLError -510...
Eyal
ez_bikbon
Offline Send Email
Jun 2, 2005
7:17 pm
35820
Put in your own EditSQL and use it instead of the one that is created for your automatically. Jason...
Jason Wharton
kylixguru
Offline Send Email
Jun 2, 2005
7:41 pm
35821
... Jason, That works, but defeats my goal of updating only changed columns (or no update if nothing changed). Also why don't the update statements that IBO...
Eyal
ez_bikbon
Offline Send Email
Jun 3, 2005
9:18 am
35822
... ^^^^^^^^^^^ In the spirit of the rest of your message this should be "Properties" ;-) Eyal....
Eyal
ez_bikbon
Offline Send Email
Jun 3, 2005
9:21 am
35823
Hi all.. I need a little help... look this: I have two different programs. Each program have your own TIB_Transaction ( both isolation level is tiCommited) ....
Emerson José dos ...
fullgalloejs
Offline Send Email
Jun 3, 2005
12:43 pm
35824
Hi Eyal! Does the error occur if you explicitly set KeyLinks? I'm not saying that there is no error to be fixed, just that if there is an error, then maybe it...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 3, 2005
1:05 pm
35825
... I did try to explicitly set KeyLinks with identical results. IBO correctly identified the key column and used for the searched update, the problem is that...
Eyal
ez_bikbon
Offline Send Email
Jun 3, 2005
1:53 pm
35826
... I suppose you do have RequestLive true? If so, it seems as though your KeyLinks are not able to uniquely identify an underlying row in the table you marked...
Helen Borrie
helebor
Offline Send Email
Jun 3, 2005
2:13 pm
35827
... In Set A, you have some rows containing some columns from TableX. In Set B, you have some rows containing some columns from TableX and some columns from...
Helen Borrie
helebor
Offline Send Email
Jun 3, 2005
3:01 pm
35828
Thanks Helen... I will try solve this problem like you tell me...
Emerson José dos ...
fullgalloejs
Offline Send Email
Jun 3, 2005
3:08 pm
Messages 35799 - 35828 of 44317   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