ADO Streams
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I need to upload binary file (dll) to SQL Server database throught ADO. I tried to use "ADODB.Stream" object, but i can't open this stream from the file. hStream->Open(n, adModeUnknown, adOpenStreamUnspecified, _bstr_t(""), _bstr_t("")); hStream->LoadFromFile(szFileName); Could you specify correct syntax for this method call Thanx.