HI,
I am trying to update my report document by simply reloading it with different parameters, but, this doesnt work. I have tried refreshing the viwer and the reportdocument but, neither work. Would anyone have any ideas on what I could do?
Thanks!
Hi,
I am trying to create a web page displaying a crystal report using c#. THe following code gives me the error at the end of my post: If anyone was able to help I would be really grateful!
public class WebForm1 : System.Web.UI.Page
{
protected CrystalDecisions.Web.CrystalReportViewer...
Hi,
I have a table in which all of the fields can be null. I need to delete a row but cannot seem to get the correct way of setting it up to work.
My query is
DELETE FROM configTable
WHERE var1 = '6' AND var2 = null AND var3 = null and var4 = null
Would anyone know how to do this?
Thanks
Jenny
Hi,
I would like to return a value from a stored procedure. However, I am using UNION to join a lot of tables together and I keep getting an error:
A SELECT statement that assigns a value to a variable must not be combined with data-retrieval operations.
Would anyone know how to do this...
Hi,
I have a few tables which I need to join together and get a number of fields out of. Each of these tables have the same first five fields (all with different results). The result I get aget makign the join and running the query is one long list of results with a lot of same field names...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.