Hi,
To convert a csv file to sqlile I did :
1. initialize a new connection in the App_start (con.New1)
2. "table1" has been populated from a csv file and shows rows.
3. in the click event of a button used : con.CreateSQLTable("table1","rew")
but generating error :
"con.CreateSQLTable("table1","rew")
Error description
operation is not valid due to the current state of the object.
continue ?"
off course I have done mistake, pl. correct me.
regards,
To convert a csv file to sqlile I did :
1. initialize a new connection in the App_start (con.New1)
2. "table1" has been populated from a csv file and shows rows.
3. in the click event of a button used : con.CreateSQLTable("table1","rew")
but generating error :
"con.CreateSQLTable("table1","rew")
Error description
operation is not valid due to the current state of the object.
continue ?"
off course I have done mistake, pl. correct me.
regards,