using System.Data.OracleClient; String str = "Data Source=数据库名_服务器的IP地址;User ID=***;Password=******;Unicode=True";//定义一个字符串用来保存连接数据库的字符串 OracleConnection con = new OracleConnection(str);//定义数据库的字符串 OracleCommand cmd = con.CreateCommand();//定义连接数据库的命令 cmd.CommandText = "select * from student";//定义对数据库操作的SQL语句 con.Open();//打开连接
2023-01-28 10:12:31 202KB VS2010 C# OracleClient
1
该程序是用VB连接据库的最简单程序,内含一个access数据库,经常有初学者在查了网上的VB连接access数据库的代码后,自己运行还是不通,我也曾经这样过,为了让初学者避免走万路,特上传了该程序。
2023-01-26 17:15:48 11KB VB access数据库
1
操作excel利用VB将EXCEL中的数据导入ACCESS
2023-01-26 17:09:41 24KB 操作excel.
1
内容索引:VB源码,文件操作,Excel  用VB编程读取Excel表的内容,简单的实现,但是很不错,能看懂!
2023-01-26 09:21:37 4KB VB源代码 文件操作
1
内容索引:VB源码,报表打印,水晶报表,Excel   vb6从excel导出数据到mdb数据库,并用水晶报表打印数据的一个小例子,中间用到了codeject 控件V13以及水晶报表10,请到网上自己下载吧。
2023-01-26 09:19:09 60KB 水晶报表 Excel VB源码 lelecode.com
1
内容索引:VB源码,系统相关,窗体嵌套  VB将外部程序加载到自己程序窗体中显示,虽然这个示例很小,但可能很实用这个功能,在本例中,将计算器、记事本、翻牌游戏显示在自己所指定的窗体中,而且不会超出窗体范围,就像是自己应用程序中的一部分一样,是一个典型的程序嵌套实例,对学习VB的朋友来说还是有意义的一个程序。
2023-01-25 12:59:24 6KB VB源代码 系统相关
1
今天与大家分享一个VB6.0编写的类似IIS网站服务器的程序,作测试用还可以,支持HTML和ASP语言的解析发布,来自国外VB源码网站,也是前几年的源码,可以学习参考一下吧。
2023-01-24 21:09:51 189KB VB源码-网络相关
1
通过VB.NET读写Beckhoff 数字输入输出信号,模拟量信号,实现对Beckhoff PLC的控制,基于TwinCAT 3写的DEMO
2023-01-22 17:24:21 1.36MB Beckhoff VB.NET Input Output
1
中文名: Oracle11g第2版的高可用性 (第2版) 原名: Oracle Database 11g Release 2 High Availability: Maximize Your Availability with Grid Infrastructure, RAC and Data Guard 作者: Scott Jesse Bill Burton Bryan Vongray 资源格式: PDF 版本: 英文文字版 出版社: McGraw Hill书号: 9780071752084发行时间: 2011年03月22日 地区: 美国 语言: 英文 简介: 内容介绍: Protect your critical business assets and achieve maximum database uptime using the detailed information in this Oracle Press guide. Oracle Database 11g Release 2 High Availability: Maximize Your Availability with Grid Infrastructure, Oracle Real Application Clusters, and Oracle Data Guard, Second Edition provides cost-effective solutions to current availability challenges. Discover how to grid-enable your IT framework, roll out Oracle Real Application Clusters, maintain standby databases, and deploy Oracle Flashback. Monitoring, tuning, and disaster recovery techniques are also covered in this comprehensive resource. 目录: Part I: Oracle's Grid Infrastructure Chapter 1. Architecting the Oracle Database Grid Chapter 2. Oracle VM Chapter 3. Grid Infrastructure Chapter 4. Grid Infrastructure Installation and Configuration Chapter 5. Oracle Automatic Storage Management Part II: Oracle Real Application Clusters (Oracle RAC) Chapter 6. Oracle RAC Setup/Configuration Chapter 7. Oracle RAC Administration Chapter 8. Utility Computing: Applications as Service Part III: Disaster Planning Chapter 9. Oracle Data Guard Chapter 10. Backup and Recovery for MAA Environments Chapter 11. Flashback Recovery Part IV: Enhancing Availability with Additional Features Chapter 12. Oracle Data Guard Broker Chapter 13. Oracle Data Control Index
2023-01-22 14:45:00 6.85MB Oracle
1
此源码包含 图片合成 旋转 调整大小 裁切 调节亮度,饱和度,对比度 滤镜 类型装换
2023-01-20 09:54:17 1.13MB VB 图片处理源码
1