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 38811 - 38840 of 44316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38811
Hans (and all), I implemented this solution but I'm contemplating about the following: 1) What situations cause the Default setting in FB to be ignored, as ...
jeffplata
Offline Send Email
Jun 1, 2006
7:15 am
38812
... The DEFAULT clause is only used if you fail to include the columns in the INSERT clause. ... You could have a single trigger (for insert and update) that...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 1, 2006
7:19 am
38813
... Did you realise that the default constraint applies only in the following circumstances: 1) when inserting; AND 2) when the said column is NOT included...
Helen Borrie
helebor@...
Send Email
Jun 1, 2006
7:34 am
38814
... No, it's DB rules. The default applies only to inserts, and only when the defaulted column is not present in the INSERT statement. You can involve the...
Helen Borrie
helebor@...
Send Email
Jun 1, 2006
7:41 am
38815
Helen, many thanks for your answer. ... Sorry, little mistake: It should be IBManager. ... For I can not be sure, that there is allways a commit in the script,...
Helmut Steinberger
kittikira
Offline Send Email
Jun 1, 2006
7:49 am
38816
... On the surface, yes. My main caution is about running DDL and DML in the same script. I would rather run the DDL script, committing and intercepting the ...
Helen Borrie
helebor@...
Send Email
Jun 1, 2006
8:20 am
38817
I decided to distribute for testing a part of my application on another PC and met the following problem : The code to connect to the database that runs...
hypmarie23
Offline Send Email
Jun 1, 2006
12:27 pm
38818
... The first problem to address is: Do you have a Firebird server running on the other machine? Helen...
Helen Borrie
helebor
Offline Send Email
Jun 1, 2006
12:35 pm
38819
... the ... the ... great. ... Yes it's a Firebird server. I intend to use it locally for the moment....
hypmarie23
Offline Send Email
Jun 1, 2006
1:41 pm
38820
... the ... the ... great. ... In fact, I think I have progressed. It seems that it is a problem of password. My password is in lower case and it is...
hypmarie23
Offline Send Email
Jun 1, 2006
2:13 pm
38821
Hi Sorry to bother people with this again, I thought I had it working but.. Just switched form SS to classic to test that our backups (using TIBOBackupService)...
Robert martin
chreos3
Offline Send Email
Jun 2, 2006
2:32 am
38822
... Not reading the release notes? Classic on Windows doesn't take local connections (cpLocal) and TCP/IP (cpTCP_IP) doesn't take a serverless connection. I...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
2:52 am
38823
Hi Helen Sorry I am not understanding. I am aware Classic doesn't support localhost, thats why I specified cpTCP_Ip. I also thought I had specified a server...
Robert martin
chreos3
Offline Send Email
Jun 2, 2006
4:50 am
38824
Hi Just further to my original email. It does not create any file at all and returns the following error message. gbak: ERROR: multiple sources or...
Robert martin
chreos3
Offline Send Email
Jun 2, 2006
5:06 am
38825
... No, that's quite untrue. Classic doesn't support "Windows local" connections, a.k.a. IPServer, or cpLocal, in IBO terminology. ... Correct, you should. ...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
6:10 am
38826
... It sounds as though you are providing extra stuff that is turning into and invalid connection string for the service manager. Reality check: Servername...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
6:39 am
38827
I have not solved yet my problem of connection to a database. The installed version of my program + database runs correctly on my PC. But I have an error on...
hypmarie23
Offline Send Email
Jun 2, 2006
8:47 am
38828
Hello Group, There's the following scenario: A Query is displayed in a Grid. After you scroll in the Grid, there's a high possibility that the data has been ...
Daniel Albuschat
d.albuschat@...
Send Email
Jun 2, 2006
8:58 am
38829
... No, the problem is not caused by IBO. You have something configured incorrectly in your application. Tell us about the location of the database on the...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
9:20 am
38830
... In a TIB_DataSource, you can use OnDataChange. This fires for all columns, but gives you enough information about which field actually changed. -- ...
Daniel Albuschat
d.albuschat@...
Send Email
Jun 2, 2006
9:26 am
38831
The location of the database on the new machine is : C:\Program Files\Cocagne_Gest_Prod\Database\BDCOCAGNE_PLC.FDB The Server, Path and Protocol properties for...
hypmarie23
Offline Send Email
Jun 2, 2006
10:49 am
38832
... If you are going to deploy this with a hard-wired location in a directory tree with spaces in the names, i.e. "Program Files" then at least do it properly...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
11:09 am
38833
Thanks a lot for your comments. They make things clear. Sorry but I have a few more questions : 1) How will I read the aliases.conf file ? Do I just have to...
hypmarie23
Offline Send Email
Jun 2, 2006
12:27 pm
38834
... You don't. It is done by fbclient.dll. ... No. It does NOT belong to the AliasName property which should, in my opinion, be removed. AliasName has...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
1:16 pm
38835
French version of Windows for Terminal Services is Connexion Bureau à distance Cheers, Rita ... De : "Helen Borrie" <helebor@...> À :...
Rita
ritalavoie
Offline Send Email
Jun 2, 2006
2:51 pm
38836
Thanks to Helen and Rita. I create an alias in the aliases.conf : cocagneFC = c:\DataCocagne\BDCOCAGNE_PLC.FDB and wrote the following code in my app : with...
hypmarie23
Offline Send Email
Jun 2, 2006
4:56 pm
38837
Hi, Is there a way of getting the list of users with IBO 4.6B and Firebird 2.0? Best Regards Salim...
Salim Naufal
Salim_Naufal
Offline Send Email
Jun 2, 2006
8:10 pm
38838
hello, ... IB_Connection1.DatabaseName := 'cocagneFC'; The Path property is automatically set by the component, based on the DatabaseName value, and you...
Salvatore Besso
salvatorebesso
Offline Send Email
Jun 2, 2006
9:10 pm
38839
Daniel this is a common problem for me in displaying data in grids. One general way to handle presenting up-to-date data is to allow the user to press a button...
russellbelding
Offline Send Email
Jun 2, 2006
9:35 pm
38840
... No, that is exactly the reverse of the fact. For an ib_connection, you should not touch the DatabaseName value. It is only there for backward...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2006
11:13 pm
Messages 38811 - 38840 of 44316   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