View Single Post
Old Mar 8th, 2007, 4:01 AM   #6
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Output some logging information. Verify that init runs, and verify that it gets to the part where you assign con without throwing an exception. Then verify afterwards that con is not null, and that the correct data was passed to it. (Incidentally, why are you using a text file instead of putting the data in a XML config file?)
Arevos is offline   Reply With Quote