代码搜索:MSSQL

找到约 1,722 项符合「MSSQL」的源代码

代码结果 1,722
www.eeworm.com/read/136406/5872386

php mssql.php

www.eeworm.com/read/111677/6153840

mssql idtable.mssql

#foreach ($tbl in $tables) insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep); #set ( $initialID = $initialID + 1 ) #en
www.eeworm.com/read/400338/11579051

gif mssql_no.gif

www.eeworm.com/read/340560/12147251

sql mssql.sql

www.eeworm.com/read/225691/14525865

jsp mssql.jsp

以下是从Ms SQL Server2000数据库读取的数据:
www.eeworm.com/read/214028/15116698

sql mssql.sql

www.eeworm.com/read/494539/1159326

php mssql.php

www.eeworm.com/read/478926/1348049

properties mssql.properties

#================================================== # Microsoft SQLServer Configuration Parameters # DB System requirement:MSSQL 2000 or MSSQL Express,or later #==================================
www.eeworm.com/read/478926/1348067

properties mssql.properties

#================================================== # Microsoft SQLServer Configuration Parameters # DB System requirement:MSSQL 2000 or MSSQL Express,or later #================================
www.eeworm.com/read/464823/1524703

create_mssql

-- Copyright (C) 2000-2002 Carnegie Mellon University -- -- Author(s): Chris Reid -- -- Based on the create_mysql file from: -- Jed Pickel