CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - exception
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - exception - List
[
ADO-ODBC
]
liangku
DL : 0
数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用. 如: function GetDsXml(sql:string):string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XMLData end except on e:Exception do Result:=e.Message end qry.Close cds1.Close end end -simple database program, for example. Originality. Use some small skills. It is not the most simple to use controls. Such as : function GetDsXml (sql : string) : string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add (sql ) try qry.Open cds1.Open if not qry.Eof then begin Result : = cds1.XMLData end except on e : Exception do Result : = qry.Close cds1.Close e.Message end end end
Date
: 2008-10-13
Size
: 1.59mb
User
:
高龙
[
ADO-ODBC
]
PowerBuilder程序设计实训教程》源代码
DL : 0
You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories. If anyone has any problems send me an email at: yooper@kalamazoo.net-Hutch s INCLUDE and LIB files to a ssemble the program with the exception of the Wi ndows.inc. If you use the file you wi EWCalc.mak ll have to change the pointers to the proper dire ctories. If anyone has any problems send me an em sixty at : yooper@kalamazoo.net
Date
: 2008-10-13
Size
: 902.64kb
User
:
lon
[
ADO-ODBC
]
EODL_demo
DL : 0
how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article. -how to extend an OLE DB consumer template cl ass and make it much easier to use in application s. I had also explained how you can utilize the po wer of C exception-handling feature to make you r work easier, especially in error handling. It was just a smal l class in my last article.
Date
: 2008-10-13
Size
: 299kb
User
:
罗
[
ADO-ODBC
]
liangku
DL : 0
数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用. 如: function GetDsXml(sql:string):string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XMLData end except on e:Exception do Result:=e.Message end qry.Close cds1.Close end end -simple database program, for example. Originality. Use some small skills. It is not the most simple to use controls. Such as : function GetDsXml (sql : string) : string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add (sql ) try qry.Open cds1.Open if not qry.Eof then begin Result : = cds1.XMLData end except on e : Exception do Result : = qry.Close cds1.Close e.Message end end end
Date
: 2026-01-03
Size
: 1.59mb
User
:
高龙
[
ADO-ODBC
]
PowerBuilder程序设计实训教程》源代码
DL : 0
You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories. If anyone has any problems send me an email at: yooper@kalamazoo.net-Hutch s INCLUDE and LIB files to a ssemble the program with the exception of the Wi ndows.inc. If you use the file you wi EWCalc.mak ll have to change the pointers to the proper dire ctories. If anyone has any problems send me an em sixty at : yooper@kalamazoo.net
Date
: 2026-01-03
Size
: 902kb
User
:
lon
[
ADO-ODBC
]
2db2clib
DL : 0
用C语言处理 DBASEIII 数据库 压缩包中的代码全部由 Turbo C,version 1.0 编写,包含存取 dBASE III 数据库文件的工具,不支持索引,数据无缓冲(TC提供的除外),不支持备注文件......这些代码非常古老,仅作为学习C语言的参考之用。 -Using C language processing DBASEIII compressed package database code all the Turbo C, version 1.0 to prepare, including dBASE III database file to access the tools, do not support indexing, data-free buffer (TC provided the exception), do not support the Notes document .. .... the code is very old, just learning C language as a reference.
Date
: 2026-01-03
Size
: 26kb
User
:
zzg
[
ADO-ODBC
]
ODBCAPI_VC
DL : 0
ODBCAPI的使用类,VC编写,对ODBC的操作进行了封装,使用简单,并加入异常处理和新的记录获得方法。-ODBCAPI use category, VC preparation for the operation carried out ODBC package, easy to use, and add exception handling and new methods of record access.
Date
: 2026-01-03
Size
: 6kb
User
:
袁军
[
ADO-ODBC
]
VCadoconnect
DL : 0
在vc中,利用控件ADO连接数据库ACCESS,实现添加删除瞪功能,并异常处理-In vc using ADO control to connect the database ACCESS, realize stare add delete functionality, and exception handling
Date
: 2026-01-03
Size
: 1kb
User
:
yyl
[
ADO-ODBC
]
Exam96
DL : 0
该源码主要是通过为ApplicationEvents的OnException事件安装了一个处理程序,实现了数据库各种异常错误的处理。-The source is mainly through the OnException events ApplicationEvents install a handler to achieve a variety of database exception error handling.
Date
: 2026-01-03
Size
: 330kb
User
:
hanlisxy
[
ADO-ODBC
]
adoSqlServer
DL : 0
一个经过实际应用的ado封装类 1.使用于SqlServer环境下 2.支持一般操作 3.支持存储过程 4.异常管理-After a practical application of the ado wrapper class 1. Used in SqlServer environment 2. Support the general operation 3. To support stored procedures 4. Exception Management
Date
: 2026-01-03
Size
: 169kb
User
:
paulwang
[
ADO-ODBC
]
Database_cursor_and_exception_handling_information
DL : 0
数据库游标和异常处理资料Database cursor and exception handling information-Database cursor and exception handling information Database cursor and exception handling information
Date
: 2026-01-03
Size
: 269kb
User
:
im
[
ADO-ODBC
]
SQLExceptions
DL : 0
An example for manage sql exception in powerbuilder
Date
: 2026-01-03
Size
: 67kb
User
:
mastrogb
[
ADO-ODBC
]
Charset_SingleByte_windows_1253
DL : 0
Character Coding Exception Source Code for Linux.
Date
: 2026-01-03
Size
: 1kb
User
:
muswshsbnrhtaz
[
ADO-ODBC
]
digitalclock101
DL : 0
这是一个具有多功能的数字钟的VH语言文件,可能实现除最基本的时间功能外,还能整点报时及其它额外功能。-This is a multi-function digital clock VH language documents, possible exception of the most basic functions of time, but also the entire point of time and other additional features.
Date
: 2026-01-03
Size
: 5kb
User
:
tou866195
[
ADO-ODBC
]
GCException
DL : 0
C++ 处理异常标准模板,直接套用和参考学习写法很实用-C++ exception wording is very practical
Date
: 2026-01-03
Size
: 4kb
User
:
bb2636jitang22
[
ADO-ODBC
]
myFirstDriver
DL : 0
Device drivers are usually - the most critical part of computer software. Ironically, it is also the most hidden part of the system and software. Device drivers in Windows at Microsoft are no exception. This is an example of a simple driver. DDK.
Date
: 2026-01-03
Size
: 2kb
User
:
wqv4960lia
[
ADO-ODBC
]
processes_dll
DL : 0
可以自动启动进程的dll文件,不断循环启动进程,可以用来测试起加载进程的异常处理-Dll file can automatically start the process, continuously cycle to start the process, can be used to test the loading process of exception handling
Date
: 2026-01-03
Size
: 2kb
User
:
bbehe241yan
[
ADO-ODBC
]
GCException
DL : 0
C++ 处理异常标准模板,直接套用和参考学习写法很实用-C++ exception wording is very practical
Date
: 2026-01-03
Size
: 4kb
User
:
bd0gotng
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.