Guest_imported
New member
- Jan 1, 1970
- 0
I have my dsr file in vb.
Now my query will be in this form.
select * from table1 where table1.field1=(select field1 from table2).
So i dont want to make recordset as it is using lots of memory.
I want to pass it to crystal directly .
Please suggest me how to solve.
I am a new to crystal.So some code example will be of great help
Thanx in advance
Now my query will be in this form.
select * from table1 where table1.field1=(select field1 from table2).
So i dont want to make recordset as it is using lots of memory.
I want to pass it to crystal directly .
Please suggest me how to solve.
I am a new to crystal.So some code example will be of great help
Thanx in advance