Andy Davies escreveu:
In Oracle you could use a synonym - which would hide the fact that there
was a second database involved, or in mosy rdb's you could use a view eg:
create view myProducts as
SELECT A.ProdId,A.ProdName,B.Price AS CustomerPrice
FROM Products A
INNER JOIN CustomerData.dbo.Products B
and in Fox:
nHndl = sqlstringconnect(cConnStr)
?sqlexec(nHndl, [select * from myProducts], 'curMyprods')
Andrew Davies MBCS CITP
Andy,
That´s a good idea. I will use a Sql View.
Thank You !!!
--
Aílsom F. Heringer
[EMAIL PROTECTED]
Skype: ailsom.osklen
Analista de Sistemas
----------------------------------
Osklen
Departamento de Informática
Rio de Janeiro - RJ
BRASIL
http://www.osklen.com.br
55 21 22198971
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.