代码搜索:加数据库

找到约 10,000 项符合「加数据库」的源代码

代码结果 10,000
www.eeworm.com/read/377545/2699080

php check.php

www.eeworm.com/read/259308/4344762

php check.php

www.eeworm.com/read/257267/4364733

php check.php

www.eeworm.com/read/474563/6811971

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/473443/6853430

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/295351/8168690

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/195081/8174876

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/295127/8186031

cpp unitmain.cpp

//--------------------------------------------------------------------------- //运行程序前应该在BDE(数据库引擎)管理器中,为当前目录下的Data文件夹中的数据库 //建立数据库别名"JiFei " #include #pragma hdrstop #include "UnitMain.
www.eeworm.com/read/293595/8284003

bas moddb.bas

Attribute VB_Name = "modDb" Private IsConnect As Boolean '标记数据库是否连接 Private cnn As ADODB.Connection '连接数据库的Connection对象 Private rs As ADODB.Recordset '保存结果集的Recordset对象 '连接数据库 Public
www.eeworm.com/read/415756/11055477

java databasetest2.java

import java.sql.*; /**类JDBCAdapter用于建立数据库连接*/ class JDBCAdapter{ /*声明一个Connection对象,用于和数据库建立连接*/ Connection connection; /*声明一个Statement对象,用于对数据库执行SQL语句*/ Statement