Viewing 15 posts - 9,526 through 9,540 (of 9,643 total)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 21, 2004 at 8:18 am
I had a similar problem because I had multiple parameters to append. I created a finction in the report code that returned the URL String.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 13, 2004 at 10:34 am
Having battled this all day yesterday, the answer was to explicitly place the report server service in my bypass list in IE. For example:
http:\\reportserver\reportserver\reportservice.asmx
This appeared to become a problem after...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 2, 2004 at 8:35 am
I have continued battling this and may have found the problem, but I still do not have the solution. I have created a VB.NET WINFORMS project and created a refernece...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 1, 2004 at 1:59 pm
It would be much easier to help if you posted the code. I have seen a similar problem in SQL 7 where an sp runs quickly then starts to hang...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 19, 2004 at 10:23 am
DTC needs to running on both servers and the servers need to be able to access each other. Meaning that ServerA has to be in either the DNS host fro...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 19, 2004 at 10:17 am
COuld you post how you are connecting (the connection string)? and what application you are using?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 18, 2004 at 1:46 pm
I don't know how or why Access returns the table name and SQL does not, but SQL returns all the fields from table1 then all the fields from table2. A...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 18, 2004 at 1:43 pm
You are never getting to your error handling routine because the SQL Statement with the error is never being executed so the procedure terminates at that point without hitting a rollback...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 18, 2004 at 1:30 pm
After running the sp in the data tab you click the "Refresh Fields" button on the data tab. Third button on the right of the Dataset.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 28, 2004 at 3:03 pm
I would have to see the url.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 28, 2004 at 7:49 am
You do not need to have SQL installed on the web server in order to have it serve as the reporting services web server. You can install the reporting services...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 27, 2004 at 12:33 pm
What do you mean by we do not have XML access from RS? Do you want to query XML data or return XML data?
If you want to return XML just...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 27, 2004 at 12:22 pm
Here is a snippet of code from an aspx code behind page in VB.Net that does what you want.
Private
Sub btnSubmit_Click(ByVal Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 27, 2004 at 12:01 pm
This is one area where RS is like an Access Report. If you have one thing over hte page margins then you get essentially a blank page. I would make...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 27, 2004 at 11:56 am
Viewing 15 posts - 9,526 through 9,540 (of 9,643 total)