using Ms access and jdbc not able to get the output
shanthi naidu
Ranch Hand
Joined: Nov 13, 2008
Posts: 37
posted
0
hi all i am using microsoft access for the 1st time.. before that i used oracle 9i and sql server.. i also want to deal with access database ..i just simply want to insert two values in my datatable created in access..
my DNS name is "db1" and my datatable name is "DriverDetails"
You are not committing the update, nor do you close the connection. Doing either of those things should cause the update to be visible. However closing the connection is mandatory in web applications. I'm surprised you haven't run into problems with Oracle, if you didn't close your connections.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: using Ms access and jdbc not able to get the output