Search results 81

Sorted from new to old.
Card image
Custom Excel Right-Click Menus

Customizing Excel's right click menus The following code demonstrates how to ...

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
Online Wordpress password hash generator

An online tool to generate password hash for wordpress, tried it just today ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image
all_tab_columns

List all columns in all tables for all schemas in oracle db workbench

Card image
Random GUID

Generate a random GUID using oracle db workbench Also add timestamp to ensure ...

Card image
GeneratePostID

Two functions to generate ID that is unique (not found in database) ...

Card image
List of Databases

Script to list databases available in a server using ADODB connection From

Card image
BS Star system

Bootstrap, Font Awesome rating stars system, to replace options for users to ...

Card image
DB_ExtendedProperties

Returns extended properties of a database, knowing the ADODB connection

Card image
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

Card image
API in ASP Classic

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