473,396 Members | 1,914 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.

action queries not working when migrating to mainframe?

I have an existing frontend, connecting to a .mdb to a folder.

Now I am wondering whether it would be wise to move the tables in the
backend to a DBMS.
A colleague tells me that in that case, we have to rewrite all our
actionqueries.

Select queries would just use the linked tables in the tables screen
but all of the actionqueries would have (extensively) to be rewritten
into passthrough queries?

Any one can shed some light on that?

TIA Henro

Mar 8 '07 #1
3 1548
Would have helped a little to know the backend database engine but your
colleague is correct up to a point. If there is an ODBC available for Access
that handles your backend database engine it would make the change pretty
much transparent.

Henrootje wrote:
>I have an existing frontend, connecting to a .mdb to a folder.

Now I am wondering whether it would be wise to move the tables in the
backend to a DBMS.
A colleague tells me that in that case, we have to rewrite all our
actionqueries.

Select queries would just use the linked tables in the tables screen
but all of the actionqueries would have (extensively) to be rewritten
into passthrough queries?

Any one can shed some light on that?

TIA Henro
--
Never let it be said that I was totally comitted to sanity. It is the dark
places of my mind that fascinate me.

NthDegree

Message posted via http://www.accessmonster.com

Mar 8 '07 #2
Yes, ODBC would be involved. Would that mean that we do not have to
rewrite the actionqueries?
Would things work like they do with linked tables?
On 8 mrt, 15:33, "NthDegree via AccessMonster.com" <u29665@uwewrote:
Would have helped a little to know the backend database engine but your
colleague is correct up to a point. If there is an ODBC available for Access
that handles your backend database engine it would make the change pretty
much transparent.

Henrootje wrote:
I have an existing frontend, connecting to a .mdb to a folder.
Now I am wondering whether it would be wise to move the tables in the
backend to a DBMS.
A colleague tells me that in that case, we have to rewrite all our
actionqueries.
Select queries would just use the linked tables in the tables screen
but all of the actionqueries would have (extensively) to be rewritten
into passthrough queries?
Any one can shed some light on that?
TIA Henro

--
Never let it be said that I was totally comitted to sanity. It is the dark
places of my mind that fascinate me.

NthDegree

Message posted viahttp://www.accessmonster.com

Mar 8 '07 #3
"Henrootje" <He****@gmail.comwrote
Yes, ODBC would be involved. Would that mean that
we do not have to rewrite the actionqueries?
Would things work like they do with linked tables?
I have worked with Access client applications linked by ODBC to various
server DBs since the days of Access 2.0, and I have never had to re-write an
action query. That does not mean, of course, that such a situation could
not arise, just that in the "normal business applications" I have dealt with
since 1994, I have not encountered it, so far.

So, it is clear that someone is either grossly misinformed or trying to use
"scare tactics" to convince you to take another approach when they tell you
that you will _have_ to rewrite _all_ your action queries. The use of such
"scare tactics" is not at all unusual when some entity which have a "vested
interest" in a different approach is involved in sales or planning, either
inside the organization or trying to sell their services to the
organization.

<POSSIBLY OFF-TOPICConsiderable rewrite and revision can be required,
however, if you are converting an Access MDB to an Access ADP. However,
their are third-party products which, for a price, can automate much more of
the conversion task than the supplied Micrsoft "upsizer" does. As I don't
recommend ADPs, I haven't employed any of them, and I certainly would not
venture to recommend a conversion software package to convert something I do
recommend (MDB with ODBC to Server) to something I don't recommend (ADP with
OLEdb). </POSSIBLY OFF-TOPIC>

Larry Linson
Microsoft Access MVP
Mar 8 '07 #4

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

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
4
by: Coy Howe | last post by:
In tools options you can shut off the Confirm Action Queries. I am wondering is there a way to do this with access runtime. So when a program is distrubuted the action query confirmation box does...
13
by: Lee | last post by:
Hello All, First of all I would like to say thank you for all of the help I have received here. I have been teaching myself Access for about 4 years now and I've always been able to find a...
5
by: HS Hartkamp | last post by:
Hi all, I am working with fairly large databases (> 500 Mb / < 2,000,000 rexcords), and often need to do action queries on these. I have the feeling that much of the computing power is going...
0
by: Henrootje | last post by:
I have an existing frontend, connecting to a .mdb to a folder. Now I am wondering whether it would be wise to move the tables in the backend to a DBMS. A colleague tells me that in that case, we...
0
by: rAinDeEr | last post by:
Hi.. 1. ) We have a Test Database in a mainframe system and are migrating the Data to a UDB machine in Linux environment. What are the different aspects to be considered. ? 2.) Can some one...
1
by: ezderek | last post by:
For many years if I wanted to run an action query from code, I've used code something like this --- dim qd as query dim sSQL as string dim db as database set db = currentdb() sSQL = "UPDATE...
4
by: destinman via AccessMonster.com | last post by:
I just installed MS Access 2007. Is there any way to turn off the confirmation of action queries in 2007 ? -- Message posted via AccessMonster.com...
13
by: magickarle | last post by:
Hi, I got a pass-through query (that takes about 15 mins to process) I would like to integrate variables to it. IE: something simple: Select EmplID from empl_Lst where empl_lst.timestamp between...
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
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?
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
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.