Search results for query: *

  • Users: demetron
  • Content: Threads
  • Order by date
  1. D

    Question How to insert(merge) new query result to existing datatable using datareader

    What i was trying to do is to generate a list of products with all details added by user into the datagridview but as i am using datatable.load(datareader) it always reset the previous value of the datatable,i also tried datatable.load(datareader,upinsert) but same thing is happening again. If...
  2. D

    copy a embedded resource in to HDD

    I am actually making some kind of patch or you can say update application, so there is a *.exe file which i added as resource(embedded). Now I want when I compile and run the program and click patch the *.exe file copy to a specified location with overwrite capable. :confused:
Back
Top