Use this advanced SQL query builder, made by Lewis Moten, to give your users more power when searching your database.
|
Listet alle Tabellen einer Datenbank auf.
|
Use this extremely useful codesnippet, written by Marcus Tucker, to create a disconnected recordset for use as a sophisticated dictionary, which is useful for things like folder viewing scripts. Originally posted at Marcus' Musings.
|
These are some common database functions, which you can use in almost any ASP application!
|
Use this code snippet to find out the exact version number of your ADO component.
|
Using this code you can list all the tables in a database.
|
This excellent codesnippet, created by Marcus Tucker, is a 'better way' of creating the CSV output of a recordset.
|
This Tables Function returns an array of all table names in a database. There is one required argument, connstring which must be a valid OLE database connection string.
|