473,467 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Access MS-ACCESS database on server from client????

I m currently developing a java based application and want to know how
can i make client access database located on the server?
Jun 27 '08 #1
2 2026
"HeMan_Speaks" <Lu***********@gmail.comwrote in message
news:d7**********************************@w8g2000p rd.googlegroups.com...
>I m currently developing a java based application and want to know how
can i make client access database located on the server?
I think you're going to have to expand a little bit more in your question
here, as is not 100% quite clear what you're trying to do.

You might want to make a little bit of a distinction between MS access, the
development system that allows you to write code, build forms, and build
reports, and that of the database engine that you choose to use with MS
access. When you build an application MS access, you then choose your
database engine, that might be oracle, SQL server, or perhaps more often
leave the default jet database.

So when you say make a client access application, are you talking about a
piece of software that you plan to install and each computer? The fact that
your introducing the issue of java further complicates your question.

Perhaps your question is simply you have some java code running on a server,
and with to open a mdb file (an access database file). In this situation
you're not really using MS access at all here (you using what is called the
jet database engine to read that mdb file). For all the trouble in this type
of scenario you're probably better off to use SQL server.

You can most certainly place a mdb file on a server, and have MS access to
connect to that file. In this instance, the only way you can to connect the
files is using the windows file networking system. This means then you
cannot use an IP address, or so called socket connection to that file over
the iinternet. (you must use the windows networking system). If you plan to
connect over the Internet to the mdb file, then you would have to setup a
vpn, and again be forced to use windows networking. however using a VP and
in windows networking across the Internet is far too slow to get any
reasonable amount performance in this instance.

I'm going to let you expand in clarify what you're trying to do here, as is
not really quite 100% clear.

Perhaps your question is how to open up the database using java? By default
the jet database engine ships with every copy of windows (xp, and vista),
and has done so for many years now.
So you can most certainly use java to read and open a mdb file, and you
don't need ms-access to do this at all. (you simply use ADO, or a DAO
recordset in this case).

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Jun 27 '08 #2
Hi HeMan,

If you want to open / read / write an .mdb file from java you need to
either use a type3 or type 4 driver to read the database file, or use
an ODBC connection. For handling that you are probably better posting
this question in a java forum.

If you want to make a java application 'MS Office aware', and control
or automate MS Access applications then there are software tools
available for this, but as far as I know they are not for free. Again,
a java forum is probably a better place for that type of problem.

Cheers

The Frog
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Yibbels | last post by:
Hi, My question is simple. Is PHP only for Apache, or MS as well? And if not MS, then what is the MS equivalent? Thanks.
2
by: threeseas | last post by:
Because the project is done in python and in support of FOSS http://msdn.microsoft.com/architecture/overview/softwarefactories/default.aspx?pull=/library/en-us/dnmaj/html/aj3softfac.asp ...
2
by: Durham Writer | last post by:
Hi all, I am trying to learn c++ for the first time, having used 'c' in the past. It was a long time ago and I'm getting back into programming. I was wondering if I could get some help...
6
by: Pierre BENAROUCHE | last post by:
3
by: Jules | last post by:
So with MS looking towards Longhorn Indigo messaging, for Service based Applications Integration, its brief dalience with adoption of industry wide Web Service standards is over. This is a major...
5
by: Don Wash | last post by:
Hi All! I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups. I'm trying to create a VB.NET application that will scan...
142
by: Herr Lucifer | last post by:
As the founder of .NET framework, Microsoft claims that it invention will be the next best platform for programming in a near future. Now it is 2005, ..NET is 5 years old, and can talk and walk for...
18
by: Rob R. Ainscough | last post by:
MS Visual Studio Ad contained in VS Magazine. Two developers in "hip" clothing diagramming out a huge flow chart on a beach. I could NOT stop laughing at the stupidity of the ad -- "Let your...
2
by: Mikey | last post by:
Sample VB .NET source code to create mailing labels or customized letters using MS Word MailMerge This VB .NET source code will start MS Word and call methods and set properties in MS Word to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.