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

Find and Export backend from Frontend

DD
Hi
I have a split database, that is packaged and used in a runtime
enviroment.

I want to make it easier for the user, a button on the frontend
"Export Backend"

They can click on the button then search for the backend and then save
the backend to a CD or Floppy.

Can anyone assist,as i have looked at the OpenSave dialog but i must
be missing something

Regards
DD
Nov 13 '05 #1
3 2063
Go to www.mvps.org/access and look at the first two examples in the API
section.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"DD" <da**********@bigpond.com.au> wrote in message
news:14**************************@posting.google.c om...
Hi
I have a split database, that is packaged and used in a runtime
enviroment.

I want to make it easier for the user, a button on the frontend
"Export Backend"

They can click on the button then search for the backend and then save
the backend to a CD or Floppy.

Can anyone assist,as i have looked at the OpenSave dialog but i must
be missing something

Regards
DD

Nov 13 '05 #2
Yes i understand to use these.

But i am not able to work out how to once i have browsed and found the
backend to save it to a external drive A or Cd

any help please
DD

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3
A few comments:
First, you shouldn't need to browse to the backend; you can extract its
location from the Connect property of the TableDef for any linked table.

Second, most backends rapidly exceed the 1.44 MB you can store on a floppy.

Third, it's generally considered unwise to copy an MDB file while there's an
open connection to it.
At the very least, you should make sure that all bound forms in your front
end are closed. (Put your button on an unbound form - e.g. a switchboard or
main menu.)
Since you have a split application, I'm assuming that there may be other
users using the backend at the same time. It would be best to check for
this condition and not allow copying in that case.

Fourth, the FileCopy command is all you'd need to copy the file to a new
location on a hard drive or floppy drive. Under WindowsXP, I would expect
it to move the files to the D drive for you, but not to actually burn the
CD. If you come up with some API calls to actually do the burning, please
post back. I'd like to know those myself!

HTH
- Turtle

"DD" <da**********@bigpond.com.au> wrote in message
news:14**************************@posting.google.c om...
Hi
I have a split database, that is packaged and used in a runtime
enviroment.

I want to make it easier for the user, a button on the frontend
"Export Backend"

They can click on the button then search for the backend and then save
the backend to a CD or Floppy.

Can anyone assist,as i have looked at the OpenSave dialog but i must
be missing something

Regards
DD

Nov 13 '05 #4

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

Similar topics

1
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
3
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
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...
5
by: Bob Dydd | last post by:
Hi Everybody I have an Access 2000 MDB with the Usual FrontEnd/BackEnd Arrangement. The program depends on being able link to "Inbox" in Ms Outlook 2000. This is easy enough to do from the...
42
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
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
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
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...
2
by: Kaustubha B S | last post by:
hi! this is Kaustubha from BLR , INDIA i had a doubt about Client/server technology 1) how does a backend-frontend tool in clientserver technology work and what ...
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:
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
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,...
0
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...

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.