c - How to read from a file using asp.net -


i have uploaded file server , want read data file , insert data oracle. using list taking data file , data reading list. no problem code. reads , data's inserted oracle table locally.. after hosting data's not inserted table..after inserting data become stuck.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -