Re: XML Data Processing
John,
Thank you for your response.
this table contains transaction records so each transaction will be
stored locally and at a pre-defined interval newly added transactions
will be uploaded to the remote server. so it is not that important that
they are synchronized all the time. your first suggestion seems to fit
what I need. How can I achieve this? Do I have to perform data
trasformation before sending the file? If so, how is it done and how do
I process it at the remote side?
tia,
Rey Guerrero
.
Relevant Pages
- Remote stored procedure
... I am trying to run a stored procedure on a remote server and insert the ... output into a table on the local machine. ... BEGIN DISTRIBUTED TRAN ... was unable to begin a distributed transaction. ... (microsoft.public.sqlserver.server) - Re: [PHP] Connection error on URI
... I'm working on someone else's code that tries to read an XML transaction ... from a remote server with the following code. ... "Some men are born to greatness, some achieve greatness, ... (php.general) - Connection error on URI
... Hey all, ... I'm working on someone else's code that tries to read an XML transaction from a remote server with the following code. ... But this transaction times out and returns an empty transaction, even with the call to urlencode, which I tried as a quick fix. ... (php.general) - Re: credit card reciept response
... They don't have much to read about this, their tech support seemed to think I've got the general idea though & said I might have have my hosting server set up permissions to recieve POST data that way. ... This section describes the response returned by the gateway when a transaction is submitted for processing. ... The gateway response to a transaction submitted via SIM is either a Receipt Page that is displayed to the consumer or a POST string to a site designated by the merchant. ... (comp.lang.php) - Re: MSACCESS- add 2 events: duplicatekey and validate to form ect.
... I'm sorry about miss mention your name in my previous response, ... > onError event to eventually catch the problem if is it not catch before. ... > outside the transaction, then rollback the transaction. ... >> This post is a suggestion for Microsoft, ... (microsoft.public.access.formscoding) |
|