代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/376006/2717931

pgc test_informix2.pgc

#include #include #include "sqltypes.h" EXEC SQL include sqlca.h; EXEC SQL include ../regression; EXEC SQL DEFINE MAXDBLEN 30; /* Check SQLCODE, and produce a "standard error" i
www.eeworm.com/read/376006/2717935

pgc execute.pgc

#include #include #include #include exec sql include ../regression; exec sql whenever sqlerror sqlprint; int main(void) { exec sql begin declare section;
www.eeworm.com/read/376006/2717941

pgc binary.pgc

#include #include EXEC SQL include ../regression; EXEC SQL BEGIN DECLARE SECTION; struct TBempl { long idnum; char name[21]; short accs; char byte[20]; }; EXEC SQL END D
www.eeworm.com/read/376006/2717944

pgc func.pgc

#include #include #include EXEC SQL INCLUDE ../regression; int main(int argc, char* argv[]) { EXEC SQL char text[25]; ECPGdebug(1, stderr); EXEC SQL CONNECT TO
www.eeworm.com/read/376006/2717947

pgc oldexec.pgc

#include #include #include #include exec sql include ../regression; exec sql whenever sqlerror sqlprint; int main(void) { exec sql begin declare section;
www.eeworm.com/read/160611/5568610

c cmtcmd.c

/* cmtcmd.c -- routines for the moxc side of the command interface */ #include "switches.h" #include "stdio.h" #ifdef AMIGA #include "exec/types.h" #include "exec/exec.h" #endif #include "cmtcmd.h"
www.eeworm.com/read/11316/222510

desktop computerart.desktop

An Draw Demo Program computerart computerart.bmp 电脑美术
www.eeworm.com/read/492131/1181399

ex

@c ---------------------------------------------------------------------- @node exec*, process @heading @code{exec*} @subheading Syntax @example #include int execl(const char *pa
www.eeworm.com/read/373185/2766425

sql 示例13-4.sql

EXEC sp_configure 'show advanced options','1'; go reconfigure; go EXEC sp_configure 'clr enabled','1' go
www.eeworm.com/read/188989/8497973

h spi_cmd.h

#ifndef _CSP_SPI_CONFIG_H #define _CSP_SPI_CONFIG_H extern cle_exec_t spi_cmds[]; #define CMD_SPI_CMD_NUM 3 #endif