Hi,
here is the picture:
website (PHP/MySql) will give access to many existing vendors & partners to upload their large inventories of electronic components on daily/weekly basis.
Excel or text files (from several hundred to several thousands records each) have to be uploaded to our server and after that inserted into MySql DB.
I like LOAD DATA INFILE for its speed but I have no clue how to supply values for Auto Increment ID field in our case.
List of fields that will be supplied in text data files:
VendorID
PartNumber
PartDescription
PartManufacturer
I have tried INSERT but it is too slow.
Advices or helpful links would be appreciated.
Thank you
here is the picture:
website (PHP/MySql) will give access to many existing vendors & partners to upload their large inventories of electronic components on daily/weekly basis.
Excel or text files (from several hundred to several thousands records each) have to be uploaded to our server and after that inserted into MySql DB.
I like LOAD DATA INFILE for its speed but I have no clue how to supply values for Auto Increment ID field in our case.
List of fields that will be supplied in text data files:
VendorID
PartNumber
PartDescription
PartManufacturer
I have tried INSERT but it is too slow.
Advices or helpful links would be appreciated.
Thank you