Hello
I'm in the process of creating a Password Filter as described here. I can manage to write the VC++ code. My issue is that i need to update SQL Server database from that code. I dont have any past experience in VC++ Win32 project. My assumptions are
- Linking an external dll (compiled C#.net code) which will take care of the database update
Hitting a windows service which will take care of the update
Any insights?