1) First create a new column and set it as varbinary(MAX) for the datatype.
2) Use this code to store the file to database:
//Read File to Bytes FileStream st = new FileStream(<Location of the file>, FileMode.
Read more →
I'm currently designing an application specifically to handle multiple processing at a certain time. I've read all articles about threading, whether to use a background worker, custom thread management, or by using a thread pool.
Read more →
I was ask to create COM+ that will return data from DB2 to Classic ASP that has multi-language support.
At first, it was really a headache on how I can accomplish this project.
Read more →