![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have some tables from a proprietary ODBC source that I read into Datasets. Because of limitations on this source, only a single LEFT JOIN can be used at a time in the SQL to fill the Datasets. What I'd like to do is to take two Datasets created from LEFT JOIN statements, and LEFT JOIN those to make another Dataset that would basically have all the information it would have if I was able to do multiple JOINs. What's the recommended way to do this...just using regular loops is making the program run way too slow. Right now it's at 30 minutes, and I need it under 5. |
#3
| |||
| |||
|
|
P.S. Please let me know if this is in the wrong group. "Feek" wrote: I have some tables from a proprietary ODBC source that I read into Datasets. Because of limitations on this source, only a single LEFT JOIN can be used at a time in the SQL to fill the Datasets. What I'd like to do is to take two Datasets created from LEFT JOIN statements, and LEFT JOIN those to make another Dataset that would basically have all the information it would have if I was able to do multiple JOINs. What's the recommended way to do this...just using regular loops is making the program run way too slow. Right now it's at 30 minutes, and I need it under 5. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |