|
-
Aug 4th, 2005, 07:34 PM
#1
Thread Starter
Fanatic Member
c# and crystal report 9
hi,
I have ole in my crystal report. What I whant here is during runtime I want to assign the path of my ole. How? then another question, it is posible to change command of my sql query during runtime?
ex. select * from table1 where code = '2'
change during runtime select * from table1 where code = '3'
Popskie
Last edited by popskie; Aug 4th, 2005 at 08:07 PM.
-
Aug 8th, 2005, 10:53 AM
#2
Re: c# and crystal report 9
 Originally Posted by popskie
then another question, it is posible to change command of my sql query during runtime?
ex. select * from table1 where code = '2'
change during runtime select * from table1 where code = '3'Popskie
If you have the values hardcoded, then no, you aren't going to change then at runtime. However, if you have the value in a textbox or something, and your SQL reads = Text1.Text then you can always change that value at runtime.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|