📄 mssql_win32_howto.txt
字号:
Rules for building MSSQL------------------------The MSSQL project contains 2 configurations.The files needed for each configurations are:Win32 Release_TSWin32 Debug_TS php_build\mssql-70\include\sqldb.h php_build\mssql-70\include\sqlfront.h php_build\mssql-70\lib\ntwdblib.libphp_build is a directory at the same level as php4.Start Visual Studio, load php_modules.dsw, select the MSSQL projects,configuration and build it.This module requires ntwdblib.dll and one or more of the following dll'sdbmsadsn.dlldbmsrpcn.dlldbmsshrn.dlldbmssocn.dll for tcp/ip connectionsdbmsspxn.dll for ipx/spx connectionsdbmsvinn.dlldbnmpntw.dll for netbios connectionsAll these files are installed while installing MS SQL Server. If the SQL Serveris installed on another maschine you need to install the client tools onthe web server as well.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -