Search results 59

Sorted from new to old.
Card image
Arabic in MySQL

Here is how to read Arabic text from MySQL db from Classic ASP I tried a lot ...

Card image
SQL Related posts

Steps to create related posts query in SQL. Index, catalog, matching posts for ...

Card image
ANmaSQL_UpdateDateStatement

Creates "Update Table " SQL statements to be executed inside SQL to modify ...

Card image
ANmaSQL_InsertStatement

Creates SQL INSERT statements from a table in Excel. Used to be executed to ...

Card image
DBTable2CSV

Exports table into CSV from ASP Classic function.

Card image
Hide SQL table

A simple easy way to hide tables in SQL Server

Card image
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

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
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image
Decode and NVL

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

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

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