|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
mysql to access or access syntax
I'm doing a small favor for a friend, he wants an Access database. I only know MySQL. I tried to use phpmyadmin to generate a CVS file and couldn't get it. Does someone know where I can find Access syntax for creating tables? (I've looked everywhere on M$ website & other sites).
I just want to create a .sql like file with all the tables and their structures to run in Access. (NOTE: I don't use windows so I don't have it installed on my PC or I would do it the long way in Access). |
|
#2
|
|||
|
|||
|
Export it as standard SQL from phpMyAdmin
Import is as a standard SQL into MSAccess. Think outside the box! Both of them speak SQL, just use the comman language |
|
#3
|
||||
|
||||
|
Quote:
LOL
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) Understanding SQL Joins An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries |
|
#4
|
||||
|
||||
|
Quote:
So your saying if I type: CREATE TABLE current_orders ( invoice_number int(11) unsigned NOT NULL auto_increment, customer_id int(11) unsigned NOT NULL default '0', date int(11) NOT NULL default '0', ....... That Access is going to understand that? |
|
#5
|
|||
|
|||
|
No, access will not understand that.
It has it own set of non-standard DDL statements http://msdn.microsoft.com/library/d...ue&hidetoc=true It has a section on create table and there are some related links at the bottom. |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > mysql to access or access syntax |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|