A
andrei
Hi Group,
Here is what I'm trying to do in my application:
1. the customer uploads an encrypted file to the server (it's a ASP.NET
application)
2. the uploaded file is decrypted to a comma separated list of values
3. the list is being written to a CSV file
4. the csv file is being loaded into a datatable, using OleDbDataAdapter
5. the recordset, after some checking and validation, is being written to a
SQL database.
Question:
Is it possible to skip somehow the steps where I'm writing the comma
separated list to a csv file and then reloading the list into a datatable?
Something like loading the datatable directly from the comma separated
string **in memory** ?
Many thanks !
Andrei.
Here is what I'm trying to do in my application:
1. the customer uploads an encrypted file to the server (it's a ASP.NET
application)
2. the uploaded file is decrypted to a comma separated list of values
3. the list is being written to a CSV file
4. the csv file is being loaded into a datatable, using OleDbDataAdapter
5. the recordset, after some checking and validation, is being written to a
SQL database.
Question:
Is it possible to skip somehow the steps where I'm writing the comma
separated list to a csv file and then reloading the list into a datatable?
Something like loading the datatable directly from the comma separated
string **in memory** ?
Many thanks !
Andrei.