473,387 Members | 1,798 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.

FE & BE Version Control Tips?

I usually develop major FE apps in my organization against a single
Oracle back end database. I'm now working on something different that
has a Jet BE and will have back ends all over the place. In fact, the
app is meant to be run on a single stand alone computer, ie, one FE only
against one BE (called a "data file" in my FE app), though there could
be many different BE ("data files") on a single PC. A user may switch
between BEs - I have this functionality working fine. The question mark
comes up when updates affect the structure of the BE.

I wondering what some folks do to "synch" their different versions. For
instance, we all know that requests for enhancements will be made, and
some of these may result in requiring table structural changes and even
additional tables on the BE. What I'm concerned about are people having
a later version of the FE with an earlier version of the BE and that
particular older BE might be lacking some fields/tables the newer FE
might be looking for.

Thanks very much in advance for any suggestions and/or advice in this area.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #1
3 2517
On Tue, 06 Sep 2005 00:38:57 -0230, Tim Marshall
<TI****@PurplePandaChasers.Moertherium> wrote:
I usually develop major FE apps in my organization against a single
Oracle back end database. I'm now working on something different that
has a Jet BE and will have back ends all over the place. In fact, the
app is meant to be run on a single stand alone computer, ie, one FE only
against one BE (called a "data file" in my FE app), though there could
be many different BE ("data files") on a single PC. A user may switch
between BEs - I have this functionality working fine. The question mark
comes up when updates affect the structure of the BE.

I wondering what some folks do to "synch" their different versions. For
instance, we all know that requests for enhancements will be made, and
some of these may result in requiring table structural changes and even
additional tables on the BE. What I'm concerned about are people having
a later version of the FE with an earlier version of the BE and that
particular older BE might be lacking some fields/tables the newer FE
might be looking for.

Thanks very much in advance for any suggestions and/or advice in this area.


The company I'm now working for uses the following approach.

- The back-end file includes a database version stored in a field in a table.
- When the front-end is about to link to the back-end, it first runs a series
of procedures, each of which is designed to upgrade a back-end structure from
one version to the next version.
- Each back-end update procedure performs its updates if the back-end version
is the same version it updates from, or does nothing if it is not.

So, a typical case might be a front-end that expects back-end version 4
opening a back-end at version 2. First, the 1-to-2 procedure sees that the
version is not currently "1" and does nothing. Next, the 2-to-3 procedure
sees that the version is "2", and upgrades it to "3". Next, the 3-to-4
upgrade procedure sees that the version is "3" (because it was just upgraded
to 3) and upgrades it to "4".

A possible problem is that you can't open a newer back-end with an older
front-end, so make sure all possible users upgrade their front-ends at the
same time.
Nov 13 '05 #2

"Tim Marshall" wrote
. . . What I'm concerned about are
people having a later version of the
FE with an earlier version of the BE
and that particular older BE might be
lacking some fields/tables the newer FE
might be looking for.


There's an overview of "versioning" in the article at
http://accdevel.tripod.com/versioning.htm. Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm has a downloadable Front End Updater
that may be useful to you in distributing updates. I suspect the combination
is, at least, a start toward what you are doing.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #3
Tim Marshall wrote:
Thanks very much in advance for any suggestions and/or advice in this area.


Thanks Steve & Larry. I'll have to delve into the links Larry provided
and I've seen methods similar to what Steve has described in some of the
Oracle apps I manage.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #4

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

Similar topics

4
by: Ed Landau | last post by:
In VB6.0, I can put an image on a form and assign it's .picture property at run-time. In VBA (within MS Access), when I put down an image control on a form, it asks me for the source to the image...
3
by: Chris | last post by:
Modal forms are great for locking the user out of non focused forms allowing tight control over program flow, but they have one side effect which user find very irritating i.e. Access cannot be...
3
by: Tim Marshall | last post by:
I would swear that when I developed in A97, I could change the back colour of a form. However, in Windows XP, on both A97 and A2003, there no longer is a property showing in the format tab for...
4
by: António Pinho | last post by:
Hi, I have a big problem with an webpart/assembly. i'm trying to connect to sql server but i get the error "Request for the permission of type System.Data.SqlClient.SqlClientPermission,...
2
by: Suzanne | last post by:
Hi all, I'm reposting this message as I'm experiencing this problem more and more frequently : I really hope someone out there can help me as I've been tearing my hair out on this one for a...
13
by: Sharon | last post by:
Hi all, I was wondering if anyone had experience using ajax with asp.net controls. What i'm looking for, are ways to implement and possible problems. A way to implement could be rendering the...
2
by: Sky | last post by:
Hello: I'm trying to make sense of snk files, when to use, under what conditions to regenerate new ones,...can someone take a look if these statemes make sense? And then the final questions at the...
3
by: anthony | last post by:
I am going to have to start holding jpg files (about 6,000 - 10,000 a year) in our school database. Mainly, they will end up being printed as part of the children's profiles ie via a report. I...
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
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...

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.