No Picture
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 […]

No Picture
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 […]

No Picture
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 […]