Hi everyone!

I'm currently doing a project using VB.Net. I'm required to keep on accessing the database till there's a new entry of data into the database... Here, i used 2 timers... 1 timer to 'loop' thru the database.. After which it calls the 2nd timer... The 2nd timer will enabled the 1st timer again.. And this goes on until there's a new data...

The problem is i can only 'loop' thru this whole procedure about 9 times before it prompts me an error... The error line is "conn.open"...

I dont have the slightest idea what went wrong.. Anyone, help?