Hello Mates
i need suggetions / help on this problem.
we are doing a online Backup/ Restore Diaster recovery Solution. For that till now , we have implemented Synchronous Data Transfer model for both Backup and restore.
i was involved in Testharness of these Back end operations.
Now the devlopment is moving to Asynchrous Datatransfer mode. So i need to test in asynchronous mode for backup...
User Profile
Collapse
-
Help On Perl - Multi Threading
-
getting the column names of the table in DB testing
how to get the column names and the values of them in select statment.
I have a packaze like this named ADB.pm
Code:package ADB; use DBI; @ISA = ('Exporter'); @EXPORT_OK = ("Connection_check", "new","select_db","insert_db","delete_db","update_db"); sub new { my $class = shift;
-
Reading Files From Directories
I have a directory named "X" which has many sub directorys "Y","Z","W" and many files about 20 files. and these sub directories also contain some more sub directories and files extra
check the Attched screen shot .What i need is , i want to read all the files that exists in directorys , subdirectories and need to display .
i tried until 2 loops , but unable to complete the logic well.... -
Ya Kevin , I looked at it, but unable to follow exactly, anyways thanks for the input
~ Koti.... -
can you please explain me the lock mechanism how it works exactly. i am unable to get clearly in that link. itz confusing for me..
Please explain with a small example
ThanksLeave a comment:
-
Threading in Perl
hi folks
i need a reference for the basics of Perl threading and using locks .
Please post if u have any -
Can anyone please outline whatz happening in this code .
Hi Mates, Can u please tell me whats happpenning in those. Please tell what ever u got. Outline the functinaliy in normal words. i am new to C++. I need to write SWIG wrapper which checks this C++ Code in perl.
Please tell , what ever u understood .
Thanks in advance
Code:#include <iostream> #include "stdafx.h" #include "client.h" using namespace
-
Help in Connecting to Berkely DB using PERL
Hi Mates,
Can u Please tell me how to connect to Berkely Db using Perl .
I have two files , i need to access these file using perl. These files with .db extension contains Keys and its Signatures.
I need to List out the keys and vaules and signatures respectively.I Have installed Berkely-DB(0.22), BerkelyDB-Lite,DB_File(1. 816) using PPM also.
Please tell me if u know any thing , about connecting... -
-
Small Doubt regarding DB-Select
I have two files like below.
1st file : mail.pl
Code:#!/usr/bin/perl use DBD::mysql; use DBI; use Utils::DBClass; $object = new DBClass( "perltest", "localhost", 3306, "root", "sierra"); $object -> select_db ("select * from samples");
... -
how to insert a query into MYsql Db residing on my local host
Hi Guys, I am a beginner to perl.
I need a perl package which will perform basic DB operations like select , insert,update,d elete operation MySql DB.
i Have a Mysql DB which resides on my local machine.DB Deatils are :
Localhost,MySql ,DatabaseName:p erltest, username:root,p wd:sierra,table :samples with coulms :id,name,phone
I am done with selecting the rows in DB. I need Sample code for inserting , updating...Last edited by numberwhun; Oct 29 '08, 03:13 PM. Reason: Email addresses and URLs are against site policy... for your protection
No activity results to display
Show More
Leave a comment: