posted 23 years ago
Hi all.
The following code is just a little utility to read data from a DAT file and put it in an access database.
(Its nothing special, I'm sure you guys have a better way of doing this.)
I am getting an error when I compile that it doesnt recognise myCon.
------- Compiler Output ------
UpdateAccessUtility.java:58: cannot resolve symbol
symbol : variable myCon
location: class UpdateAccessUtility
Statement stm = myCon.createStatement();
Any ideas? I have declared it in the same class.
Thanks guys
regards
Ian
- Make it idiot proof and they'll make a better idiot!