|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Transition from Access to MSSQL
Hi, I'm making a site (http://www.kunicki.info/RALLYSIM/, opinions valued
), and I have the basic design done, and am about to start writing the CMS. I don't have access to MSSQL at the moment, so I was going to use Access for development. I was just wondering, is the transition between Access and MSSQL pretty easy going? Any info on this is appreciated...Thanks |
|
#2
|
|||
|
|||
|
Yes, you can.
1. Export the access database to a a tab delimited (or whatever delimited) file. 2. Import those data to MySQL database using MySQLFront |
|
#3
|
|||
|
|||
|
Sorry
I thought you asked for MySQL! |
|
#4
|
|||
|
|||
|
Right. But on the coding side of things, would I need to change any SQL query statements? Or just the connection string? (I'm using ASP)
|
|
#5
|
|||
|
|||
|
Very Briefly answering your question
MS ACCESS is not SQL-92 complient.
So it wont support many advanced SQL feature or sub queries! Example: MS ACCESS doesnt know what is "COMMIT" or ROLLBACK. There are few more. Last edited by iahmed : June 2nd, 2003 at 11:12 PM. |
|
#6
|
||||
|
||||
|
Going FROM Access to SQLServer, you shouldn't have any problems. You shouldn't have to re-write anything.
It's just a simple driver change in your connection string. If u need help with that, check out 4guysfromrolla.com |
|
#7
|
|||
|
|||
|
Thanks guys, that's what I wanted to know.
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Transition from Access to MSSQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|