School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 309,249 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,547 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Java connecting with an ODBC in Java Tutorials (Last Comment: eXceed69, Views: 7,830)
Code Snippets
ADO connection to excel in Visual Basic by eXceed69
Submitted: December 5, 2006        Views: 10060
Test function that will print out all the records from a recordset in Excel
AutoNumber in Access in Visual Basic by eXceed69
Submitted: December 4, 2006        Views: 6922
I generates unique number from the VB code to the access
Submitted: February 22, 2007        Views: 5912
Sample php contact page
Submitted: December 4, 2006        Views: 4000
This code uses field level validation to check for data in fields in an Access form, and instead of using message boxes (as the "Validation Rule" and "Validation Text" properties of a field (in the table design window) do, it turns the associated label and control (textbox/listbox/combobox) background color to RED, and then freezes the cursor on the field that requires attention
Submitted: December 4, 2006        Views: 7343
Validate whether the argument string can be parsed into a legal date
Submitted: December 5, 2006        Views: 13622
Convert a decimal (denary) integer to a binary string
Submitted: December 5, 2006        Views: 1096
Never use the function gets. Why? It is unsafe. Since the maximum string size cannot be specified, it is always susceptible to buffer overflow. This snippet shows one way to do a safe version of gets. It reads characters from the stdin into a string up to the specified size and discards the trailing newline. It does not remove excess characters from the stdin either.
Submitted: December 9, 2006        Views: 1261
implement few functions of cstring library
Submitted: December 9, 2006        Views: 1630
Interactive game using cin
Submitted: December 5, 2006        Views: 11583
Code for connecting to Microsoft Access databse, opening and closing connection
Submitted: December 17, 2006        Views: 4770
This code are sample for connecting and manipulating data from the ODBC
Submitted: December 4, 2006        Views: 4091
To generate a small list of prime numbers which is subsequently used for direct comparison to find the prime factors for any number up to 478939
Submitted: December 9, 2006        Views: 36605
Print Fibonacci series using do-while
Random Password in Visual Basic by eXceed69
Submitted: December 4, 2006        Views: 6728
A Simple Function To Generate a Random Password Of a Given Set Of Characters.
Real IP in PHP by eXceed69
Submitted: February 14, 2008        Views: 3492
Show true client's IP
Submitted: December 4, 2006        Views: 1156
It only reverse the string input from the user
Submitted: December 4, 2006        Views: 2123
Send text to a printer via the LPT1 or USB port
Submitted: December 5, 2006        Views: 1699
Simple code to demostrate how to log-off window
Word Filter in C++ by eXceed69
Submitted: December 4, 2006        Views: 2551
I just store it on a vector then separate the word from sentence