代码搜索:MyDatabase
找到约 278 项符合「MyDatabase」的源代码
代码结果 278
www.eeworm.com/read/365227/9871431
txt sqlcetests.csproj.filelist.txt
bin\Debug\MyDatabase#1.sdf
bin\Debug\Sqlcetests.exe
bin\Debug\Sqlcetests.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Sqlcetests.Form1.resources
obj\Debug\Sqlcetests.Properties.Resource
www.eeworm.com/read/365227/9871452
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlServerC
www.eeworm.com/read/159871/10605206
~dfm change.~dfm
object Form18: TForm18
Left = 410
Top = 344
Width = 353
Height = 480
ActiveControl = i_id
Caption = #20154#20107#31185#25945#24072#20154#20107#21464#21160
Color = clSkyBlue
Fon
www.eeworm.com/read/159871/10605413
~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/159871/10605449
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/159871/10605604
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/159432/10650401
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// MyDatabase.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/458944/7285078
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