Results 1 to 2 of 2
- 01-27-2010, 03:21 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 15
- Rep Power
- 0
how to use Ms Access in java (help me ,its urgent)
hi,
how to access Ms Access database from client side .i setup my project as client-server communication.in client side i have java program and in server side i have ms Access database file .how to access the db from client program .please suggest me its urgent i did not use any servlets and all .just simple database access code in javaLast edited by arunkumarinfo; 01-28-2010 at 10:23 AM. Reason: nobody responding me
- 03-20-2010, 07:03 PM #2
Member
- Join Date
- Mar 2010
- Posts
- 4
- Rep Power
- 0
what protocol are you using between your programs?
Most simplitic solution is that you can use TCP. For you precreated tables, client can sand some sql statement. Then server program computes it. if it is executeUpdate it may return an integer. if it is a select command, it may sniff all the table values and may returns it line by line.
man it is very simple and changes to what u r doing. If u do not use an encription on sending and receiving these, I can see what u r doing easily. try to use gnu-crypto-2.0.1 package
Similar Threads
-
Applet with (label client side)?
By Godsent in forum Java AppletsReplies: 1Last Post: 04-30-2009, 10:46 AM -
How to open a file located in server from client side
By Malathi in forum Web FrameworksReplies: 4Last Post: 04-20-2009, 09:10 PM -
How can i retain special characters in server side (java) after passing from client
By Malathi in forum Web FrameworksReplies: 1Last Post: 03-27-2009, 10:18 AM -
Copy a .swf file from server side to client using signed applet
By Imoracle in forum Java AppletsReplies: 2Last Post: 10-05-2008, 06:13 PM -
How to implement secure connection(HTTPs) in client side
By vicky in forum NetworkingReplies: 6Last Post: 07-18-2007, 03:15 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks