[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 |
MySQL - SELECT ... YESTERDAY MySQL - SELECT ... YESTERDAY Make use of the following syntax: SELECT * FROM myTable WHERE field_date = DATE_SUB(CONCAT(CURDATE(), '... Oct 3, 2009Programming > Databases > MySQL |
MySQL console on Windows: disable beep error MySQL console on Windows: disable beep error Issue Solution Issue When using MySQL console on Windows, each error causes a beep.... Oct 3, 2009Programming |
[C Language] finding the square root of a number [C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number.... Oct 1, 2009Programming > Languages > C Language |
INLINES FOR C++ INLINES FOR C++ Definition Inline and headers Definition The keyword inline apply to a function under C++ by indicating that each call... Sep 29, 2009Programming > Languages > C++ Language |
Assembly - Multiplication by a constant Assembly - Multiplication by a constant Short intro Multiplication under assembly Short intro Assembly languages are set of low-level... Sep 26, 2009Programming > Languages |
X86 assembly occurrence of a character x86 assembly occurrence of a character Introduction Issue Solution Explanation Introduction The small assembly exercise below is for... Sep 26, 2009Programming > Languages |
Conversion of an IP address 32-bit Conversion of an IP address 32-bit We will make a ping kioskea.net in view retrieve the IP address (in bold) $ Ping-c1 kioskea.net PING... Sep 23, 2009Programming > Languages > Perl |