代码搜索:加数据库
找到约 10,000 项符合「加数据库」的源代码
代码结果 10,000
www.eeworm.com/read/420675/10782133
delphi
Delphi与SQL数据库的连接
TADOQuery,TDataSource,TDBGrid
ADOQuery1设置ConnnectionString属性连接数据库或Connection属性设置为其他连接数据库的组件,如ADOConnection,
DataSource1的DataSet属性设置为ADOQuery1,
DBGrid1的DataSource属性设置为DataSour
www.eeworm.com/read/418512/10943321
bas operatdatabase.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function GetConnStr() As String
'得到数据库连接字符串,用户可以在此处设置连接字符串
'User ID 是数据库用户ID,Password是登陆密码
'Initial Catalog是数据库名,Data Source是服务器名称
GetC
www.eeworm.com/read/416292/11034354
bas operatdatabase.bas
Attribute VB_Name = "OPeratDataBase"
Public Function GetConnStr() As String
'得到数据库连接字符串,用户可以在此处设置连接字符串
'User ID 是数据库用户ID,Password是登陆密码
'Initial Catalog是数据库名,Data Source是服务器名称
GetConnStr = Con
www.eeworm.com/read/451577/7461544
bas operatdatabase.bas
Attribute VB_Name = "OPeratDataBase"
Public Function GetConnStr() As String
'得到数据库连接字符串,用户可以在此处设置连接字符串
'User ID 是数据库用户ID,Password是登陆密码
'Initial Catalog是数据库名,Data Source是服务器名称
GetConnStr = Conne
www.eeworm.com/read/450785/7476827
txt tomcat中配置mysql连接池.txt
TOMCAT中数据库连接池的配置
1.将数据库驱动程序的JAR文件放在Tomcat的 common/lib 中;
2.在server.xml中设置数据源,以MySQL数据库为例,如下:
在 节点中加入,
www.eeworm.com/read/445307/7596664
sql createtable.sql
--GWAP2.0-新豆网建表脚本
--删除数据库库xindou
drop database if exists xindou;
--建里数据库库xindou,并指定解码集为gb2312
--create database if not exists xindou default character set gb2312;
--建里数据库库xindou,并指定解码集为utf8
www.eeworm.com/read/333520/12677888
txt jdbc(day05).txt
JDBC第五天 2007年6月8日
一、JDBC2.0扩展
1、JDBC DataSource
DataSourse(数据源),包含了连接数据库所需的信息,可以通过数据源或的数据库连接,有时由于某些连接数据库的信息会变更,
所
www.eeworm.com/read/328737/13005939
bas operatdatabase.bas
Attribute VB_Name = "OPeratDataBase"
Public Function GetConnStr() As String
'得到数据库连接字符串,用户可以在此处设置连接字符串
'User ID 是数据库用户ID,Password是登陆密码
'Initial Catalog是数据库名,Data Source是服务器名称
GetConnStr = Con