Hi all, here is my question.
Context:I have a db (A) in a citrix server, which is located in the usa. Then i have 5 users (1,2,3,4,5) in australia connected to the citrix server with a citrix web interface. One of the 5 pc's (5) has a db (B) with one table only where i need to insert records when a specific event occurs in database A. The table in the db B located in australia is linked in the db A located in the usa.
Problem: Every time that any user make a transaction in the db located in the usa A, I need to make an insert into a db B located in one of the 5 pc (5) in australia.
Of course, when i try to insert the record in the db B with the following path , d:\wineB.mdb, it looks for the db B in the users computer which does the transaction instead of inserting that record in a particular pc (5).
Question:Regardless og why iam trying to do this. Is this possible.
Can i let the code knows in which specific computer i want to insert the record, regardless of which of the 5 pc's make the transaction?
thx very much 4 your time and hlp. Max.
Context:I have a db (A) in a citrix server, which is located in the usa. Then i have 5 users (1,2,3,4,5) in australia connected to the citrix server with a citrix web interface. One of the 5 pc's (5) has a db (B) with one table only where i need to insert records when a specific event occurs in database A. The table in the db B located in australia is linked in the db A located in the usa.
Problem: Every time that any user make a transaction in the db located in the usa A, I need to make an insert into a db B located in one of the 5 pc (5) in australia.
Of course, when i try to insert the record in the db B with the following path , d:\wineB.mdb, it looks for the db B in the users computer which does the transaction instead of inserting that record in a particular pc (5).
Question:Regardless og why iam trying to do this. Is this possible.
Can i let the code knows in which specific computer i want to insert the record, regardless of which of the 5 pc's make the transaction?
thx very much 4 your time and hlp. Max.