代码搜索:MyDatabase
找到约 278 项符合「MyDatabase」的源代码
代码结果 278
www.eeworm.com/read/339376/12240868
~dfm ren.~dfm
object DataModule1: TDataModule1
OldCreateOrder = True
Left = 338
Top = 231
Height = 388
Width = 447
object T_user: TTable
DatabaseName = 'mydatabase'
TableName = 'PERSON'
www.eeworm.com/read/339376/12240908
dfm ren.dfm
object DataModule1: TDataModule1
OldCreateOrder = True
Left = 354
Top = 184
Height = 388
Width = 447
object T_user: TTable
DatabaseName = 'mydatabase'
TableName = 'PERSON'
www.eeworm.com/read/339376/12240988
dfm change.dfm
object Form18: TForm18
Left = 312
Top = 243
Width = 353
Height = 480
ActiveControl = i_id
Caption = #20154#20107#31185#25945#24072#20154#20107#21464#21160
Color = clSkyBlue
Fon
www.eeworm.com/read/150612/12281966
frm form2.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
Caption = "在程序运行阶段建立数据库"
ClientHeight = 3435
ClientLeft =
www.eeworm.com/read/128647/14283930
frm frmsplash.frm
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
ClientHeight = 3750
ClientLeft = 210
ClientTop = 1380
ClientWidth = 3240
ClipContr
www.eeworm.com/read/127767/14337848
txt e235. connecting to an oracle database.txt
This example uses an Oracle JDBC driver to connect to an Oracle database instance located at 128.0.0.0:1521 with an sid called mydatabase.
Connection connection = null;
try {
// Lo
www.eeworm.com/read/126184/14438910
cpp usedatabase.cpp
//: C09:UseDatabase.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the fi
www.eeworm.com/read/222743/14676741
cpp usedatabase.cpp
//: C09:UseDatabase.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the fi
www.eeworm.com/read/121014/14775055
frm frmsplash.frm
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
ClientHeight = 3756
ClientLeft = 216
ClientTop = 1380
ClientWidth = 3240
ClipContr
www.eeworm.com/read/216171/15024775
java~5~ dbcon.java~5~
package zcgl;
/*
*DbConn.java:建立数据库的连接。
*/
import java.sql.*;
import java.math.*;
public class DbCon {
private Connection conn;
public DbCon() {
try {
conn = DriverMana