Reference books for Java and C++ Reference books for Java and C++ Java C++ Online Links for beginners in C++ Java If you are a newbie to Java or C++, there are... 06:41 AMProgramming > Languages |
ASP.NET using C# - How to Connect/Retrieve in database to web a ASP.NET using C# - How to Connect/Retrieve in database to web application Issue Solution Note Issue I am doing my project work, I have... Nov 16, 2009Programming |
Using SQLPlus under Linux Using SQLPlus under Linux You would be surprised to see that you can't rollback your command with the up arrow (last command entered)... Nov 15, 2009Programming > Databases > Oracle |
Display limit of Serveroutput Display limit of Serveroutput Serveroutput has a display limit which is set by default to a total of 1000 records but can be modified... Nov 13, 2009Programming > Databases > Oracle |
Coding to link Visual basic to MS Access Coding to link Visual basic to MS Access Issue Solution Note Issue Hello, Please I need to know the coding, how to link visual basic to... Nov 10, 2009Programming > Languages > Visual Basic |
Batch Script - Move files to \%date%\%time%\ Batch Script - Move files to \%date%\%time%\ Issue Solution Note Issue I have been trying to make a simple batch script to create... Nov 10, 2009Programming |
Avoid being blocked in case of the error :TOO MANY CONNECTIONS Avoid being blocked in case of the error :TOO MANY CONNECTIONS Issue MySQL normally allows, by default, 100 (150 since version 5.1)... Nov 10, 2009Programming > Databases > MySQL |
[Oracle] Making use of special characters [Oracle] Making use of special characters Intro Solution Intro For some SQL queries, we need to search for strings containing special... Nov 3, 2009Programming > Databases > Oracle |
[Oracle] Optimize import/export processes [Oracle] Optimize import/export processes Optimizing the performance of the Import/Export Make use of "commit = y" Adjust the buffer... Nov 3, 2009Programming > Databases > Oracle |
Sorting a table without using the sort function Sorting a table without using the sort function Getting started Pseudocode The coding Getting started First of all we initialize a... Oct 22, 2009Programming > Languages > Perl |
Axis 2 [Part 1] Axis 2 [Part 1] Intro Runtime Axis2 : WSDL2Java Axis versions Notes Intro The concept of Web service revolves around the three... Oct 22, 2009Programming > Languages > Java |
[Linux]Installing Oracle 11g on Ubuntu [Linux]Installing Oracle 11g on Ubuntu Intro Download UBUNTU Download Oracle X server configuration Updating packages Installing of... Oct 20, 2009Programming > Databases > Oracle |
[Oracle] Recover lost passwords [Oracle] Recover lost passwords To recover a password in Oracle, simply connect under command line mode on the server: #sqlplus /nolog... Oct 20, 2009Programming > Databases > Oracle |
[Installation/Migration] Mysql 5.1 with the official binaries [Installation/Migration] Mysql 5.1 with the official binaries Many persons prefer to install MySQL from the binaries compiled with... Oct 16, 2009Programming > Databases > MySQL |
Easy Ingres Easy Ingres Intro Easy Ingres Ingres works as Easy PHP for MySQL. Download, install, and develop! It allows you to set up a development... Oct 9, 2009Programming > Databases > Ingres |
Connecting to an Ingres database with PHP Connecting to an Ingres database with PHP Getting started Download PECL Installation Windows Linux & Unix Getting connected This tip is... Oct 8, 2009Programming > Databases > Ingres |
VBA macro to move to the cell 'underneath' VBA macro to move to the cell 'underneath' Issue Solution Issue If you need need VBA macro to move to the cell 'underneath' the... Oct 8, 2009Programming > Languages > Visual Basic |
PHP Concatenation PHP Concatenation PHP allows you to concatenate strings with the "." $concatenation= $a . $b; Or to affect, in the variable $ a, the... Oct 4, 2009Programming |
Generating random numbers with rand() Generating random numbers with rand() You may have noticed when using the rand() found in the standard library of C language, you often... Oct 3, 2009Programming > Languages > C Language |
[C language]Handling 64-bit integers [C language]Handling 64-bit integers Unsigned 64-bit integer Example: Signed 64-bit integer Example: Basically in C language, an... Oct 3, 2009Programming > Languages > C Language |