473,503 Members | 6,587 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Backend/FrontEnd database question

Good afternoon everyone,

I have created a very robust front end for my backend database that is
essentially an all-round office database used for nearly all non-
accounting transactions. I have decided to keep my front end database
as it is and start creating smaller, single-task specific applications
in Borland Delphi (using ADO). Now, to create these Delphi front ends,
I need to utilize many of the MS Access front end queries that I have
created (INSERT, UPDATE and SELECT queries). How does it make the most
sense to get these stored queries: Should I create another .mdb front
end that just holds the required queries that I will use in my Delphi
program, should I migrate these queries to the back end or should I
just make my connection directly to the database front end? I don't
know much about the inner workings of ADO so I am at a bit of a loss
as to which one will be the most efficient and which way is the most
common format for accomplishing this type of task.

Tim
Dec 21 '07 #1
2 1997
Greetings,

A jack hammer is to a hand held hammer what Delphi is to Access. Delphi
is an enterprise level OOP platform like Java and .Net. It sounds like
you want to perform enterprise type operations against an Access
backend. You want to store procedures like you would in a Server based
DB. I would just write out the sql strings in the Delphi app and store
them directly in the app. Or if you want to modify the sql string after
the app has been developed, you could store the sql strings in a text
file or yes - you could store the sql strings in a memo field in a table
in an mdb.

One other suggestion, as long as you are using an object oriented
platform, if you can write VBA code and can also write OOP code, I would
use .Net -- much easier than delphi with the same OOP. The .Net
dataAdper object (ADO.Net) makes it easy to connect to anything that is
either Microsoft based or Server based. You would use the OleDB
dataAdapter to connect to an Access MDB.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Dec 21 '07 #2
Tim Ricard <tr*****@gmail.comwrote:
>Should I create another .mdb front
end that just holds the required queries that I will use in my Delphi
program, should I migrate these queries to the back end or should I
just make my connection directly to the database front end?
I'm no expert on Delphi but I would think that you'd want to run your queries
directly against the BE MDB.

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Dec 22 '07 #3

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

Similar topics

17
4064
by: Jon Ole Hedne | last post by:
I have worked on this problem some hours now (read many-many...), and I can't solve it: In vba-code I create a table with Connection.Execute, and add some data to it. This table is saved in the...
1
2338
by: matt bourke | last post by:
Hi, Can you please tell me what the advantage is of using an access backend with a VB frontend OVER access as a frontend and backend. M
10
2083
by: Squirrel | last post by:
I posted a question a couple of days ago about running different versions of Access for the frontend versus the backend databases. Got some good advice but now I've received this information: ...
3
6284
by: Chris | last post by:
I have a frontend that has some tables which are linked to a backend. Now I want to make the backend password protected and when I try to run it password protected I can't open it. In the first...
16
2667
by: John | last post by:
Hi All, I have two backend databases that area link to a frontend database where information is entered, retrieved and deleted. The information accessed from the frontend database is coming from...
42
5581
by: PC Datasheet | last post by:
I have zero experience with using a SQL database for a backend and Access for a frontend. I have some questions: 1. Does an SQL database have tables? 2. How does Access connect to the data in...
6
2732
by: Mike | last post by:
I have developed a program that has the backend on a server and multiple users have the front end at their individual computers. I know how to set a password on the backend. How can I implement...
4
1854
by: Wayne | last post by:
I have a backend database (Backend1.mdb)that has 3 main data tables, I'll call them Data1, Data2 and Data3, plus several other associated tables. All relationships are set in the backend database...
4
4960
by: Jim Devenish | last post by:
I wish to copy a table on a SQL Server backend to a table on an Access (.mdb) front end in the simplest way. I have the following to get the recordset but am seeking something easier. Dim...
9
2182
by: philelpko | last post by:
Good Morning all, Lost once again which is becoming a common occurance atm. My database has successfully been broken into a frontend and a backend db. A problem has now arisen as it has become...
0
7067
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
7264
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,...
1
6975
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
7449
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
4666
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
3160
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...
0
3148
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1495
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.