mssql_win32_howto.txt 860 B

1234567891011121314151617181920212223242526272829303132333435
  1. Rules for building MSSQL
  2. ------------------------
  3. The MSSQL project contains 2 configurations.
  4. The files needed for each configurations are:
  5. Win32 Release_TS
  6. Win32 Debug_TS
  7. php_build\mssql-70\include\sqldb.h
  8. php_build\mssql-70\include\sqlfront.h
  9. php_build\mssql-70\lib\ntwdblib.lib
  10. php_build is a directory at the same level as php5.
  11. Start Visual Studio, load php_modules.dsw, select the MSSQL projects,
  12. configuration and build it.
  13. This module requires ntwdblib.dll and one or more of the following dll's
  14. dbmsadsn.dll
  15. dbmsrpcn.dll
  16. dbmsshrn.dll
  17. dbmssocn.dll for tcp/ip connections
  18. dbmsspxn.dll for ipx/spx connections
  19. dbmsvinn.dll
  20. dbnmpntw.dll for netbios connections
  21. All these files are installed while installing MS SQL Server. If the SQL Server
  22. is installed on another maschine you need to install the client tools on
  23. the web server as well.