搜索:sql server
找到约 5,823 项符合「sql server」的查询结果
结果 5,823
按分类筛选
- 全部
- SQL Server (1528)
- Java编程 (501)
- 技术资料 (326)
- 数据库系统 (286)
- 其他书籍 (269)
- 其他 (250)
- 企业管理 (201)
- 教育系统应用 (185)
- Internet/网络编程 (145)
- Delphi控件源码 (131)
- Jsp/Servlet (118)
- 电子书籍 (104)
- 软件设计/软件工程 (101)
- Oracle数据库 (98)
- 网络 (84)
- 其他数据库 (84)
- Linux/Unix编程 (74)
- 其他行业 (74)
- MySQL数据库 (65)
- 书籍源码 (62)
- Java书籍 (58)
- 文章/文档 (54)
- 系统设计方案 (47)
- 酒店行业 (45)
- *行业应用 (43)
- 百货/超市行业 (41)
- 技术管理 (30)
- 汇编语言 (30)
- 医药行业 (29)
- OA系统 (26)
- VC书籍 (26)
- 源码 (23)
- 游戏 (23)
- 单片机开发 (23)
- 编译器/解释器 (22)
- 文件格式 (22)
- 通讯/手机编程 (21)
- 压缩解压 (21)
- 嵌入式Linux (21)
- 嵌入式/单片机编程 (20)
- J2ME (20)
- 软件工程 (19)
- 交通/航空行业 (19)
- 中间件编程 (19)
- JavaScript (19)
- Windows CE (18)
- Delphi/CppBuilder (16)
- Applet (14)
- VxWorks (14)
- 电子政务应用 (14)
- VIP专区 (14)
- 家庭/个人应用 (13)
- 通信网络 (12)
- 通讯编程文档 (12)
- Symbian (12)
- 学术论文 (11)
- 加密解密 (11)
- 人工智能/神经网络 (11)
- SCSI/ASPI (10)
- 微处理器开发 (10)
- Ajax (10)
- 驱动编程 (8)
- 编辑器/阅读器 (8)
- FlashMX/Flex源码 (8)
- 认证考试资料 (8)
- Linux/uClinux/Unix编程 (7)
- 操作系统开发 (7)
- 技术书籍 (7)
- 手机短信编程 (7)
- 串口编程 (7)
- 软件 (6)
- 书籍 (6)
- 多国语言处理 (6)
- 教程 (5)
- 单片机编程 (5)
- 嵌入式综合 (5)
- 金融证券系统 (5)
- matlab例程 (5)
- 无线通信 (4)
- 易语言编程 (4)
- 其他嵌入式/单片机内容 (4)
- 行业发展研究 (4)
- 手册 (3)
- 论文 (3)
- 网络及电脑 (3)
- 电子书籍 (3)
- PCB相关 (3)
- C/C++语言编程 (3)
- 计算机相关 (3)
- 开发工具 (3)
- 可编程逻辑 (3)
- 源码/资料 (3)
- 传真(Fax)编程 (3)
- Windows Mobile (3)
- 邮电通讯系统 (3)
- 其他 (2)
- 接口技术 (2)
- 设计相关 (2)
- Windows编程 (2)
- 数值算法/人工智能 (2)
https://www.eeworm.com/dl/689/251580.html
SQL Server
通过VC++6.0连接SQL server数据库,实现的是一宾馆管理系统,有登陆界面,客房信息管理,订房信息管理和结算信息管理.源码均有C++实现
通过VC++6.0连接SQL server数据库,实现的是一宾馆管理系统,有登陆界面,客房信息管理,订房信息管理和结算信息管理.源码均有C++实现
https://www.eeworm.com/dl/689/427292.html
SQL Server
SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zer
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数
SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
2.CHR
给出整数,返回对应的字符
SQL> select chr(54740) zhao,chr( ...
https://www.eeworm.com/dl/527/439093.html
通讯/手机编程
使用C#开发的基于windows mobile的数据同步框架
使用C#开发的基于windows mobile的数据同步框架,手机端使用RDA基于http协议与服务器进行数据同步,使用sql server compact edition与sql server mobile server tools。
https://www.eeworm.com/dl/534/216022.html
其他
使用ASP.NET通过WEB方式来实现以下功能的: 新建和编辑数据库 运行SQL语法 导入导出数据 汉化程度90% 经测试可以管理sql2000和sql2005。支持NET1.1和NET2
使用ASP.NET通过WEB方式来实现以下功能的:
新建和编辑数据库
运行SQL语法
导入导出数据
汉化程度90% 经测试可以管理sql2000和sql2005。支持NET1.1和NET2.0。
https://www.eeworm.com/dl/620/103034.html
Internet/网络编程
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Becaus
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for d ...
https://www.eeworm.com/dl/534/103476.html
其他
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sen
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the ema ...
https://www.eeworm.com/dl/523/119389.html
数据库系统
备份数据库(c#+mssql) 注意: Server2000必须安装补丁3
备份数据库(c#+mssql) 注意: Server2000必须安装补丁3,数据库文件备份在 XX:\Program Files\Microsoft SQL Server\MSSQL\BACKUP
https://www.eeworm.com/dl/620/162362.html
Internet/网络编程
Client and server creation classes. Very easy to use in your programs. Uses winsock and tcp/ip.
Client and server creation classes. Very easy to use in your programs. Uses winsock and tcp/ip.
https://www.eeworm.com/dl/534/173817.html
其他
Easy FTP Server 是一款独立的多线程 FTP 服务器软件
Easy FTP Server 是一款独立的多线程 FTP 服务器软件,提供了高级的功能和安全性。该软件的界面简单直观,带有用于管理用户、配置和安全性设置的有组织的模块。支持所有基本的 FTP 命令以及多样化的目录、IP 地址拦截、服务器统计表和远程管理功能。它可以被非熟练用户简单地设置,并且还提供了高级的 ...