代码搜索:SQLDA
找到约 189 项符合「SQLDA」的源代码
代码结果 189
www.eeworm.com/read/136815/5856871
cpp qsql_ibase.cpp
/****************************************************************************
**
** Implementation of Interbase driver classes.
**
** Copyright (C) 1992-2004 Trolltech AS. All rights reserved.
**
** T
www.eeworm.com/read/167562/5458996
cpp qsql_ibase.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtSql module of the Qt To
www.eeworm.com/read/135460/13927832
txt code3.txt
程序段03
这段程序利用动态游标含参数查询多条记录并输出多个参数
string strvar
int intvar,i
string dstring
dstring="SELECT name, sex FROM auths"
DESCRIBE SQLSA FROM : dstring;
DECLARE C1 DYNAMIC CURSOR FOR SQLSA;
lab1:
www.eeworm.com/read/163987/5500292
dpr api7.dpr
(*
* Program type: API Interface
*
* Description:
* This program selects a blob data type.
* A set of project descriptions is printed.
* The contents of this file are subjec
www.eeworm.com/read/450315/7485755
txt esqlc方面的资料.txt
>> ChinaUnix.net > SCO
有人有ESQL/C方面的资料吗?
作者:sunw 发表时间:2002/10/28 05:04pm
能发一份给我吗?
sunw80@163.com
------------------------------------------------------------------
www.eeworm.com/read/332820/12725885
»
作者:潇湘剑公子
email: libin_hailang@china.com
日期:2001-3-15 11:36:27
1.Dynamic SQL Format 1
EXECUTE IMMEDIATE SQLStatement {USING TransactionObject} ;
eg:
string Mysql
Mysql = "CREA
www.eeworm.com/read/163987/5500301
dpr api8.dpr
(*
* Program type: API Interface
*
* Description:
* This program updates a blob data type.
* Project descriptions are added for a set of projects.
* The contents of th
www.eeworm.com/read/163987/5500296
dpr api4.dpr
(*
* Program type: API Interface
*
* Desription:
* This program updates departments' budgets, given
* the department and the new budget information parameters.
*
* An i
www.eeworm.com/read/161778/5549755
txt 6.3.9.txt
1.
String MySQL
MySQL = "CREATE TABLE Employee" &
+ " (emp_id integer not null, "&
+"dept_id integer not null, "&
+"emp_fname char(10) not null, "&
+"emp+lname char(20) not null) "
EXEC
www.eeworm.com/read/470790/6908315
pc oraquery.pc
#include
#include
#include
#include
#include "oracle.h"
EXEC SQL INCLUDE sqlca;
EXEC SQL INCLUDE sqlda;
extern "C"{
extern SQLDA*sqlald(int,int,