Tagged Questions
0
votes
1answer
20 views
Access/Update a shared database
I need to share a mysql or ms-access database between a java swing application and a mobile device. The mobile has wifi access. The java application will run on my local pc (having no access to wi-fi ...
0
votes
0answers
10 views
Connecting to MDB file which uses MDW for user permissions in Java
I am trying to connect to MDB file using user credentials.
Following is my Code
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
java.util.Properties prop = new java.util.Properties();
...
0
votes
0answers
20 views
Unable To Create connection to Ms Access DB with MDW using newly created user
I have created a user in MDW file using "CREATE USER Tim pwd"
i have done this by using steps described in the following post:
How to execute Microsoft Jet 4.0 SQL commands with JDBC with Microsoft ...
1
vote
1answer
33 views
Building and inorder traversal of tree: > 2 sons
I need to read in from an Access database a list of members. Each member was sponsored by another member. Each record contains the ID of their sponsor and their own ID. I now must be able to ...
0
votes
2answers
61 views
Entering data into database
I am trying make a program to first show all results in the database then get someone to enter a match result, but when i try to insert the data i keep getting this error:
* Cannot execute insertion! ...
0
votes
2answers
72 views
JDBC PreparedStatement with “?” in the Column Name
I am using a JDBC connection to fetch data from the Ns Access Database.
The database design is not my control. In DB, there are column names which has "?" included in their names. For example : ...
0
votes
0answers
29 views
Multi Lingual Text display in Java jTextArea
I am receiving some Text from the MDB file which is not in English (look like french).
MS Access Displays it properly. I need to display it jTextField.
How this can be done?
I can not have predefined ...
1
vote
2answers
53 views
ResultSet.next() Throwing SQLException: Result Set Closed
I've tried to debug the code and read the Oracle doc and I don't see any reason why the result set would be closed.
Statement statement = DatabaseConnector.connect();
String sql = "Select * from ...
0
votes
2answers
55 views
Adding Timestamp Value in MS Access DB (MDB) using java JDBC
I am trying to insert new row in the table which has the Timestamp as Column value.
Following is my Code:
long millisecs = System.currentTimeMillis() ;
Timestamp ts = new ...
0
votes
1answer
40 views
How to execute Microsoft Jet 4.0 SQL commands with JDBC with Microsoft Access
I have Access DB ( mdb file) to which I can connect using my java program. User level security for the Access DB is on. I am trying to add new user in the User level security i.e. MDW file.
I think ...
0
votes
2answers
39 views
Unable to connect to MS Access Database
This is my code:
public class ConnectDB {
Connection conn;
Scanner kb=new Scanner(System.in);
public String ID;
public ConnectDB()
{
try
{
Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
...
1
vote
1answer
65 views
Java: Printing MS Access database using Desktop.print
I am trying to print my MS Access database using Desktop API. Here is my code
public void PrintAll() {
JFileChooser chooseFile = new JFileChooser();
int returnVal = ...
0
votes
1answer
42 views
java connectivity with MS Access
I am writing this code but at runtime an excpetion is caught and says
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
What is the problem?
String ...
1
vote
1answer
44 views
Error using access db with java/eclipse juno
I'm having trouble with this line....
Connection conn = DriverManager.getConnection("jdbc:odbc:DBNAME_HERE", "Java", "Java");
here's the error...
[Microsoft][ODBC Driver Manager] Data source name ...
0
votes
2answers
57 views
Unable to fetch data from table of mdb file using JDBC in Java
I am trying to fetch the data from Table of .mdb file. I am able to connect to the file but when i execute the query I get the following error.
java.sql.SQLException: [Microsoft][ODBC Microsoft ...
0
votes
1answer
123 views
ERROR: java.sql.SQLException: [Microsoft][ODBC dBASE Driver] Too few parameters. Expected 1
I am using MS Access 2007 and trying to insert the data and I am getting the exception and I have tried it by using [] braces but it is not working.It create the DBF file successfully but not ...
0
votes
0answers
23 views
Display record based on selected name
I am using ms-access and java. I have 3 category in a table which is name, details and contacts. The name will be displayed in a combobox and the details and contacts will be dislayed in a new panel ...
2
votes
1answer
62 views
Connecting Java to an MS Access Database without having MS Access installed
I have created a CRUD Application the connecting method of the application is given below. I have tested it on my computer and is working fine, but while tesing on another computer where MS Access is ...
0
votes
7answers
154 views
Insert value into database using jdbc
I am using MS-Access and Java with connection of JDBC-ODBC driver. As the code below, I'm trying to create a registration textbox but when I add the values, I only get the result "null" in the ...
0
votes
1answer
177 views
java.sql.SqlException: no data found while inserting the data into table
I am trying to inserting the data into the table using ms access 2007 but getting the exception "java.sql.SqlException: no data found"
My data souce name is employee
import java.sql.*;
...
0
votes
1answer
52 views
How can I connect my Java SE program to MS Access DB without using any DSN in win 7 64 bit
I have tried a lot and visited many forums including Stack Overflow but have failed to find a proper answer to my question.
The condition is simple: I don't want to use a DSN so that the software ...
0
votes
1answer
77 views
Java won't connect to my database
Here's my code:
import java.sql.*;
public class DBConnector {
private static Connection conn;
public static void connectToDB()
{
//load the driver
try
{
Class.forName ...
0
votes
1answer
67 views
what is the correct syntax to query database from ms access jdbcodbc in java
I have this error when querying the ms access database using java eclipse.
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Undefined function txtIcNo.getText' in expression.
at ...
1
vote
1answer
39 views
Adding car bookings to car object from single SQL query with JOIN
I'm writing a car rental application and I have two tables in my database, Cars and Bookings. Here are the fields for each:
Cars
CarID | Make | Model | Year
Bookings
BookingID | CarID | ...
-5
votes
1answer
52 views
MS access database Java [closed]
I am using MS Access database with my Java application. The application gets the connection from the database for every 2 minutes and closes the connection after one minute and repeats this all day.
...
0
votes
1answer
56 views
restrict opening a network drive
guys i have my project based on java-swing. Its basically like information sharing over the intranet where the users are connected to each other wireless/wireline. The database is on the network ...
0
votes
1answer
82 views
How to enter a relative URL when linking to an access database
I'm doing a Java project for school where we have to use MS Access to store the data. I've managed to get the database up and running, however i can't seem to find how to make the link to the ...
-4
votes
1answer
93 views
Truncate table using java code [duplicate]
How to truncate table using java code
try{
con=db.setConnetion();
stm=con.createStatement();
stm.executeUpdate("TRUNCATE TABLE temptblDateWiseReport");
...
0
votes
0answers
156 views
no data inserted to MS Access database from java GUI
Every other button is working fine only problem is with the save button.
I am doing project in netbeans and it is not showing any errors eighter yet data is not getting into database from java GUI
...
0
votes
1answer
44 views
Insert button connectivity
I am developing a java program, backend : MS Access . I have written the code there no error or Exception, all other buttons are working fine .
Only the button "insert" (used for inserting into ...
0
votes
2answers
97 views
Send a ResultSet over Socket
I am trying to create a distributed system in which the GUI will reside on a clerk's PC and the .mdb will reside on another PC which will act as the server.
I want to know how I can send a query ...
0
votes
2answers
121 views
howto retrieve binary data from ms access “attachment” field via jdbc-odbc
I wrote a small java application to read data from an access 2007 database. I can read all fields but not the one containing the photo. The field type is "attachment".
When I call the .getBlob() ...
1
vote
1answer
71 views
connect to a access database in java using udl file
How can I connect to an access database in java using an udl file ?
I 've looked around and found some threads for c# and also some threads for mysql database but never exactly what I'm asking and ...
0
votes
0answers
29 views
MS Access DB query result to JTextField
I'm trying to make - adding new record to the DB, information which will be added in DB will be inputed in JTextField, I'm trying to make that the first JTextField content will be next acceptable ...
0
votes
1answer
179 views
Updating data in MS Access DB using JTextField
I'm trying to use JTextField to update content of my DB, I have a frame where is all information about specific record, then I input correct or changed data to all JTextFields, and then I try to ...
-2
votes
2answers
83 views
Java INSERT syntax error
May i know what is the error in this sql statement, i use this method to add a schedule from my client. Im using RMI Technology
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String database ...
1
vote
3answers
545 views
How to update(refresh) JTable with data from a database
I'm trying to update JTable, after I add or remove a record from database(MS Access), but It doesnt' seem to work, also I don't understand why doesn't my column names show up. Here's my code:
package ...
0
votes
1answer
42 views
Is it possible to pass query result to functions or classes in Java with a DB
I have an authorization window, where you have to input login and password, logins and password are stored in a MS Access Database like this:
ID login password ID_in_another_table
...
0
votes
1answer
254 views
How to show MS Access DB in JTable with my own column names?
I'm trying to input one table to a JTable, but not using Vector(), because it takes the column names which I inputed in DB(short names), now I want to change column names, but I don't understand how ...
0
votes
0answers
433 views
How to list MS-Access (.accdb) tables (and possibly other metadata) with JDBC
I can connect to a .accdb MS-Access database using a standard driver (sun.jdbc.odbc.JdbcOdbcDriver) and url (jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=<file>.accdb), but I ...
0
votes
3answers
218 views
Get Primary Key and Foreign Key constraint
Get Primary Key and Foreign Key constraint from MS Access Database in java Program.
I tried to use desc table_name but it didn't work.
I have even tried ...
0
votes
1answer
123 views
Making authorization JFrame with MS Access base
I'm trying to make a authorization JFrame to MS Access DB, but query does'nt seems to wirk properly. The idea is to intup login and password, and if one of them isn't correct, get a message. My code ...
0
votes
2answers
148 views
java and msaccess insert sql doesnt work
I have 2 problems.
The INSERT queries below are not inserting records in the msAccess database. Can someone please explain why this is happenning and how I can fix it?
I replaced single quotes with ...
-2
votes
1answer
110 views
Inserting records in access table through java [closed]
I want to insert a record in ms access table from java. and my problem is that I have to insert less numbers of fields then the total fields available. In other word say I have 10 columns in my table ...
0
votes
1answer
57 views
error in java update
if (e.getSource() == btn_updt) {
try {
String str = "img";
int max_avail;
double price;
Frame f = new Frame();
Connection ...
0
votes
1answer
27 views
Architecture Missmatch
I'm trying to run a java program that links to an Access database in netbeans. I am aware that Access is 32bit and the JDK is 64bit. I created the link using %WINDIR%\SYSWOW64\ODBCAD32.exe.
Now, I'm ...
0
votes
1answer
271 views
How to connect MS Access database to Java Applet
We have to create a Java project on ATM Mechanism. We plan to connect it to a database also.
Could you please help me as to how I can connect an MS Access database to a Java applet which we have ...
-2
votes
1answer
122 views
Basic Java Login Servlet Not working
I have created a msacess db mydb.accdb and pointed the odbc source to it and i have the following code in the lserv.java file all the necesary config for tomcat had been done and the servlet had no ...
1
vote
1answer
653 views
How do I edit MS Access database using Java (NetBeans)
I'm trying to edit an MS Access database using some Java code (running NetBeans 7.2.1). I set up the data source and linked it to my database ProjectDatabase using the ODBC tool and named the data ...
0
votes
1answer
103 views
the use of mySQL and MS access DB for a java application with just a single data table [closed]
I am developing a simple desktop application that
uses the java swing for the interface design with the NetBeans IDE
The system is suppose to have just one table
with fields that will be accessed ...

