Mysql & Ms Access

This is the place to hang out when you have finished your aviation related discussions, please remain always friendly and respectful against each other! Offensive and/or racist remarks are not allowed.
Post Reply
User avatar
liebensd
Posts: 1780
Joined: 31 Mar 2003, 00:00
Location: Hoeselt, Belgium
Contact:

Mysql & Ms Access

Post by liebensd »

Is there someone who can help me to transfer a MS Access database into a Mysql database?


Greetz,

Dave

User avatar
Andries
Posts: 1670
Joined: 02 Feb 2003, 00:00
Location: OST
Contact:

Post by Andries »

What is Mysql ???

Greetz,

:twisted: EBOS :twisted:
Don't dream your life, live your dream !!!

User avatar
sn26567
Posts: 40859
Joined: 13 Feb 2003, 00:00
Location: Rosières/Rozieren, Belgium
Contact:

Post by sn26567 »

That looks like very serious talk for a café, Dave :)


... but I'm not very helpful, am I? :cry:
Last edited by sn26567 on 30 Jul 2003, 08:48, edited 1 time in total.
André
ex Sabena #26567

aerobel
Posts: 36
Joined: 11 Dec 2002, 00:00
Location: Brugge (Belgium)
Contact:

Post by aerobel »

EBOS wrote:What is Mysql ???

Greetz,

:twisted: EBOS :twisted:
Ebos,

MysQL is a database language, wide spread used on the internet... to learn more: http://www.mysql.com/ , or http://www.phpfreakz.nl/

It works very well with PHP... and this site is also running on PHP & MySQL. (and some parts of mine site also runs with them)

Hope this helps a bit

TOM

SAB-OM

Post by SAB-OM »

hmmmm....
It's not a language, it's a database
the database uses the query language SQL ....
Never say language to a database ! :twisted:

in Access:
Select the table or query you want to export and click Export... from the File menu. In the dialog box that will appear choose the location where you want to save your export file, the file name, and choose Text Files in the Save as type: drop-down list. Click the Save button to bring up the Export Text Wizard. Click the Next button and make sure the delimiter is Comma and the Text Qualifier is ". Click Next and verify the file path and name, then click Finish

create the database structure in MySQL watch out for correct datatypes..
and then execute the following SQL statement:
LOAD DATA LOCAL INFILE 'export_file.txt' INTO TABLE table_name;

voila

Flip

aerobel
Posts: 36
Joined: 11 Dec 2002, 00:00
Location: Brugge (Belgium)
Contact:

Post by aerobel »

SAB-OM wrote:hmmmm....
It's not a language, it's a database
the database uses the query language SQL ....
Never say language to a database ! :twisted:
:oops: :oops: :oops: :oops: :oops: :oops:

User avatar
liebensd
Posts: 1780
Joined: 31 Mar 2003, 00:00
Location: Hoeselt, Belgium
Contact:

Post by liebensd »

Flip Thx,

André,

It is serious talk for a café, but it is necessary for the website. I am trying to build a real database for the aircraft registrations, not just a graphical version like it now is. An therefore I wanted to use Mysql, but the current register is in an Access file on my pc and if I can convert the Access file to a Mysql, I do not need to input the data another time. There are now +/- 473 aircrafts in my register so that would be a hell of a job.

Greetz,

Dave

User avatar
sn26567
Posts: 40859
Joined: 13 Feb 2003, 00:00
Location: Rosières/Rozieren, Belgium
Contact:

Post by sn26567 »

liebensd wrote:André,

It is serious talk for a café, but it is necessary for the website. I am trying to build a real database for the aircraft registrations, not just a graphical version like it now is.
Dave,

Great! When you're finished, I'll invite you for a drink at the Luchtzak pub! :wink:
André
ex Sabena #26567

User avatar
liebensd
Posts: 1780
Joined: 31 Mar 2003, 00:00
Location: Hoeselt, Belgium
Contact:

Post by liebensd »

:)

Greetz,

Dave

User avatar
744rules
Posts: 1041
Joined: 16 Oct 2002, 00:00

Post by 744rules »

Andre,

If there is a poll about the most favourite beer, you know what to order !

:cheers:

Post Reply