|
My question to the group is: Isn'tnumber
FTP just a character-by-character transmission? That is, the item
may be 1-5 numbers (1-99999). If only '1' is transmitted, would notthat
mean that everything gets PUT into the wrong locations of an SQL DDLfile on
our system in that case?FTP isn't 'database aware' for sure, but it doesn't matter. You will be
receiving a file, not a transaction. (or maybe logically it *is* a
transaction, but it'll still be handled like any other file would be)
If the data records are sent in a fixed format, you can FTP them
directly into PFs with matching record formats and they'll be usable
as-is. We do this all the time.
If they are sent in a structured format, like CSV, XML, JSON, whatever,
then you'll have to parse them and then add them to the data base.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.