A
Atif
Hi
I have read about XML and its use for transferring data. I have alot
of mis conceptions. Let's take an example
I have database at two locations L1 and L2, both locations are using
different DBMSs but having same schema(datatypes and other rules). If
i want to transfer data from L1 to L2, it 's not a web based
application. More precisely, i would make connection with L2 and will
request data through SQL query into the recordset. Would using XML
make any sense here that first the data will be converted into xml
from L2 and then this XML will be sent to L1, then L1 will retrieve
the data from XML file, why not directly transfer the data?? If i
would have different Schemas on L1 and L2, how XML will work here??
please clear my concepts, if don't have time try to give suggestions
atleast.
Thanks
I have read about XML and its use for transferring data. I have alot
of mis conceptions. Let's take an example
I have database at two locations L1 and L2, both locations are using
different DBMSs but having same schema(datatypes and other rules). If
i want to transfer data from L1 to L2, it 's not a web based
application. More precisely, i would make connection with L2 and will
request data through SQL query into the recordset. Would using XML
make any sense here that first the data will be converted into xml
from L2 and then this XML will be sent to L1, then L1 will retrieve
the data from XML file, why not directly transfer the data?? If i
would have different Schemas on L1 and L2, how XML will work here??
please clear my concepts, if don't have time try to give suggestions
atleast.
Thanks