MS-ACCESS Query Problem 1 Answer(s) 3 years and a month ago
Posted in : SQL
hi sir
i have table which is initially have empty records
Deleted Attributes: Roll Name Add Age Course Class Sex Hostel
so another table is
Student Attributes: Roll Name Add Age Course Class Sex Hostel
here in this table contains all the records so
i want to copy the Many records into Deleted Table by Selecting Student tables Course and Class wise
Ex..Query like:
if we execute this Query "Select * from Student where Course="BCA" and Class="I";
it may contain many records so these all records i want to insert into Deleted Table plz can u give Query
View Answers
April 10, 2010 at 11:35 AM
Hi Friend,
Try the following code:
import java.sql.*; import java.util.*; public class Example1{ public static void main(String[]args){ try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection("jdbc:odbc:access"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("Select * from Student where Course='BCA' and Class='1'"); Statement st1=con.createStatement(); while(rs.next()){ String roll=rs.getString(1); String name=rs.getString(2); String add=rs.getString(3); String age=rs.getString(4); String course=rs.getString(5); String cla=rs.getString(6); String sex=rs.getString(7); String hostel=rs.getString(8); System.out.println("insert into Del(Roll,Name,Add,Age,Course,Class,Sex,Hostel) values('"+roll+"','"+name+"','"+add+"','"+age+"','"+course+"','"+cla+"','"+sex+"','"+hostel+"')"); st1.executeUpdate("insert into Del(Roll,Name,Add,Age,Course,Class,Sex,Hostel) values('"+roll+"','"+name+"','"+add+"','"+age+"','"+course+"','"+cla+"','"+sex+"','"+hostel+"')"); } } catch(Exception e){ System.out.println(e); e.printStackTrace(); } } }
Thanks
Related Pages:
MS-ACCESS Query Problem - SQL MS-ACCESSQuery Problem hi sir
i have table which is initially... tables Course and Class wise
Ex..Query like:
if we execute this Query... records so these all records i want to insert into Deleted Table plz can u give Query
MS Access - JDBC
information about MSaccess database...but still i am having doubt in that topic.
My problem is : Is there any jar to connect MSAccess and java ...
because... = stmt.executeQuery(query);
Code to help in Connectivity in MSAccess :
import
MS Access - JSP-Servlet problem is how to connect MS Acces database with servlets ...
thank you...
stepts
1.to configure the msaccess database to your system
control panel... in Connectivity in MSAccess :
import java.sql.*;
public class
MS ACCESS - JDBC MS ACCESS java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'origin='src' destination='dest''.
THAT MY PROBLEM
Ms Access MsAccess How to get query for Primary key from MsAccess?
SELECT column_name
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE
WHERE table_name..._USAGE
WHERE table_name = 'data';
In the above query, data is our table name
updation problem during transaction to ms-access
updation problem during transaction to ms-access Hey friends I am a beginner to java,and my problem is related to updation query in ms... in text fields and then updation is made in these textboxes and then updation query
updation problem during transaction to ms-access
updation problem during transaction to ms-access Hey friends I am a beginner to java,and my problem is related to updation query in ms... in text fields and then updation is made in these textboxes and then updation query
updation problem during transaction to ms-access
updation problem during transaction to ms-access Hey friends I am a beginner to java,and my problem is related to updation query in ms... in text fields and then updation is made in these textboxes and then updation query
updation problem during transaction to ms-access
updation problem during transaction to ms-access Hey friends I am a beginner to java,and my problem is related to updation query in ms... in text fields and then updation is made in these textboxes and then updation query
MS-Access MS-Access I am trying to upload a image to ms-acess using jsp,and my problem is that it shows some error int the browser that "java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect ".I think i set
java &ms access - JDBC
ve managed to populate the JComboBox using MSAccess.
The problem is only 8 per...java &ms access Seasons Greetings,
Am, creating an application for a food festival using Java swing as front end and MSaccess as Backend
problem in jsp using ms-access problem in jsp using ms-access after starting server(tomcat) wen v... and select the driver Microsoft Access Driver(*.mdb).
3)After selecting... the driver Microsoft Access Driver(*.mdb).
3)After selecting the driver, click
MS Access - WebSevices MS Access hello sir,
i am trying to write a code which should take... help in solving problem.
In this example we have first created a DSN named "emp" which have access database and for images we have created a field in the table
applet connected to table in MS Access database
applet connected to table in MSAccess database i have connected my java code with the MSaccess database and this is my code, can anyone tell me...:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=faltu.mdb";
// String url = "jdbc
ms access ms access how to delete the autonumber from msaccess using java delete code
How To Insert A New Record to MS Access table database in GUI
How To Insert A New Record to MSAccess table database in GUI Hello... that involves inserting a record into a 6-column table in my MSAccess database table. I'm... on the actionPerformed events. The problem I'm having is that when the user clicks
MS access MS access how do i access my Ms-Access file placed in the same jar file where my application code/class file r present??? Want to access it via Code. Can anyone help me ? Please give reply urgent...
give me reply
ms access
has to login
. i already created msaccess page and inserted values throught... and password" from my msaccess............and detail in register(table in my ms... and password " he has to login
. i already created msaccess page and inserted values
ms access
has to login
. i already created msaccess page and inserted values throught... and password" from my msaccess............and detail in register(table in my ms... and password " he has to login
. i already created msaccess page and inserted values
ms access
has to login
. i already created msaccess page and inserted values throught... and password" from my msaccess............and detail in register(table in my ms... and password " he has to login
. i already created msaccess page and inserted values
ms access
has to login
. i already created msaccess page and inserted values throught... and password" from my msaccess............and detail in register(table in my ms... and password " he has to login
. i already created msaccess page and inserted values
MS ACCESS MS ACCESS i have done :
Insert form data into MS database...-> data sources.
2)Click Add button and select the driver Microsoft Access... = DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb
MS ACCESS MS ACCESS i have done :
Insert form data into MS database
Follow...-> data sources.
2)Click Add button and select the driver Microsoft Access... = DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb
MS ACCESS MS ACCESS i have done :
Insert form data into MS database...-> data sources.
2)Click Add button and select the driver Microsoft Access... = DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb
Jdbc MS-Access question
Jdbc MS-Access question How to delete records from the three table in MS-Access? They are in relationship with each other regarding to data field
Jdbc MS-Access question
Jdbc MS-Access question How to delete records from the three table in MS-Access? They are in relationship with each other regarding to data field
MS Access` - IDE Questions MSAccess` hello sir,
how to configure MSAccess database in Net Beans5.5...
and i have a doubt, where should we run the below code...either in IDE or in any editor like EDITPLUS.
waitin for your reply....
thank you
MS Access` - JDBC MSAccess` Hello Sir,
Thank you very much for your valuable information.
Actually i am doin a project to generate Hall tickets.So, I need to insert image into MSAccess Database. Now the task is how to retrieve the image
J2ME connectivity to ms access
J2ME connectivity to ms access How to establish client server connectivity to accessmsaccess database on the server side? I have made the odbc connection. Plz help me in the coding part.. Dont know how to start
inserting picture in ms access
inserting picture in ms access hi i am sanatan, how to insert picture in msaccess by jsp.
<%@page import="java.sql.*,java.io.*"%>
<%
try{
InputStream sImage;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver
Dialect for MS Access - Hibernate
Dialect for MS Access Can someone tell the Dialect for MSAccess.I need it urgently
Thanks in advance
How to Access MS Access in jar.
How to AccessMSAccess in jar. how do i access my Ms-Access file... to access it via Code or is their any alter-native?? Do i need any Driver to do this ... i m able to access a Ms-access via JDBC but cant find the file wen
Migrating from mysql to MS Access
Migrating from mysql to MS Access Hi
I am hoping for some help
I need to write a conversion program (SQL statements) to import existing data in a MYSQL database to a MSAccess database.
any suggestions would be appreciated
accessing ms access through jsp
accessing msaccess through jsp i have 3 tables in my database employee,project,task
if i put employee id the search field .i should get details from other table
what all queries should i use in servlet file and i am using
How to use JTable with MS-Access
How to use JTable with MS-Access I have Three Column in Database (MS-Access).
1. Name
2. City
3. Contact
I want to Display....
Here is an example that retrieves the data from MSAccess database
How to use JTable with MS-Access
How to use JTable with MS-Access I have Three Column in Database (MS-Access).
1. Name
2. City
3. Contact
I want to Display....
Here is an example that retrieves the data from MSAccess database
jdbc warning regarding to ms access
jdbc warning regarding to ms access shows warning msg while compiling using msaccess : warning: sun.jdbc.odbc.JdbcOdbcDriver is Sun proprietary API and may be removed in future release.
here is my code
import java.sql.
query problem query problem how write query in jsp based on mysql table field?
i have employee table it contain designation field, how write query in jsp... to write this query in jsp please anybody help me, and send me that code
MS Access connct using flex with java MSAccess connct using flex with java Hi All,
Can anybody help me how to connect to the MSaccess database and getting the data using flex in java technology with tomcat server
Accessing Ms access data in JAVA GUI Envi.
Accessing Msaccess data in JAVA GUI Envi. Q.How to insert data into msaccess data in java using swing ?
Q.How to slove (access denided ("java.lang.RuntimePermission" "accessClassInPackage.sun.jdbc.odbc")" these exception
how to access the MS ACCESS database with java
how to access the MSACCESS database with java how to access the MSACCESS database with java how can we insert,delete,update,search records of msaccess with java
Java MSAccess database connectivity
Follow
how to connect to MS access database in JSP?
how to connect to MSaccess database in JSP? how to connect to MSaccess database in JSP? Any seetings/drivers need to be set or installed before... and select the driver Microsoft Access Driver(*.mdb).
3)After selecting the driver
audio files in jdbc connectivity with ms-access - JDBC
audio files in jdbc connectivity with ms-access i need to know how to retrieve audio files through jdbc connectivity with ms-access and how to play... static void main(String[] args) {
try{
String url="jdbc:odbc:access";
File
java to MS Access conectivity - Swing AWT
java to MSAccess conectivity give me source code to stored... database on the ACCESS. Hi Friend,
Follow these steps:
1. Open...(ODBC)
2. Open User DSN tab
3. Add a user DSN
4. Select Microsoft Access Driver