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
Multiuser database access IBO example (source) need!   Message List  
Reply | Forward Message #43457 of 44319 |
Re: [IBO] Multiuser database access IBO example (source) need!

At 06:27 PM 5/01/2009, you wrote:
>Where can I get source code of one IBO example how to make multiuser
>database access...I need link or something?I work on Delphi 5...

Any of the projects in the Samples folder of your IBO installation will do.

If you are doing 2-tier client server, one instance of your client application
gives its user access to one or more databases. If you have more than one user
using instances of your application (or other applications), then it is
multi-user. You don't do anything in particular in your client application to
make that possible....it is what Firebird/InterBase were designed for.

The database server itself takes care of the multi-user issues. In your
application, just take good care to manage your transactions properly and
everything "just works".

Helen







Mon Jan 5, 2009 7:51 am

helebor
Offline Offline
Send Email Send Email

Forward
Message #43457 of 44319 |
Expand Messages Author Sort by Date

Where can I get source code of one IBO example how to make multiuser database access...I need link or something?I work on Delphi 5... ...
Adam
coderefectory
Offline Send Email
Jan 5, 2009
7:27 am

... Any of the projects in the Samples folder of your IBO installation will do. If you are doing 2-tier client server, one instance of your client application...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2009
7:51 am

====================================================================== My classic program looks like this: *DBConectionModul* ... (TIB_Connection,...
Adam
coderefectory
Offline Send Email
Jan 5, 2009
9:17 pm

... I don't like this sort of structure at all, where the GUI layer is jumbled together with the data access layer. I put all of the data access stuff,...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2009
10:47 pm
Advanced

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