Read CSV data file into MS SQL SERVER 2000
-
The case like this. User can create their CSV data file from their SAP application & SAP server. For my side, i am developing a system which will let user browse to the CSV data file which user save to their thumb drive, floopy disk even their local pc. when they select their prefer CSV file, user can click on a button to import the CSV data into my database on my SQL server. Any idea for me to perform this import action including while importing i can checking and filtering out those unnecessary CVS data. Thank for response!!!
-
The case like this. User can create their CSV data file from their SAP application & SAP server. For my side, i am developing a system which will let user browse to the CSV data file which user save to their thumb drive, floopy disk even their local pc. when they select their prefer CSV file, user can click on a button to import the CSV data into my database on my SQL server. Any idea for me to perform this import action including while importing i can checking and filtering out those unnecessary CVS data. Thank for response!!!
-
Let say i will not import all the data from the CSV file selected by the user as while importing the data i will perform some checking to pick up those related CSV data to be store into my table in my SQL server database. I am stuck in the coding how will it be for the code as after user click the import button on my system, the importing and filtering will be take action. After successful importing and filtering, the data will store in the database. Please advice.
-
Let say i will not import all the data from the CSV file selected by the user as while importing the data i will perform some checking to pick up those related CSV data to be store into my table in my SQL server database. I am stuck in the coding how will it be for the code as after user click the import button on my system, the importing and filtering will be take action. After successful importing and filtering, the data will store in the database. Please advice.