|
Memory hacking by ShadowRayz 10/28/2008 5:55:19 PM Language: C/C++
Demonstrates memory hacking and random numbers in C++
|
Installing MSSQL Together With Software Application by brandon teoh 10/27/2008 6:23:17 AM Language: SQL
You want to install MSSQL and your software application together in the same installer without having to run through separate installers (in a Windows environment). You intended to run the installation from a CD where users only have to click once.
|
how to create a Query Builder Dynamically by Marselle Caston 4/21/2008 8:09:20 PM Language: Delphi
To show how easy it is to create a Dynamic SQL building tool for end users in any application. I am using the DBDemos Database tables for this example the Customer.dbf you can use any database for this example.
|
delete duplicate rows in mysql using php by Bardhyl 9/16/2008 2:01:25 PM Language: PHP
Removes duplicate records in a table
EX.
|id|name|
==========
|1|test|
----------
|2|php|
----------
|3|test|
----------
Result
|id|name|
==========
|1|test|
----------
|2|php|
----------
|
Query to MS Excel by Tim Garver 7/5/2008 3:56:19 PM Language: Cold Fusion
Output excel file easy with ColdFusion MX.
Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion.
I wanted to update this with the newer easier way to accomplish the same goal.
have a search page with an output type drop box called "otype" values("web","xls","prt")
Write out your page in an HTML table with the columns you want in excel.
Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the otype or a fo ... (see entry for full description)
|
|
| |
|
|
|
|
Choose Your Language:
 | Visual Basic (5,005,884 lines) (229 jobs) |  | Java / Javascript (440,078 lines) (171 jobs) |  | C / C++ (1,184,243 lines) (147 jobs) |  | ASP / VbScript (281,252 lines) (101 jobs) |  | SQL (75,880 lines) (195 jobs) |  | Perl (92,211 lines) (51 jobs) |  | Delphi (273,505 lines) (13 jobs) |  | PHP (224,981 lines) (62 jobs) |  | Cold Fusion (8,970 lines) (30 jobs) |  | .Net (598,538 lines) (816 jobs) |
|
Find extra paid coding work from the comfort of your own home at http://www.RentACoder.com!
|