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

Access

Ken
How do I to move our data stored on an external server (over the Internet)
in a mySql database to
MS Access on our office computer. I would like to remove the data from the
Net and store it on our computer for security reasons.

Thanks.

Ken

Jul 17 '05 #1
6 1556
*** Ken wrote/escribió (Wed, 27 Apr 2005 17:54:40 GMT):
How do I to move our data stored on an external server (over the Internet)
in a mySql database to MS Access on our office computer.
You need to install the MySQL ODBC driver (available at mysql.com), create
an ODBC source and then use the Access import tables feature.
I would like to remove the data from the
Net and store it on our computer for security reasons.


Use your favourite MySQL client to create an SQL dump and store the
resulting file in your hard disk.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Jul 17 '05 #2
easier approach if you don't have to move data that often:

phpMyAdmin has an export feature that exports data out of mysql in many
formats, for instance xml or csv, which can easily be imported into
access.

micha

Jul 17 '05 #3
Ken
I successfully installed the ODBC drive in Windows 2000
During the configuration, the Connector is asking for the server name.
Data Source Name: I just typed in any name. OK?
Description: not important
Server:
If I use localhost, I expect the connector will look at my computer. How do
I call out a website address plus the server name?
host282.domainname.com/~xxxxx/localhost ????
https://host282.domainname.com/~xxxxx/localhost ???

The database is at host282.domainname.com/~xxxxx Do I move the 282 to the
port option?

Ken
"Alvaro G Vicario" <al******************@telecomputeronline.com> wrote in
message news:fy*****************************@40tude.net...
*** Ken wrote/escribió (Wed, 27 Apr 2005 17:54:40 GMT):
How do I to move our data stored on an external server (over the Internet) in a mySql database to MS Access on our office computer.


You need to install the MySQL ODBC driver (available at mysql.com), create
an ODBC source and then use the Access import tables feature.
I would like to remove the data from the
Net and store it on our computer for security reasons.


Use your favourite MySQL client to create an SQL dump and store the
resulting file in your hard disk.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--

Jul 17 '05 #4
*** Ken wrote/escribió (Wed, 27 Apr 2005 23:19:34 GMT):
Server:
If I use localhost, I expect the connector will look at my computer. How do
I call out a website address plus the server name?
You don't call a website address. You are to connect to a MySQL server, not
a web server. They're different services.
The database is at host282.domainname.com/~xxxxx
Weird... MySQL databases are not accessed through directories, they're
merely accessed through their names. What happens if you use
host282.domainname.com as server name?

Also, please note that your hosting service does not necessarily allow
remote connections to database server.
Do I move the 282 to the port option?


Why should you?
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Jul 17 '05 #5
Ken
"Alvaro G Vicario" <al******************@telecomputeronline.com> wrote in
message news:tk****************************@40tude.net...
*** Ken wrote/escribió (Wed, 27 Apr 2005 23:19:34 GMT):
Server:
If I use localhost, I expect the connector will look at my computer. How do I call out a website address plus the server name?
You don't call a website address. You are to connect to a MySQL server,

not a web server. They're different services.
The database is at host282.domainname.com/~xxxxx


Weird... MySQL databases are not accessed through directories, they're
merely accessed through their names. What happens if you use
host282.domainname.com as server name?

Also, please note that your hosting service does not necessarily allow
remote connections to database server.


I just received the following email from my hosting service. You were right
on the mark.
We do not support ODBC and DNS connection. But you can use DSN-less

connection.

I know how to move data into and out of a MySQL database. But can a script
automatically append the data into Access?

Ken

Jul 17 '05 #6
>>>We do not support ODBC and DNS connection. But you can use DSN-less
connection.

I know how to move data into and out of a MySQL database. But can a script
automatically append the data into Access?


Use mysqldump. It produces a series of SQL statements that puts
the data into a database. If you use the right options (e.g.
--compatible=mssql on MySQL 4.1 or higher) you can probably get
mysqldump to leave out the MySQL-specific stuff so MS Access can
swallow it.

Now, is there a way (command-line utility) for MS Access to take a
file full of SQL statements and run it? If so, do this from your
script.

Gordon L. Burditt
Jul 17 '05 #7

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

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
13
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages...
0
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
64
by: John | last post by:
Hi What future does access have after the release of vs 2005/sql 2005? MS doesn't seem to have done anything major with access lately and presumably hoping that everyone migrates to vs/sql. ...
1
by: com | last post by:
Extreme Web Reports 2005 - Soft30.com The wizard scans the specified MS Access database and records information such as report names, parameters and subqueries. ......
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
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: 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
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...
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
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.