473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

IMPORTING QUERIES FROM ANOTHER APP

Hi guys:

I am exploring the possibility of importing queries into MS-Access 2002
from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?

Thanks.
===

Nov 13 '05 #1
5 1249
Br
am*******@verizon.net wrote:
Hi guys:

I am exploring the possibility of importing queries into MS-Access
2002 from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?

Thanks.
===


Cut and paste the SQL? I don't recall any importing other than Access
objects or data sources into tables.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #2
Thanks Bradley. I appreciate your response.

amy
==
Br@dley wrote:
am*******@verizon.net wrote:
Hi guys:

I am exploring the possibility of importing queries into MS-Access
2002 from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?

Thanks.
===


Cut and paste the SQL? I don't recall any importing other than Access
objects or data sources into tables.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response


Nov 13 '05 #3
Thanks Bradley. I appreciate your response.

amy
==
Br@dley wrote:
am*******@verizon.net wrote:
Hi guys:

I am exploring the possibility of importing queries into MS-Access
2002 from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?

Thanks.
===


Cut and paste the SQL? I don't recall any importing other than Access
objects or data sources into tables.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response


Nov 13 '05 #4
am*******@verizon.net wrote:
Hi guys:

I am exploring the possibility of importing queries into MS-Access 2002
from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?


Write code to read the file contents, create a new QueryDef and assign the SQL to the
QueryDef's .SQL property and save the query.

Should be fairly simple task.

--
'---------------
'John Mishefske
'---------------
Nov 13 '05 #5
am*******@verizon.net wrote:
Hi guys:

I am exploring the possibility of importing queries into MS-Access 2002
from another app, specifically Rational Rose.

Rational can save the queries as: XML, SQL, csv, etc.

Is it possible to import queries so that they become MS-Access queries
or SQL strings in VBA?


Write code to read the file contents, create a new QueryDef and assign the SQL to the
QueryDef's .SQL property and save the query.

Should be fairly simple task.

--
'---------------
'John Mishefske
'---------------
Nov 13 '05 #6

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

Similar topics

6
by: Sam Lazarus | last post by:
I need to import data from a website, but the text is arranged badly: Name:John Doe Title:Grunt ID:314159 Name:Jane Doe Title:Queen-Bee ID:271828 etc...
3
by: Brenda | last post by:
How can I change the name of a table as I import it? I have a form in Access that needs to accept files from different sources (mainly dBase III). I need one field out of these tables, called...
4
by: Ian Davies | last post by:
Is there a way to stop importing tables from an mde database to a newly created database. I wish to protect the data in the mde so that it can only be accessed through a particular front end...
1
by: robert demo via AccessMonster.com | last post by:
I've done all the recommended things with workgroup security, creating a ..mde file, and splitting the application into a front end and, in my case, multiple backends. The problem is that users...
1
by: ANSWER | last post by:
Is there any way I could disable user to create a new database and import all of my tables and queries into his database. I make .mde, disable shift+Enter, make logon users module (with your help...
11
by: panic attack | last post by:
Hello everbody, Our system is using Sql Server 2000 on Windows XP / Windows 2000 We have a text file needs to be imported into Sql Server 2000 as a table. But we are facing a problem which is,...
5
by: hharriel | last post by:
Hi, I am hoping someone can help me with an issue I am having with excel and ms access. I have collected data (which are in individual excel files) from 49 different school districts. All...
1
by: ltikusis | last post by:
I am currently using the trial version of MapPoint 2006 and I am having problems mapping data from Access queries. When importing a query, MapPoint does not match any of the fields to the map. I've...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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
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,...
0
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...

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.