Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
How do I replace any number of character occurences with one occurrence?
How do I replace any number of character occurences with one occurrence?
Let's say I have:
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLAN
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBE
Transport data between itab and textfield on ALV event
Hallo,
I have a ALV Grid ( cl_gui_alv_grid ) and I also have hotspot click event with a h
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca