Stream Database Photo as ASPX page...
-8
Simple Connection Class.
-9
Util Class with methods for executing datasets, nonquerys, sending mails, etc.
-9
Some usefull snippets for SQL Server.
0
This is an example of how to shrink a database with simple query.
4
This is a little script I wrote that copies your database through a cfquery statement
Enjoy,
Ernie
ernest.breau@gmail.com
Enjoy,
Ernie
ernest.breau@gmail.com
6
This snippet generates a secure hash string using VB.NET
5
Returns a string collection of IP addresses for a passed in domain name.
3
This function returns a stack trace for an exception with all inner exceptions include unless the count of inner exceptions goes over 50. A stack overflow can occur if there is no upper limit for inner exceptions to read from.
Makes use of stringbuilder to build return string in order to yield higher performance.
Makes use of stringbuilder to build return string in order to yield higher performance.
4
This function provides the reverse of a string. It is constructed using string builder because strings in .NET are immutable, while stringbuilders are not. Therefore large strings could be slow to reverse if a regular string was used for the working value that is returned.
5
Counting for loop in VB.NET. Looks easy because it is, but I saw one submitted for PHP.









