I'm executing the following code and all of the System.out lines are printing fine, not getting any errors. However, when I open the access database, the record has not been inserted. What am I missing? Thanks.
public class JokesToDB
{
public static void main(String args[])
{
String...
Hi JJR,
I'm in a hurry so I apologize for not looking at your example thoroughly. I notice that you've got the event declared in both the Interface and the concrete class (BLclass). You cannot declare/raise events in an Interface. If you remove event stuff from the Interface class, and keep...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.