Our Products
Classes
BMP
Crypto
CSVStrings
DataLogger
Dates
DebugRecorder
FileNameSet
FileSender
RDOConnectMaster
ReportAids
Sheller
StringSet
WEBUtilities
Modules
DAOLib
Globals
Registry
Programs
Batcher
HTMLGen
KillTime
TimedMessage
|
| DAOLib: This is a library of 17 functions to support the use of Data Access Objects (DAO). You would use them to interact with an Acces database (.mdb) or one implemented via SQL Server. Its use starts with a call to Get_Profile_Database to obtain the location and name of your database from an INI file. dbOpen and dbClose provide for intelligent opening of the database directly or via Data Source Name. the dbOpen/dbClose pair implements a simple stacking counter to allow you to write all your functions in a stand-alone manner, not caring about multiple connection issues because they ensure that you have only one connection at a time. Other functions provide for getting at meta-data describing your database structure. (19KB) |
 |
|