代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/182939/9183225
cpp bookstoreappui.cpp
/*
* ============================================================================
* Name : BookstoreAppUi from BookstoreAppUi.cpp
* Part of : Bookstore
* Created : 8.12.2003 by Forum
www.eeworm.com/read/182919/9185022
sql user.sql
CREATE DATABASE Hello ;
CREATE TABLE User
(
name VARCHAR(30) NOT NULL,
phone VARCHAR(30) NOT NULL,
PRIMARY KEY (name)
) ;
www.eeworm.com/read/182919/9185029
sql user.sql
CREATE DATABASE Hello ;
CREATE TABLE User
(
name VARCHAR(30) NOT NULL,
phone VARCHAR(30) NOT NULL,
PRIMARY KEY (name)
) ;
www.eeworm.com/read/182919/9185036
sql user.sql
CREATE DATABASE Hello ;
CREATE TABLE User
(
name VARCHAR(30) NOT NULL,
phone VARCHAR(30) NOT NULL,
PRIMARY KEY (name)
) ;
www.eeworm.com/read/182919/9185050
sql user.sql
CREATE DATABASE Hello ;
CREATE TABLE User
(
name VARCHAR(30) NOT NULL,
phone VARCHAR(30) NOT NULL,
PRIMARY KEY (name)
) ;
www.eeworm.com/read/379678/9189260
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Public fMainForm As frmMain
Public gApp As clsApp
Sub Main()
Dim mainCN As ADODB.Connection
Set gApp = New clsApp
'Now get the co
www.eeworm.com/read/378808/9215644
bas module1.bas
Attribute VB_Name = "Module1"
Public Indate As Date '入场时间
Public OldIndate As Date '原始入场时间
Public Outdate As Date '出场时间
Public OldOutdate As Date
www.eeworm.com/read/181461/9254634
cpp dbase.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/181296/9260314
txt 0.1.3-date-10_08_02.txt
Release 0.1.3 - October 8, 2002
Release Notes
1) Added the ability to view and edit user permissions for database objects
Upcoming
1) Managing Triggers
1) Managing Relationsh
www.eeworm.com/read/377683/9265358
1 sqlite3.1
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters