代码搜索:SQLDA

找到约 189 项符合「SQLDA」的源代码

代码结果 189
www.eeworm.com/read/432726/8581071

h sqlda.h

/* ** Sybase CT-LIBRARY ** Confidential Property of Sybase, Inc. ** (c) Copyright Sybase, Inc. 1995 - 2005 ** All rights reserved ** */ #ifndef __SQLDA_H__ #define __SQLDA_H__ typedef struct _sq
www.eeworm.com/read/169829/9836273

h sqlda.h

/************************************************************************** Module Name = SQLDA.H SQLDA External Include File Copyright = nnnnnnnn (C) Copyright IBM Corp. 1987
www.eeworm.com/read/408502/11384896

h sqlda.h

/* ** ** Sybase CT-LIBRARY Version 11.0 ** Confidential Property of Sybase, Inc. ** (c) Copyright Sybase, Inc. 1995-1996 ** All rights reserved ** */ #ifndef __SQLDA_H__ #define __SQLDA_H__ type
www.eeworm.com/read/126953/14392556

h sqlda.h

/* ** ** Sybase CT-LIBRARY Version 11.0 ** Confidential Property of Sybase, Inc. ** (c) Copyright Sybase, Inc. 1995-1996 ** All rights reserved ** */ #ifndef __SQLDA_H__ #define __SQLDA_H__ type
www.eeworm.com/read/135259/13946634

h sqlda.h

#pragma option push -b -a8 -pc -A- /*P_O_Push*/ /************************************************************************** Module Name = SQLDA.H SQLDA External Include File Copyr
www.eeworm.com/read/123957/14604421

pc testproc.pc

#include "stdio.h" #include "sqlda.h" #include "sqlca.h" EXEC SQL INCLUDE sqlda; EXEC SQL INCLUDE sqlca; main() { exit(0); }
www.eeworm.com/read/163987/5500289

dpr api5.dpr

(* * Program type: API Interface * * Desription: * This program demonstrates the reallocation of SQLDA * and the 'isc_dsql_describe' statement. After a query *
www.eeworm.com/read/163987/5500302

dpr api3.dpr

(* * Program type: API Interface * * Description: * This program displays employee names and phone extensions. * * It allocates an output SQLDA, prepares and executes
www.eeworm.com/read/284331/8943036

txt 动态游标含参数查询多条记录并输出多个参数.txt

动态游标含参数查询多条记录并输出多个参数 程序段03 这段程序利用动态游标含参数查询多条记录并输出多个参数 string strvar int intvar,i string dstring dstring="SELECT name, sex FROM auths" DESCRIBE SQLSA FROM : dstring; DECLARE C1 DYNAMIC CURSOR
www.eeworm.com/read/136865/5842477

cpp qsql_ibase.cpp

/**************************************************************************** ** ** Implementation of Interbase driver classes. ** ** Copyright (C) 1992-2004 Trolltech AS. All rights reserved. ** ** T