473,626 Members | 3,304 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Export relations from SQL Server Database to MS Access

Hi
I have to make export of SQL Server Database to MS Access and I have
done it with the tables but now I need to transfer(export ) the
relations, keys and indexes. Can any1 tell me how to read relations,keys
and indexes from SQL Server and convert them to MS Access.(it seams that
for creation of indexes in MS Access ADOX is the only way but ADOX
cannot read all information about keys,indexes from SQL Server.)
All I can see is that I have to use SQLDMO to enumarate all
realtion/keys/indexes from SQL Server database and use ADOX to create
this relations/keys/indexes in MS Access database, but I don't know
exact matching attributs of relations/keys/indexes from SQL to Access.

Thanks

Jul 20 '05 #1
3 2986
Hi

You posted the same question in microsoft.publi c.sqlserver.pro gramming. If
you are not sure about the answers you were given then please do not cross
post.

John
"Bose" <bo*****@sympat ico.ca> wrote in message
news:zt******** *************@n ews20.bellgloba l.com...
Hi
I have to make export of SQL Server Database to MS Access and I have
done it with the tables but now I need to transfer(export ) the
relations, keys and indexes. Can any1 tell me how to read relations,keys
and indexes from SQL Server and convert them to MS Access.(it seams that
for creation of indexes in MS Access ADOX is the only way but ADOX
cannot read all information about keys,indexes from SQL Server.)
All I can see is that I have to use SQLDMO to enumarate all
realtion/keys/indexes from SQL Server database and use ADOX to create
this relations/keys/indexes in MS Access database, but I don't know
exact matching attributs of relations/keys/indexes from SQL to Access.

Thanks

Jul 20 '05 #2
I do that becouse I didn't get the answer. I need some page where I can
see Access contraparts of SQL Server keys/indexes.

John Bell wrote:
Hi

You posted the same question in microsoft.publi c.sqlserver.pro gramming. If
you are not sure about the answers you were given then please do not cross
post.

John
"Bose" <bo*****@sympat ico.ca> wrote in message
news:zt******** *************@n ews20.bellgloba l.com...
Hi
I have to make export of SQL Server Database to MS Access and I have
done it with the tables but now I need to transfer(export ) the
relations, keys and indexes. Can any1 tell me how to read relations,keys
and indexes from SQL Server and convert them to MS Access.(it seams that
for creation of indexes in MS Access ADOX is the only way but ADOX
cannot read all information about keys,indexes from SQL Server.)
All I can see is that I have to use SQLDMO to enumarate all
realtion/keys/indexes from SQL Server database and use ADOX to create
this relations/keys/indexes in MS Access database, but I don't know
exact matching attributs of relations/keys/indexes from SQL to Access.

Thanks



Jul 20 '05 #3
Hi

I don't think you will get a more authorative answer than from Mary.

Have you considered MSDE?

John

"Bose" <bo*****@sympat ico.ca> wrote in message
news:bN******** **************@ news20.bellglob al.com...
I do that becouse I didn't get the answer. I need some page where I can
see Access contraparts of SQL Server keys/indexes.

John Bell wrote:
Hi

You posted the same question in microsoft.publi c.sqlserver.pro gramming. If you are not sure about the answers you were given then please do not cross post.

John
"Bose" <bo*****@sympat ico.ca> wrote in message
news:zt******** *************@n ews20.bellgloba l.com...
Hi
I have to make export of SQL Server Database to MS Access and I have
done it with the tables but now I need to transfer(export ) the
relations, keys and indexes. Can any1 tell me how to read relations,keys
and indexes from SQL Server and convert them to MS Access.(it seams that
for creation of indexes in MS Access ADOX is the only way but ADOX
cannot read all information about keys,indexes from SQL Server.)
All I can see is that I have to use SQLDMO to enumarate all
realtion/keys/indexes from SQL Server database and use ADOX to create
this relations/keys/indexes in MS Access database, but I don't know
exact matching attributs of relations/keys/indexes from SQL to Access.

Thanks


Jul 20 '05 #4

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

Similar topics

11
4186
by: Mike MacSween | last post by:
My client has an MS Access database application on her local machine. I have full access to that in terms of changing the design. I've got a simple PHP/MySql application on shared hosting, so no direct access to the db server. I'd like to give her the facility to export the information in her local Access application to the shared PHP/MySql site. From one command button (or similar) in the Access application.
1
6348
by: JJ | last post by:
Hi, usually, I'm not using MS servers, but I have a big problem with a Access table. I should create a web application for a Historical Dipartment. They have create a populated a Access database using unicode compression field (for ancient language). I would like to export this table into MySQL o Postgres, but it's
2
11635
by: BUSHII | last post by:
I have big problem. In database MyDB.mdb I have table for example: ORDERS with colums: - Id int - Name varchar(20) Also I create same table in SQL Server 2k. I can manualy export this data from mdb database to SQL Server. But I want to make this more automatic.
5
11025
by: Tim Eliot | last post by:
Just wondering if anyone has hit the following issue and how you might have sorted it out. I am using the command: DoCmd.TransferText acExportMerge, , stDataSource, stFileName, True after setting stDataSource and stFileName to the desired values. Most of the time it works, but occasionally, typically as code changes are being made to the module, the following message appears:
16
11851
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation. I can do this individually for each graph but this does not help me as I need both on the same JPEG. I thought I would try an export the form that contains both but I am having trouble. (My VBA is self taught and a little knowledge is...
6
6286
by: Chris Cox | last post by:
I'm trying to put together a simple access database that will allow a friend to maintain a simple database of products/pictures/prices, which he can then export to html and upload to a website. Problem is that access doesn't export the images when saving to HTML :( The export to PDF solution isn't appropriate in this instance, is their a third party print to html utility anywhere, or any other easy solution to this problem?
7
33395
by: phillip.s.powell | last post by:
We're looking at a GUI interface for our MySQL DB and I am interested in MySQL Administrator, however, one of our requirements is to be able to import/export databases. Is this possible or do I need to know else (e.g. Navicat)? Thanks Phil
1
12006
by: maflatoun | last post by:
Hi, In SQL 2000 if I wanted to take a complete copy of another running sql database all did was create a new database locally and right-click it and select import and point to another database and click copy everything (stored procedures as well) and it did it for. I can't seem to find the same functionality in SQL 2005. You can copy tables and views but not the whole database. Is there another way of doing this? Our SQL database is...
1
1968
by: learning_codes | last post by:
Hi , I'm wondering if there is a way for me to export some tables including data and structure from old database to a new database and then save as new database name. I try to create a marco and it create a new table within the same database. I would be appreciated if you can help me to create a code for one
0
8269
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8642
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8512
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7203
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2630
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1515
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.