代码搜索:isql

找到约 83 项符合「isql」的源代码

代码结果 83
www.eeworm.com/read/432726/8580503

h isql.h

/* * isql.h * * $Id: isql.h,v 1.2 2007/01/09 19:51:04 yas Exp $ * * iODBC defines * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin * Copyright (C) 199
www.eeworm.com/read/374109/9421034

exe isql.exe

www.eeworm.com/read/100495/7807562

h isql.h

/* * isql.h * * $Id: isql.h,v 1.8 1999/06/25 03:02:45 source Exp $ * * iODBC defines * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin * * This lib
www.eeworm.com/read/141268/5774833

h isql.h

/* * isql.h * * $Id: isql.h,v 1.1 2005/03/16 06:49:16 kehc Exp $ * * iODBC defines * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin * * Th
www.eeworm.com/read/119642/6083270

c isql.c

/************************************************************************ Test for the client: interactive SQL (c) 1996-1997 Innobase Oy Created 2/16/1996 Heikki Tuuri ******************************
www.eeworm.com/read/100925/6264901

e isql.e

/* * PROGRAM: Interactive SQL utility * MODULE: isql.e * DESCRIPTION: Main line routine * * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "License");
www.eeworm.com/read/100285/6271723

h isql.h

/* Modified isql.h file from iodbc. This file should be placed in the * include path to be used to create ODBC compliant applications. */ #ifndef _INTRINSIC_SQL_H # define _INTRINSIC_SQL_H typedef un
www.eeworm.com/read/408502/11384719

h isql.h

/* * isql.h * * $Id: isql.h,v 1.8 1999/06/25 03:02:45 source Exp $ * * iODBC defines * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin * * This lib
www.eeworm.com/read/126953/14392375

h isql.h

/* * isql.h * * $Id: isql.h,v 1.8 1999/06/25 03:02:45 source Exp $ * * iODBC defines * * The iODBC driver manager. * * Copyright (C) 1995 by Ke Jin * * This lib
www.eeworm.com/read/211881/15171718

py isql.py

import sqlite class isql: def __init__(self): self.database=None def dbConnect(self,directory,db): if self.database!=None: self.database.close() # op