473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Will It work Properly?

intruderX
To access data in a MySql server, with a Swing Application
(Which has been installed on a client machine,)
we need to install MYSQL server in client machines also, don't we?
If some one can confirm this, I'm so much obliged. Because I'm
familiar with web based applications, but not with JFC and other
stand alone applications. If it is, tel me how to do client
installation and how to connect it with server database, and
how to access Data with a Swing application.
My Swing application runs well accesses data, connecting to the MySQL database
when I run it on my local machine(with a server installation of MySQL database).
[when both database and the Application exist on the same machine]
I'm worried whether it will not work properly when I deployed the application
in client machines,having deployed the database on a specific server machine.
Application is just provided,
1- host (IP Address)
2- Database name.
3- Username (root)
4- password.

as : jdbc:mysql://localhost:3306/users_db?user=root&password=intruder";
or with local IP address,
as : jdbc:mysql://192.120.100.85:3306/users_db?user=root&password=intruder";

But not any port when creating JDBC-MySQL connection.(??? Somewhat peculiar to me).

1- should I install MySQL on alll the client machienes also?
2- if it is, what I must do more to link them with the database in the server machine?

Please help me to clarify this matter.

Thanks In Advance!
Aug 28 '08 #1
2 1273
r035198x
13,262 8TB
You don't need to install MySQL on all the client machines. You'd have to do some replication if you go that route.

Read about how to use Java Web Start to deploy Swing applications.
Aug 28 '08 #2
Hey Thanks! This an amazing answer! I was not knowing about Java web start and the extension *.jnlp. But You made me learning about that. I think I would be able to use my application on client machines, without installing MySQL on each and every client. Thanks a lot!
Aug 29 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Stuart Gerchick | last post by:
When will PHP properly support UNICODE
1
by: Dave Patton | last post by:
Can someone point me to a definitive source for the answers to the following two questions: 1) In an environment with Redhat Linux 2.4.21-27.0.1, Apache 1.3.31, PHP 4.3.10, and GNU gettext...
23
by: Antoon Pardon | last post by:
I have had a look at the signal module and the example and came to the conclusion that the example wont work if you try to do this in a thread. So is there a chance similar code will work in a...
8
by: Eric Lilja | last post by:
Hello, I had what I thought was normal text-file and I needed to locate a string matching a certain pattern in that file and, if found, replace that string. I thought this would be simple but I had...
7
by: Trvl Orm | last post by:
I am working with 2 frames, Left and Right and the main code is in the left frame, which has been attached. Can someone please help me with this code. I am new to JavaScript and can't figure it...
5
by: Lyle Fairfield | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callnetfrcom.asp The Joy of Interoperability Sometimes a revolution in programming forces you to abandon all...
4
by: Rob R. Ainscough | last post by:
The task is brain dead simple - Uninstall prior Windows Service and Install newer version of Windows Service Background: 1. My Windows Service written in .NET 1.1 and deployed via MSI (Windows...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
2
by: Money | last post by:
When we do this Test *ptr=new Test; then runtime memory manager will allocate 10*sizeof(Test) + X bytes(X varying from implementation to implementation) But instead if I call operator new...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.