jamieslover
Programmer
I'm writing a simple dll that is passed a server, database, and sql query and it is supposed to write out a table. I can get everything to work through string concatanation but that can be very slow.
How can I make the dll use the response object and simply write it out?
How can I make the dll use the response object and simply write it out?