Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i want to write a win32 DLL which can access SQL2000 database. is there any win32 function existing? Or i have to use MFC/.NET functions ?
Both ADO and ODBC can be used from a Win32 dll. Plus there is the SqlLib that comes with the SQL Server developer tools. Have a read on MSDN for full details. Michael CP Blog [^]