My Projects
Here is some code you may find handy. I need to find a better way of posting
this code, but in the meantime please be patient! It was my intention to have
sample functionality and parameter syntax included.
The code below is available for free and unrestricted use providing the introductory
notes are not modified.
MS SQL Functions
- LPAD
- Great
for placing leading characters.
- RPAD
- Provides
trailing characters.
- TRIM
- Trims
whitespace from both left and right.
- Last Day of Month
- Returns
the last day of the month sent.
- Last Day of Prev Month
- Returns
the last day of the previous month sent.
- All MS SQL Functions
- All
MS SQL Functions listed above.
VB.Net Code
- CRC-16
- Now
you all can enjoy a fast and accurate VB 2005 CRC-16 Calculator without the hassle
of copy/pasting code.