Archive for December 28th, 2005

How to get all database names with MS SQL & MySQL ?

with Microsoft SQL Server we can list all the database names with System Procedures
sp_databases
or
EXEC sp_helpdb
And in MySQL, its much more simple :
show databases;
VN:F [1.1.6_502]Rating: 5.0/5 (3 votes cast)

Leave a Comment

My Wife’s Submission on PlanetSourceCode

Yesterday, my wife subitted a Puzzle Game called XPuzzle (Ver 0.9) on pscode.com. The program is done in VisualBasic.NET. Three more games under development at our Home PC.
I’ve done the Graphic Design part of this program.
http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=4343&lngWId=10&txtForceRefresh=122820055341181913

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment