I had this in the C++ section of MSDN and they told me to post in this forum.
I have a web filter that builds a header file. I need a piece of data from a local SQLExpress database to load in this header.
Can I call SQL Server from within - HttpFilterProc?
DWORD WINAPI HttpFilterProc ( PHTTP_FILTER_CONTEXT pfc, DWORD NotificationType, __inout LPVOID pvNotification )
My main.cpp only had "HttpFilterProc" anc "GetFilerVersion".
If I can how? Thanks!