G
Guest
Hi All,
I am using VB.Net on a Pervasive.SQL database.
I am trying to retrieve all Customers and Items, and only the related Sales
for these Customers/Items. Because there isn't a link between the customer
and items, I've created a cross joined view of the customers and items, which
returns all the customers and items. I'm trying to left join specific
customer and items to Sales for a specific period; however this query is
taking forever to return my recordset.
Any ideas, for a simpler and/or more efficient solution.
Regards,
Viren
I am using VB.Net on a Pervasive.SQL database.
I am trying to retrieve all Customers and Items, and only the related Sales
for these Customers/Items. Because there isn't a link between the customer
and items, I've created a cross joined view of the customers and items, which
returns all the customers and items. I'm trying to left join specific
customer and items to Sales for a specific period; however this query is
taking forever to return my recordset.
Any ideas, for a simpler and/or more efficient solution.
Regards,
Viren