Hi,
I have two SQL servers in two locations running two different databases.
However, the inhouse application uses both and with MS Access it's easy to link in tables from various data sources and then write SQL joins across these tables as though they were in the same DB.
Is this possible with stored procedures and how?
I want to use SQL and SP's to to do the joining and simply pass back to my application the recordset.
How would I go about doing this?
Do i need to as in the VB forum about getting separate DAO recordset in memory and then performing another join dynamically within code?
MS Access makes this easy, but it is slow, I want to do this the quick way with SP's and DAO.Recordset but I can't get my head round how this would be done.
your help is appreciated.
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
I have two SQL servers in two locations running two different databases.
However, the inhouse application uses both and with MS Access it's easy to link in tables from various data sources and then write SQL joins across these tables as though they were in the same DB.
Is this possible with stored procedures and how?
I want to use SQL and SP's to to do the joining and simply pass back to my application the recordset.
How would I go about doing this?
Do i need to as in the VB forum about getting separate DAO recordset in memory and then performing another join dynamically within code?
MS Access makes this easy, but it is slow, I want to do this the quick way with SP's and DAO.Recordset but I can't get my head round how this would be done.
your help is appreciated.
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta