Hy
Can anybody give me an answer here?
I'm working at a program wright now that must update it's tables through a network. That's nothing special. What if I tell you that the net is made of domains. Still nothing? Ok, but what if the policy of the company changed and now the wrights to certain domains are for the operators only and others are for the high stuff? And what if I must make a prog for that high stuff circle?
The tables are managed only by the operator's stuff so they're only on certain domains. That's why I can not link to those tables from my program. But every boss has a direct link to his/her secretary's computer. I came up with the ideea of making a watcher that can catch the request of my program through network and starts the process of updating the tables (that's only in my mind). After the update of the tables responds to my program and gives him the right to access them. That's easy to say, hard to do (and write too !!!). We do not posess a SQL-server so I had to think something. By the way, this watcher must stay allays awake listening to the calls of that program because the operators are updating their tables every hour(it has something to do with commands . . .).
Help on this. Any ideea is apreciated (except the buying of a server cause I don't make the choice here).
Regards
Can anybody give me an answer here?
I'm working at a program wright now that must update it's tables through a network. That's nothing special. What if I tell you that the net is made of domains. Still nothing? Ok, but what if the policy of the company changed and now the wrights to certain domains are for the operators only and others are for the high stuff? And what if I must make a prog for that high stuff circle?
The tables are managed only by the operator's stuff so they're only on certain domains. That's why I can not link to those tables from my program. But every boss has a direct link to his/her secretary's computer. I came up with the ideea of making a watcher that can catch the request of my program through network and starts the process of updating the tables (that's only in my mind). After the update of the tables responds to my program and gives him the right to access them. That's easy to say, hard to do (and write too !!!). We do not posess a SQL-server so I had to think something. By the way, this watcher must stay allays awake listening to the calls of that program because the operators are updating their tables every hour(it has something to do with commands . . .).
Help on this. Any ideea is apreciated (except the buying of a server cause I don't make the choice here).
Regards