473,508 Members | 2,445 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2005 Importing Microsoft Access Database Into MDF Format

The add database ( MDF ) in Visual Studio 2005 seems to be in SQL Server
2005 format as far as I can tell. Does anyone know how I can import tables
( without having to start writing queries ) from Access ?

--
Goofy
Dec 21 '06 #1
4 5614
Best thing you could try is running SQL Server 2005 Express edition. Then
you could connect to the MDF file, and use the Import | Data function to
import in the Access data. I works pretty good though you'll want to tweak
things afterwards as the datatypes don'tnecessarily match 100%
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Goofy" <me@mine.comwrote in message
news:O5**************@TK2MSFTNGP02.phx.gbl...
The add database ( MDF ) in Visual Studio 2005 seems to be in SQL Server
2005 format as far as I can tell. Does anyone know how I can import tables
( without having to start writing queries ) from Access ?

--
Goofy

Dec 21 '06 #2
I am running express. Where is the import function ?
"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Best thing you could try is running SQL Server 2005 Express edition. Then
you could connect to the MDF file, and use the Import | Data function to
import in the Access data. I works pretty good though you'll want to tweak
things afterwards as the datatypes don'tnecessarily match 100%
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Goofy" <me@mine.comwrote in message
news:O5**************@TK2MSFTNGP02.phx.gbl...
>The add database ( MDF ) in Visual Studio 2005 seems to be in SQL Server
2005 format as far as I can tell. Does anyone know how I can import
tables ( without having to start writing queries ) from Access ?

--
Goofy


Dec 21 '06 #3
I'm pretty sure you can do this with the SQL Server Management Studio
Express
http://www.microsoft.com/downloads/d...DisplayLang=en

You should be able to select the database, selct tasks, and import data. I
haven't played with this in a long time and I'm realizing I may be mistaken
as this is in the full sql server management studio, but I can't remember
exactly if it's there.

The other way is to create an odbc connection to the sql server express that
you can use in Access then in access you can export the data to the odbc
connection.
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Goofy" <me@mine.comwrote in message
news:ud**************@TK2MSFTNGP03.phx.gbl...
>I am running express. Where is the import function ?
"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>Best thing you could try is running SQL Server 2005 Express edition. Then
you could connect to the MDF file, and use the Import | Data function to
import in the Access data. I works pretty good though you'll want to
tweak things afterwards as the datatypes don'tnecessarily match 100%
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Goofy" <me@mine.comwrote in message
news:O5**************@TK2MSFTNGP02.phx.gbl...
>>The add database ( MDF ) in Visual Studio 2005 seems to be in SQL Server
2005 format as far as I can tell. Does anyone know how I can import
tables ( without having to start writing queries ) from Access ?

--
Goofy



Dec 21 '06 #4
TA

"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:OY**************@TK2MSFTNGP06.phx.gbl...
I'm pretty sure you can do this with the SQL Server Management Studio
Express
http://www.microsoft.com/downloads/d...DisplayLang=en

You should be able to select the database, selct tasks, and import data. I
haven't played with this in a long time and I'm realizing I may be
mistaken as this is in the full sql server management studio, but I can't
remember exactly if it's there.

The other way is to create an odbc connection to the sql server express
that you can use in Access then in access you can export the data to the
odbc connection.
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Goofy" <me@mine.comwrote in message
news:ud**************@TK2MSFTNGP03.phx.gbl...
>>I am running express. Where is the import function ?
"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>Best thing you could try is running SQL Server 2005 Express edition.
Then you could connect to the MDF file, and use the Import | Data
function to import in the Access data. I works pretty good though you'll
want to tweak things afterwards as the datatypes don'tnecessarily match
100%
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Goofy" <me@mine.comwrote in message
news:O5**************@TK2MSFTNGP02.phx.gbl...
The add database ( MDF ) in Visual Studio 2005 seems to be in SQL
Server 2005 format as far as I can tell. Does anyone know how I can
import tables ( without having to start writing queries ) from Access ?

--
Goofy



Jan 3 '07 #5

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

Similar topics

9
4016
by: Edward S | last post by:
I budget for a Project in an Excel sheet as illustrated below. The months below are usually a 2 year period i.e. 24 months, though it could be over 24 months depending upon a Project. I then...
1
3650
by: sparks | last post by:
I have never done this and wanted to ask people who have what is the best way. One person said import it to excel, then import it into access table. but since this will be done a lot, I am...
5
3155
by: dixie | last post by:
If I sent a user an empty database container - dB with no tables and I needed them to import their tables into it and one of their tables was a hidden table with the prefix Usys, is there any way...
5
1980
by: GaryDean | last post by:
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes...
10
2507
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
3
2013
by: Goofy | last post by:
The add database ( MDF ) in Visual Studio 2005 seems to be in SQL Server 2005 format as far as I can tell. Does anyone know how I can import tables ( without having to start writing queries ) from...
21
2391
by: Peter Bradley | last post by:
Hi all, This post is sort of tangentially related to my earlier posts on configuration files for DLLs. Does anyone know how to create typed DataSets using VS2005's new DataSet designer, but...
3
5148
by: HistoricVFP | last post by:
Hello, I’ve been given the task of importing .dbf files from a very old version of Visual FoxPro (version 2.1) into Access (2003). When I import the data straight to Access it errors with: ...
0
7223
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
7114
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
7377
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...
1
7034
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.