Click here to Skip to main content
15,896,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: debugging stored procedure Pin
paragraut22-Jul-05 20:56
paragraut22-Jul-05 20:56 
GeneralRe: debugging stored procedure Pin
Scott Serl23-Jul-05 11:54
Scott Serl23-Jul-05 11:54 
GeneralRe: debugging stored procedure Pin
paragraut25-Jul-05 0:06
paragraut25-Jul-05 0:06 
GeneralRe: debugging stored procedure Pin
Rob Graham25-Jul-05 4:38
Rob Graham25-Jul-05 4:38 
GeneralRe: debugging stored procedure Pin
paragraut26-Jul-05 3:09
paragraut26-Jul-05 3:09 
GeneralRe: debugging stored procedure Pin
Scott Serl25-Jul-05 10:35
Scott Serl25-Jul-05 10:35 
QuestionADO .net problem? Pin
Smear122-Jul-05 0:34
sussSmear122-Jul-05 0:34 
GeneralReporting Service / URL Access - login credentials Pin
devvvy21-Jul-05 20:36
devvvy21-Jul-05 20:36 
Can you specify user account and password with Reporting Service / URL access?

I know you could with Reporting Service Web Service Library:

Dim rs As New ReportingService()<br />
rs.Credentials = System.Net.CredentialCache.DefaultCredentials<br />
'Or<br />
rs.Credentials = New System.Net.NetworkCredential(username, password, domain)<br />
<br />
... configure parameters and stuff...<br />
<br />
'Now, render with credential specified...<br />
result = rs.Render(reportPath, format, historyID, devInfo, parameters, _<br />
            credentials, showHideToggle, encoding, mimeType, reportHistoryParameters, warnings, streamIDs)<br />


but... URL access... not so sure... any pointer? Thanks.


REFERENCE:
1. MSDN - Reporting Service Web Service Library
2. MSDN - ReportingService class - Render Method:
3. MSDN - Reporting Service - URL Access


Norman Fung (c)
QuestionHow can i find the Row number in DataRowCollection Pin
m.rastgar21-Jul-05 12:08
m.rastgar21-Jul-05 12:08 
AnswerRe: How can i find the Row number in DataRowCollection Pin
Alomgir Miah22-Jul-05 5:13
Alomgir Miah22-Jul-05 5:13 
GeneralRe: How can i find the Row number in DataRowCollection Pin
Alomgir Miah22-Jul-05 5:18
Alomgir Miah22-Jul-05 5:18 
QuestionHow to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
S.Lalitha21-Jul-05 6:51
S.Lalitha21-Jul-05 6:51 
AnswerRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
Rob Graham21-Jul-05 8:06
Rob Graham21-Jul-05 8:06 
GeneralRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
ToddHileHoffer21-Jul-05 9:57
ToddHileHoffer21-Jul-05 9:57 
GeneralRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
Rob Graham21-Jul-05 10:11
Rob Graham21-Jul-05 10:11 
AnswerRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
Anonymous21-Jul-05 22:14
Anonymous21-Jul-05 22:14 
GeneralRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
AmmuRaj21-Jul-05 22:55
AmmuRaj21-Jul-05 22:55 
GeneralRe: How to perform Database Update with out using controls or SQL commnads using ADO.NET Pin
Rob Graham22-Jul-05 5:10
Rob Graham22-Jul-05 5:10 
GeneralADO 2.8 Connection Object Closing SQL Server Connection Pin
QuintesV21-Jul-05 5:12
QuintesV21-Jul-05 5:12 
GeneralRe: ADO 2.8 Connection Object Closing SQL Server Connection Pin
Rob Graham21-Jul-05 5:46
Rob Graham21-Jul-05 5:46 
GeneralRe: ADO 2.8 Connection Object Closing SQL Server Connection Pin
QuintesV21-Jul-05 21:10
QuintesV21-Jul-05 21:10 
GeneralRe: ADO 2.8 Connection Object Closing SQL Server Connection Pin
Rob Graham22-Jul-05 10:54
Rob Graham22-Jul-05 10:54 
GeneraldataReader not executing properly Pin
WetRivrRat21-Jul-05 3:54
WetRivrRat21-Jul-05 3:54 
GeneralRe: dataReader not executing properly Pin
Rob Graham21-Jul-05 6:22
Rob Graham21-Jul-05 6:22 
GeneralRe: dataReader not executing properly Pin
WetRivrRat22-Jul-05 9:49
WetRivrRat22-Jul-05 9:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.