Mike Gagne Profile
Current Occupation: consultant; Degrees: BS-Computer Science, BS-Mathematics, Japanese minor; Known Languages: VB, C++, SQL, PL/SQL, Java, PHP, ASP, Lisp
This user has contributed 0 articles, 3 code samples and posted 760 messages in our discussion forums.
Technology Interests
Code Samples-
This short example illustrates the sending of email using Collaboration Data Objects..  -
Here are some examples of sorting algorithms in Visual Basic. It includes the Quick Sort, the Selection Sort, and the Bubble Sort. Bonus code is included for using the Quicksort on a 2-dimensional array, sorting by one of the dimensions..  -
This is some sample code that shows how to programmatically reset all AutoNumber fields in an Access Database to a correct value (whether it be 0 or the max value + 1). In addition, it contains code for Compacting and Repairing an MS Access Database. This is perfect for people who are working with a complicated Access Database and have experienced AutoNumber bugs!. 
|