Search results 50

Sorted from new to old.
Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
DB_Connect_Install

Connects to SQL DB using ADODB, if driver not installed, it will attempt to ...

Card image
DB_Connect

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

Card image
Decode and NVL

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

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
Parts-File2Page

A classic ASP include file to read txt file of list into a page using bootstrap ...

Card image
bs_grid

Bootstrap grid with php server-side example code (jQuery Datagrid plugin) From ...

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database

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
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
ANmaDB functions

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

Card image
DBMySQLVBA API

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