Subject | Re: [IBO] Adding users to DB |
---|---|
Author | Jason Wharton |
Post date | 2001-07-18T22:58:13Z |
There will be a sample NT Service application that does exactly this with
IBO4.1.
I already have it, I just need to touch it up with some comments.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
IBO4.1.
I already have it, I just need to touch it up with some comments.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Luiz Alves" <cprmlao@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, July 18, 2001 2:48 PM
Subject: Re: [IBO] Adding users to DB
> An idea:
> Create a service or app running on server with a connection to server
logged
> as SYSDBA. Create a table to save inserts and updates about your users
and
> use events to notify the service/app on server to do this work with users.
>
> Luiz.