473,396 Members | 1,995 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,396 software developers and data experts.

Converting Access Desktop Application to Client Server

Hello,

I am currently in the process of developing an application in a pure
desktop world using Access 2000.

I am intending to convert this pure desktop application into a Client
Server application with Access 2000 as the front end and the each of
the following as the backend:

1) Oracle
2) MS SQL

My queries are:

1) Are there any tools for such conversions?
2) The table design is such that all the tables are to be moved to the
backend but the forms need to be in the front end. How does one go
about effecting such a partial movement of the application to the
Backend?

Thank you in advance.

Cheers!

Uttam
Nov 12 '05 #1
8 4690
Oh, in my experience the DBAs for the server databases preferred to use Data
Modeling Software, as it created the necessary triggers and stored
procedures for relationships and referential integrity rather than them
having to write them in the SQL dialect of the server. In one case, that was
essential, as development was done with Sybase SQL Anywhere as the server
and the final test/production system used Informix, thus, the DBA could use
the same input to create the DDL for each.

Larry Linson
Microsoft Access MVP

"Uttam" <u0***@usa.net> wrote in message
news:8a**************************@posting.google.c om...
Hello,

I am currently in the process of developing an application in a pure
desktop world using Access 2000.

I am intending to convert this pure desktop application into a Client
Server application with Access 2000 as the front end and the each of
the following as the backend:

1) Oracle
2) MS SQL

My queries are:

1) Are there any tools for such conversions?
2) The table design is such that all the tables are to be moved to the
backend but the forms need to be in the front end. How does one go
about effecting such a partial movement of the application to the
Backend?

Thank you in advance.

Cheers!

Uttam

Nov 12 '05 #2
u0***@usa.net (Uttam) wrote:
1) Are there any tools for such conversions?
There is one such tool from ssw.com.aw however it's only for SQL Server.
2) The table design is such that all the tables are to be moved to the
backend but the forms need to be in the front end. How does one go
about effecting such a partial movement of the application to the
Backend?


This could get quite tricky. You could convert all your queries to SQL Server views
and Stored Procedures, and whatever their equivalent is in Oracle I would imagine.

Then you'd link to the tables and/or views just like you would to a table in a BE
MDB. Here's my standard blurb on SQL Server Upsizing.

Do a search at the Knowledge Base at support.microsoft.com using the keywords
"upsizing" to review the various white papers on upsizing Access to SQL Server as
well as to ensure you have any updates required.

Also see my Random Thoughts on SQL Server Upsizing from Microsoft Access Tips page at
my website.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #3
Hello Larry,

This Link http://www.appdevissues.com did not work.

is it by any chance "http://www.appdev.com"?

Thanks once again.

Regards,

Uttam
==================
"Larry Linson" <la**********@ntpcug.org> wrote in message news:<CB*****************@nwrddc02.gnilink.net>...
You can get some of my views on the topic of Access as an ODBC Client from
the presentation on that subject that you can download from
http://www.appdevissues.com.

There is an upsizing wizard that you can download from Microsoft. If,
however, you are going to use an MDB/MDE client, with server tables linked
via ODBC, you simply make install the appropriate ODBC drivers for the
server you are going to use, create the same tables on the server, link them
using Get External Data on the file menu, and use Append Queries to add the
records from your local tables to the server tables. Then, you can delete
your local tables, and rename the links to the server table to what were
formerly the local table names.

As pointed out in that PowerPoint presentation, there are some differences
that you need to take into account, so you can expect some rewriting of your
application will be needed.

In my experience, the Access-Jet-ODBC-server has been simple to implement
and gave perfectly satisfactory performance for me (and for others) with
user audiences in the low hundreds. Further, this approach will work for
many different server databases.

If you desire to use the Access ADP to access your SQL Server data, you'll
need advice from someone here who's actually used it. Perhaps they will step
in and offer suggestions.

Followups and clarifications should be posted here to the newsgrup, please,
not by e-mail. Thanks.

Larry Linson
Microsoft Access MVP

"Uttam" <u0***@usa.net> wrote in message
news:8a**************************@posting.google.c om...
Hello,

I am currently in the process of developing an application in a pure
desktop world using Access 2000.

I am intending to convert this pure desktop application into a Client
Server application with Access 2000 as the front end and the each of
the following as the backend:

1) Oracle
2) MS SQL

My queries are:

1) Are there any tools for such conversions?
2) The table design is such that all the tables are to be moved to the
backend but the forms need to be in the front end. How does one go
about effecting such a partial movement of the application to the
Backend?

Thank you in advance.

Cheers!

Uttam

Nov 12 '05 #4
Sorry, fingers working faster than brain: http://appdevissues.tripod.com is
the URL.

"Uttam" <u0***@usa.net> wrote in message
news:8a**************************@posting.google.c om...
Hello Larry,

This Link http://www.appdevissues.com did not work.

is it by any chance "http://www.appdev.com"?

Thanks once again.

Regards,

Uttam
==================
"Larry Linson" <la**********@ntpcug.org> wrote in message

news:<CB*****************@nwrddc02.gnilink.net>...
You can get some of my views on the topic of Access as an ODBC Client from the presentation on that subject that you can download from
http://www.appdevissues.com.

There is an upsizing wizard that you can download from Microsoft. If,
however, you are going to use an MDB/MDE client, with server tables linked via ODBC, you simply make install the appropriate ODBC drivers for the
server you are going to use, create the same tables on the server, link them using Get External Data on the file menu, and use Append Queries to add the records from your local tables to the server tables. Then, you can delete your local tables, and rename the links to the server table to what were
formerly the local table names.

As pointed out in that PowerPoint presentation, there are some differences that you need to take into account, so you can expect some rewriting of your application will be needed.

In my experience, the Access-Jet-ODBC-server has been simple to implement and gave perfectly satisfactory performance for me (and for others) with
user audiences in the low hundreds. Further, this approach will work for
many different server databases.

If you desire to use the Access ADP to access your SQL Server data, you'll need advice from someone here who's actually used it. Perhaps they will step in and offer suggestions.

Followups and clarifications should be posted here to the newsgrup, please, not by e-mail. Thanks.

Larry Linson
Microsoft Access MVP

"Uttam" <u0***@usa.net> wrote in message
news:8a**************************@posting.google.c om...
Hello,

I am currently in the process of developing an application in a pure
desktop world using Access 2000.

I am intending to convert this pure desktop application into a Client
Server application with Access 2000 as the front end and the each of
the following as the backend:

1) Oracle
2) MS SQL

My queries are:

1) Are there any tools for such conversions?
2) The table design is such that all the tables are to be moved to the
backend but the forms need to be in the front end. How does one go
about effecting such a partial movement of the application to the
Backend?

Thank you in advance.

Cheers!

Uttam

Nov 12 '05 #5
Larry,

I see no sign of this "Don Mellon" fellow you are talking about. Are you sure
you have the right person? Perhaps your boyfriend Tony can shed some light on
the matter, though I heard he got turned back at the US border recently
(something about his marriage not being recognized).

Yours,

Cali Rollweister, Microsoft Access MVP
http://www.mvp.com
In article <zF****************@nwrddc01.gnilink.net>, la**********@ntpcug.org
says...

No, he's neither sure, nor David Glass, nor a Microsoft MVP. He's Don
Mellon, who persists in trying to (and is, sadly, successful at) making a
bigger and bigger fool of himself in public in these newsgroups. Pathetic,
isn't he?

"Uttam" <u0***@usa.net> wrote in message
news:8a**************************@posting.google. com...
"David Glass" <DG*******@hotmail.com> wrote in message

news:<25******************************@news.teran ews.com>...
> "Uttam" <u0***@usa.net> wrote in message
> news:8a**************************@posting.google.c om...
> > Hello,
> >
> > I am currently in the process of developing an application in a pure
> > desktop world using Access 2000.
> >
> > I am intending to convert this pure desktop application into a Client
> > Server application with Access 2000 as the front end and the each of
> > the following as the backend:
> >
> > 1) Oracle
> > 2) MS SQL
> >
> > My queries are:
> >
> > 1) Are there any tools for such conversions?
> > 2) The table design is such that all the tables are to be moved to the
> > backend but the forms need to be in the front end. How does one go
> > about effecting such a partial movement of the application to the
> > Backend?
> >
> > Thank you in advance.
> >
> > Cheers!
> >
> > Uttam
>
> Go to: http://www.mvp.com
> Best Regards
> David Glass, MVP


Hello David,

http://www.mvp.com is a sports store - sure this is the correct URL?

Cheers!

Uttam



Nov 12 '05 #6
c.*******@worldnet.att.net.invalid (Chuck Grimsby) wrote in
<nf********************************@4ax.com>:
On 20 Sep 2003 19:35:05 -0700, u0***@usa.net (Uttam) wrote:
http://www.mvp.com is a sports store - sure this is the correct
URL?


http://www.mvp.org/access/


Er, uh:

http://www.mvps.org/access/

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #7
www.mvps.org/access
"Chuck Grimsby" <c.*******@worldnet.att.net.invalid> wrote in message
news:nf********************************@4ax.com...
On 20 Sep 2003 19:35:05 -0700, u0***@usa.net (Uttam) wrote:
http://www.mvp.com is a sports store - sure this is the correct URL?


http://www.mvp.org/access/

--
Don't Look Back, They Might Be Gaining On You.

Nov 12 '05 #8
"Larry Linson" <la**********@ntpcug.org> wrote:
Sorry, fingers working faster than brain: http://appdevissues.tripod.com is
the URL.


See the Newsgroup Answers MDB at my website. <smile>

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #9

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

Similar topics

2
by: Rosy Moss | last post by:
I am in the process of cleaning up a database that our company uses to track jobs, time and expense, and customer information. We are running Windows 2000 Server with approximately 20 terminals...
11
by: Rosco | last post by:
Does anyone have a good URL or info whre Oracle and Access are compared to one another in performance, security, cost etc. Before you jump on me I know Oracle is a Cadillac compared to Access the...
14
by: D | last post by:
Hey guys- not sure where this post fits in, so I cc'd a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it's...
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
6
by: dbuchanan | last post by:
I have a Windows Forms application that accesses SQL Server 2k from a small local network. The application has been used for weeks on other systmes but a new install on a new machine retruns...
32
by: robert d via AccessMonster.com | last post by:
I'm looking at converting DAO to ADO in my app. All of my DAO connections are of the following structure: Dim wsName As DAO.Workspace Dim dbName As DAO.Database Dim rsName As DAO.Recordset ...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
16
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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:
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.