MS SQL Server

SSIS error

Question : SSIS error Hi, I have a SSIS package, inside of that, I call another package, if I run it separately, it is fine, but if I ran it together, I am getting error…please help..thx […]

Visual C Sharp

C# Brain Bench Question

Question : C# Brain Bench Question The answer to the queston below is number 1: 1) The DVD class declaration is wrong; you must specify the class first then any interfaces. Is it right to say […]

Microsoft Programming

Problem: OLE Error 80030002

Problem: OLE Error 80030002 I am coding a Program in Borland C++ Builder 5.  I am using ADO Connections, queries, datasets, and command components.  I am initializing the COM Objects with CoInitialize(NULL), but i am […]

Microsoft Programming

Async InternetReadFileEx() problem

Question : Async InternetReadFileEx() problem Hi! I need to do async communications using HttpSendRequest() and InternetReadFile(). HttpSendRequest() returns ERROR_IO_PENDING and I wait for INTERNET_STATUS_REQUEST_COMPLETE event in OnStatusCallback(), then I call InternetReadFileEx() which returns incomplete data (usually […]