Re: What happens if my Database goes down ?
Hi You can use Exception Handling. the execute statement can be placed between eval operater ex:: $sql = "INSERT INTO TABLE VALUES(?,?)"; $db->prepare($sql); foreach $ctr(0..$#arr){ eval{
Problem
Hi I'm Satya. I'm having some problems with DBI... The following is the problem 1. I wrote a Forking Server that will Create 2 database handlers and wait for clients to connect 2. Once the client get's connected It will acquire a DB Handlers and the corresponding flag Is Set .. 3. I