Hi All,
In our organization we are using Slony to replicate data between master and slave on POSTGRESQL databse ,
My requirement is ,what is the tool to replicate data on MQL sever.
Please help me.
Thanks
User Profile
Collapse
-
replicating data between master and slaves
-
for example assume i have an array i.e,
Above for loop we r excluding last element to print;Code:my @a = (1,2,3,4,5,6); for(my $i = 0;$i<$#a;$i++) { print $a[$i]; } -
pick out common items from two arrays in a single statement
I have two arrays,i want to take out common elements from
those two arrays in a single statement,
for example ;
two arrays are
my @a = (1, 3 ,4 ,7 );
my @b = (2 , 3 ,6 , 7);
i want to retrieve common elements that are 3 and 7 in a single
statement -
disabling browser back button
Hi all,
This is Vikram kumar.
In my application i want to disable browser back and forward button using
javascript.
Please help me,
Thanks.
No activity results to display
Show More
Leave a comment: