Search results 59

Sorted from new to old.
Card image
Tabs18-BS4

Simple tabs in bootstrap 4 (with tables)

Card image
API in ASP Classic

A simple REST API technique reading record from Access mdb, then generates json ...

Card image
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image
SSTree

Tree code, driven by Access DB A code I found somewhere online that I enhanced ...

Card image
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image
Modify SQL table

SQL seams to have issues when we try to modify a table and preserving data, I ...

Card image
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

Card image
DB_SettingRead + DB_SettingSave + ...

Reads/Saves specific settings from DB table Mainly for Classic ASP, but can be ...