当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: SQL Server ODBC Standard
 

 

 ·windows mobile 开发工具支持图    »显示摘要«
    摘要: green apps written using the tool will run on the platform tool is able to connect to the platform for deployment, debugging, etc yellow apps written using the tool will run on the platfo......
    摘要:以下是阎宏博士在csdn一个关于构架和框架概念的讨论中的发言,对我们理解这两个概念很有帮助!“架构:architecture框架:framework 软件的大尺度结构就是架构。一个软件不管好坏,都会有一个架构。软件架构中可以利用框架,也可以不利用框架。譬如jsp就是一种框架,而你的系统可以利用jsp框架,形成自己的架构。 所有的framework都是遵循好莱坞原则设计的,否则就不叫......


.NET中各种数据库连接大全
 sql server  odbc

【程序编程相关:MySQL介绍

【推荐阅读:eclipse在多JDK系统中启动错误的

 standard security: 【扩展信息:hibernate配置两个数据源-在cs

"driver={sql server};server=aron1;database=pubs;uid=sa;pwd=asdasd;"

 trusted connection:

"driver={sql server};server=aron1;database=pubs;trusted_connection=yes;"

 prompt for username and password:

oconn.properties("prompt") = adpromptalways

oconn.open "driver={sql server};server=aron1;database=pubs;"

 oledb, oledbconnection (.net)

 standard security:

"provider=sqloledb;data source=aron1;initial catalog=pubs;user id=sa;password=asdasd;"

 trusted connection:

"provider=sqloledb;data source=aron1;initial catalog=pubs;integrated security=sspi;" (use servername\instancename as data source to use an specifik sqlserver instance, only sqlserver2000)  prompt for username and password:

oconn.provider = "sqloledb"

oconn.properties("prompt") = adpromptalways

oconn.open "data source=aron1;initial catalog=pubs;"

 connect via an ip address:

"provider=sqloledb;data source=190.190.200.100,1433;network library=dbmssocn;initial catalog=pubs;user id=sa;password=asdasd;" (dbmssocn=tcp/ip instead of named pipes, at the end of the data source is the port to use (1433 is the default))  sqlconnection (.net)

 standard security:

"data source=aron1;initial catalog=pubs;user id=sa;password=asdasd;"

 trusted connection:


...   下一页
    摘要:1、增加一个scl入口程序用于调用以前的主程序,如runscl.scl2、清理所有以前系统中产生的html中对 web files (包括image javascript css等等 )的引用文件名处(scl js等) 检查与实际文件名大小写是否一致。3、清理所有引用appsrv_xxx函数的引用处,改为根据宏_pv_base的值,若空则仍appsrv,否则为stpsrv_xxx4、清理依赖ods......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE