Can I use two databases in one SELECT statement?

A

Augie Dawg

I need to construct a SELECT statement in which a value found in one
database is used as part of the WHERE clause test to pull out values from
another database. Is there any way to do this within the FP 2002
environment, or am I resigned to writing ASP to get this done?

Thanks,
A.D.
 
K

Kevin Spencer

It all depends on what database product you're using. SQL Server and Oracle,
for example, will allow you to create cross-database queries.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top