一个普通的数据库例子源源程序
To assist in interfacing with databases. This script can format variables and return SQL formats.
Such as double quoting apposterphies and surrounding strings with quotes, Returning NULL for invalid data types, trimming strings so they do not exceed maximum lengths. This also has some functions so that you can open and close databases more conveiently with just one line of code. You can query a database and get an Array as well with some code. Can't Copy and Paste this? Click here for a copy-and-paste friendly version of this code! '************************************** ' for :Common Database Routines '************************************** Copyright (c) 1999 by Lewis Moten, All rights reserved. code: Can't Copy and Paste this? Click here for a copy-and-paste friendly version of this code! '************************************** ' Name: Common Database Routines ' Description:To assist in interfacing w ' ith databases. This script can format va ' riables and return SQL formats. Such as ' double quoting apposterphies and surroun ' ding strings with quotes, Returning NULL ' for invalid data types, trimming strings ' so they do not exceed maximum lengths. T ' his also has some functions so that you ' can open and close databases more convei ' ently with just one line of code. You ca ' n query a database and get an Array as w ' ell with some code. ' By: Lewis Moten ' ' ' Inputs:None ' ' Returns:None ' 'Assumes:This script assumes that you at ' least have Microsoft ActiveX Data Object ' s 2.0 or Higher (ADODB). This script may ' get some getting used to at first until ' you go through and study what each routi ' ne can do. ' 'Side Effects:None ' 'Warranty: 'code provided by Planet Source Code(tm) ' (www.Planet-Source-Code.com) 'as is', wi ' thout warranties as to performance, fitn ' ess, merchantability,and any other warra ' nty (whether expressed or implied). 'Terms of Agreement: 'By using this source code, you agree to ' the following terms... ' 1) You may use this source code in per ' sonal projects and may compile it into a ' n .exe/.dll/.ocx and distribute it in bi ' nary format freely and with no charge. ' 2) You MAY NOT redistribute this sourc ' e code (for example to a web site) witho ' ut written permission from the original ' author.Failure to do so is a violation o ' f copyright laws. ' 3) You may link to this code from anot ' her website, provided it is not wrapped ' in a frame. ' 4) The author of this code may have re ' tained certain additional copyright righ 上一篇:如何使用XQI? 下一篇:让Session对象在不同域名下实现共享 更多相关文章
|
推荐文章
精彩文章
|