| Windows 7: MS Access - MySQL export |
22 Jul 2010
|
#1 | | Win XP, 7, Ubuntu, FreeBSD |
MS Access - MySQL export Hi, I'm making a little database for web, but i can't find how to export it (the code, not the content). If possible, the result should look like this example: Code: CREATE TABLE `tasks` (
`id` int(11) NOT NULL auto_increment,
`text` varchar(100) NOT NULL,
`added` datetime NOT NULL,
`done` enum('yes','no') NOT NULL default 'no',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 Is it possible to do? If yes, how?
Thanks
Edit: Using MS Office 2010 | My System Specs |
| OS Win XP, 7, Ubuntu, FreeBSD |
22 Jul 2010
|
#2 | | Windows 7 Home Premium 64bit California |
Hi GranZ,
Welcome to Win 7 Forums.
Will send someone your way soon.
You want just to export the code and not the content? | My System Specs | | System Manufacturer/Model Number HP M9077c OS Windows 7 Home Premium 64bit CPU Intel(R)Core(TM)2 quad Q6600@2.4GHz 2.39GHz Motherboard ASUSeK Memory 6GB DDR2 6400 Graphics Card GeForce 8500/512MB Sound Card Realtek High Def Audio Monitor(s) Displays HP w2408 LCD 24" widescreen Screen Resolution 1920x1200 Keyboard MS wireless Inteli Mouse MS wireless Inteli Cooling 6 pack of Bud |
22 Jul 2010
|
#3 | | Win XP, 7, Ubuntu, FreeBSD |
Thank you, The Howling Wolves.
I need just the code, through knowing how to export the content might be useful as well. | My System Specs | | OS Win XP, 7, Ubuntu, FreeBSD |
22 Jul 2010
|
#4 | | Windows 7 Home Premium 64bit California |
Export Access reports to Word documents - Access - Microsoft Office
Read the following or while you are in Access hit export and follow directions. IMO | My System Specs | | System Manufacturer/Model Number HP M9077c OS Windows 7 Home Premium 64bit CPU Intel(R)Core(TM)2 quad Q6600@2.4GHz 2.39GHz Motherboard ASUSeK Memory 6GB DDR2 6400 Graphics Card GeForce 8500/512MB Sound Card Realtek High Def Audio Monitor(s) Displays HP w2408 LCD 24" widescreen Screen Resolution 1920x1200 Keyboard MS wireless Inteli Mouse MS wireless Inteli Cooling 6 pack of Bud |
22 Jul 2010
|
#5 | | Win XP, 7, Ubuntu, FreeBSD |
Sorry for misunderstanding, i meant export content to MySQL. Example: Code: INSERT INTO `tasks` VALUES('1','task 1','2010-01-24 18:16:05','no'),
('2','task 2','2010-01-24 18:17:45','no'),
('3','task 3','2010-01-24 18:18:12','yes'); Anyway, the thing i need is export of the database structure to MySQL. | My System Specs | | OS Win XP, 7, Ubuntu, FreeBSD |
22 Jul 2010
|
#6 | | Windows 7 Home Premium 64bit California |
Here a trial offer you may or may not be interested in. MySQL :: MySQL Enterprise Trial Subscription Order Form
Check back if this is what you wanted. | My System Specs | | System Manufacturer/Model Number HP M9077c OS Windows 7 Home Premium 64bit CPU Intel(R)Core(TM)2 quad Q6600@2.4GHz 2.39GHz Motherboard ASUSeK Memory 6GB DDR2 6400 Graphics Card GeForce 8500/512MB Sound Card Realtek High Def Audio Monitor(s) Displays HP w2408 LCD 24" widescreen Screen Resolution 1920x1200 Keyboard MS wireless Inteli Mouse MS wireless Inteli Cooling 6 pack of Bud |
22 Jul 2010
|
#7 | | Win XP, 7, Ubuntu, FreeBSD |
That really is not what i need.
It's 5:10 A.M. here, got to go for a while. | My System Specs | | OS Win XP, 7, Ubuntu, FreeBSD |
22 Jul 2010
|
#8 | | Windows 7 Ultimate 64 bit Singapore & Australia |

Quote: Originally Posted by GrantZ That really is not what i need.
It's 5:10 A.M. here, got to go for a while. Hi Grantz,
I'm also a little unclear what you are trying to achieve here. Looking at yoru two queries you are creating a DB schema and inserting data.
Are you trying to export the an Access database schema and import that into MySQL? If so take a look at MDB tools. When doing this, double check all of your column names to ensure that they are not reserved names in MySQL (there's a few we can't use).
-Timo
EDIT: This gives more information. If we are miss-understanding you and it's not the schema, please take us through in baby steps and give an example (we won't take offense :P ) | My System Specs | | System Manufacturer/Model Number Custom Hack job OS Windows 7 Ultimate 64 bit CPU Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz Motherboard GigaByte EP45-UD3 Memory 8 GB Kingston Graphics Card Nvidia GeForce 9600GT Sound Card Soundblaster Audigy Monitor(s) Displays AOC x2 22" Keyboard Microsoft Wireless Keyboard 1000 Mouse Microsoft Wireless Optical 2000 PSU Thermaltake QFan 750W Case CM Scout Gaming Cooling Coolermaster V10 Hard Drives 2 x Samsung 500GB (RAID)
2 x Samsung 2TB
1 x WD Green 2TB
1 x Seagate 1TB
1 x Samsung 500GB Internet Speed 320 Other Info Winfast PVR2000CP
LG DVD-RAM DVD/RW/DL Super Multi
Linksys WMP300Nx2 Wireless Adapter |
23 Jul 2010
|
#9 | | Win XP, 7, Ubuntu, FreeBSD |
After few hours of playing with trial version of MS Access 2010, i found out that is lacks (at first i thought it's just moved somewhere) the very basic functions i use in school in Access 2007.
I have MS Office 2007 Home & Student edition, which doesn't include the MS Access.
I'm going to write the code manually, because the deadline is 29.7. and it seems to be faster than learning how to use some database designer that I have never used before.
Anyway, thanks for your help. MDB Tools is what I was looking for. Through, i thought it's included in the Access 2010. | My System Specs | | OS Win XP, 7, Ubuntu, FreeBSD |
23 Jul 2010
|
#10 | | Windows 7 Home Premium 64bit California |
After searching for a free(trial) version of MS Access and the MDB tool I found that you have to pay for it.
Sorry we couldn't help more and hope you get your project done in time. | My System Specs | | System Manufacturer/Model Number HP M9077c OS Windows 7 Home Premium 64bit CPU Intel(R)Core(TM)2 quad Q6600@2.4GHz 2.39GHz Motherboard ASUSeK Memory 6GB DDR2 6400 Graphics Card GeForce 8500/512MB Sound Card Realtek High Def Audio Monitor(s) Displays HP w2408 LCD 24" widescreen Screen Resolution 1920x1200 Keyboard MS wireless Inteli Mouse MS wireless Inteli Cooling 6 pack of Bud MS Access - MySQL export problems? All times are GMT -5. The time now is 11:27 PM. | |