aspose file tools
The moose likes JDBC and the fly likes MS Access Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "MS Access" Watch "MS Access" New topic
Author

MS Access

Jesse Walker
Ranch Hand

Joined: Aug 18, 2004
Posts: 50
I have been able to retrieve data from a tabel and insert data into a Table, I was wondering if I made a form inside Microsoft access, could I access that form and input data into the fields?
Thanks,
Jesse
Mr. C Lamont Gilbert
Ranch Hand

Joined: Oct 05, 2001
Posts: 1170

In what way?
Jesse Walker
Ranch Hand

Joined: Aug 18, 2004
Posts: 50
I went to insert data from a table and then print the form without the user every seeing the form being open. If possible
Mr. C Lamont Gilbert
Ranch Hand

Joined: Oct 05, 2001
Posts: 1170

Through Java code? Yes you can do this. Just create a ODBC datasource in windows and connect it to the database. Check the windows control panel or administrative tools for Datasource(ODBC) utility.

Then you connect to the datasource with your java code.
 
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: MS Access
 
Similar Threads
jsp request and form's enctype="multipart/form-data" problem
Using POST method in form
Advice for Struts forms with validation
How to download a file from a database using jsp
Drop down box in Struts