代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/432726/8580513
h sql.h
/*
* sql.h
*
* $Id: sql.h,v 1.2 2007/01/09 19:51:04 yas Exp $
*
* ODBC defines
*
* The iODBC driver manager.
*
* Copyright (C) 1995 by Ke Jin
* Copyright (C) 1996-2
www.eeworm.com/read/432726/8580674
h sql.h
/* COPYRIGHT (C) GUPTA TECHNOLOGIES, LLC 1984-2004 */
/*
INTERFACE TO
SQL
*/
/*
REVISION HISTORY
12/04/91 GTI release 5.0.0
12/08/91 GTI release 5.0.1
04/01/92 GTI release 5.0.2
08/28/92 GTI
www.eeworm.com/read/432726/8580992
h sql.h
/******************************************************************************
**
** Source File Name: SQL
**
** (C) COPYRIGHT International Business Machines Corp. 1987, 2006
** All Rights Reserve
www.eeworm.com/read/432726/8581160
h sql.h
/*****************************************************************
** SQL.H - This is the the main include for ODBC Core functions.
**
** preconditions:
** #include "windows.h"
**
** (C) Copyrigh
www.eeworm.com/read/388694/8582925
sql yxsell.sql
www.eeworm.com/read/289007/8586082
sql createprodax.sql
时间:2001-5-16
作者:蒋跃明
内容:建立Prodax表Transfer和House用来作数据输出用,输出的数据将被引入到公司的中心数据库
表的定义如下:
Create Table Transfer
(
F_Transfer_No Char(6) Not Null,
F_Transfer_Name Char(20),
F_PowerCount Integer,
www.eeworm.com/read/289007/8586377
sql create.sql
/* Extract Database jym:D:\mis\data\smdljf.gdb */
CREATE DATABASE "jym:D:\mis\data\smdljf.gdb" PAGE_SIZE 1024
;
/* External Function declarations */
DECLARE EXTERNAL FUNCTION F_45
DOUBLE P
www.eeworm.com/read/289007/8586920
sql createdatabase.sql
/* Extract Database D:\Mis\Fee\SMDLJF.GDB */
CREATE DATABASE "D:\Mis\Fee\SMDLJF.GDB" PAGE_SIZE 1024
;
/* External Function declarations */
DECLARE EXTERNAL FUNCTION F_45
DOUBLE PRECISION,
www.eeworm.com/read/187858/8595760
sql library.sql
www.eeworm.com/read/288844/8599487
sql linq.sql
CREATE TABLE user_tbl (
id INT UNSIGNED AUTO_INCREMENT,
name CHAR(16) NOT NULL,
passwd CHAR(32) BINARY NOT NULL,
lasttime INT UNSIGNED NOT NULL,
PRIMARY KEY(id),
UNIQUE INDEX(name)
);