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
JDBC连接mysq数据库Demo
2023-01-27 15:01:00 672KB jdbc mysql
1
本人也是刚接触不久java,把我学会的东西分享给有需要的人学习一下。PS:适合新手的java连接MySQL数据库小Demo。
2023-01-27 14:57:33 3.78MB 连接数据库
1
该程序是用VB连接据库的最简单程序,内含一个access数据库,经常有初学者在查了网上的VB连接access数据库的代码后,自己运行还是不通,我也曾经这样过,为了让初学者避免走万路,特上传了该程序。
2023-01-26 17:15:48 11KB VB access数据库
1
EAIDK-610安装linux固件,联网授权,SFTP连接-附件资源
2023-01-26 15:29:31 23B
1
access 连接 数据库 学生管理系统 access 连接 数据库 学生管理系统 access 连接 数据库 学生管理系统 access 连接 数据库 学生管理系统
2023-01-16 16:33:36 1.83MB access 连接 数据库 学生管理系统
1
柯尼卡美能达A3激光打印机(PP6180E),经过在centos7.3系统连接测试,安装文件后,测试打印正常。
2023-01-16 10:44:27 5.19MB centos7.3系统连接打印机
1
python-oracledb的源码和使用示例代码, python-oracledb 1.0,适用于Python versions 3.6 through 3.10. Oracle Database; This directory contains samples for python-oracledb. 1. The schemas and SQL objects that are referenced in the samples can be created by running the Python script [create_schema.py][1]. The script requires SYSDBA privileges and will prompt for these credentials as well as the names of the schemas and edition that will be created, unless a number of environment variables are set
1
SQL Server 2012数据库配置及网络连接设置.doc
2023-01-15 20:08:29 494KB SQL Server
1
SQL Server 2008开启sa用户名和远程连接 ,详述整个过程
2023-01-14 00:11:39 29KB SQL Server 2008;sa用户名和远程连接
1