Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
QuestionHow to know how much memory my app use? Pin
god4k17-Feb-04 15:14
god4k17-Feb-04 15:14 
AnswerRe: How to know how much memory my app use? Pin
Heath Stewart17-Feb-04 19:54
protectorHeath Stewart17-Feb-04 19:54 
GeneralIntergration with phones Pin
LanUx17-Feb-04 14:45
LanUx17-Feb-04 14:45 
GeneralRe: Intergration with phones Pin
Heath Stewart17-Feb-04 19:48
protectorHeath Stewart17-Feb-04 19:48 
GeneralCrystal reports and Sql Server Stored Procedures Pin
yetanotherchris17-Feb-04 14:06
yetanotherchris17-Feb-04 14:06 
GeneralRe: Crystal reports and Sql Server Stored Procedures Pin
Heath Stewart17-Feb-04 19:41
protectorHeath Stewart17-Feb-04 19:41 
GeneralRe: Crystal reports and Sql Server Stored Procedures Pin
yetanotherchris18-Feb-04 12:58
yetanotherchris18-Feb-04 12:58 
GeneralRe: Crystal reports and Sql Server Stored Procedures Pin
Heath Stewart19-Feb-04 3:05
protectorHeath Stewart19-Feb-04 3:05 
No, you create a typed DataSet in your project. Just right-click on your project (or subfolder) and clicked Add->Add New Item->DataSet. If you already have the tables you want added to your Solution Explorer (via a database connection), you can drag and drop the tables on the design surface. You can also set up relationships between table fields. You can easily fill that with a derivative of the DataAdapter class, then you instantiate your ReportDocument, call SetDataSource on it passing your typed DataSet, and display the report in whatever means you want.

And yes, if you're logging in as "sa" on the local db, you'll need to provide credentials since your using SQL (or whatever db) authentication as opposed to Windows integrated authentication (SSPI).

 

Microsoft MVP, Visual C#
My Articles
GeneralWeird Problem: if Interface and Remote Object are in same namespace, wsdl file couldn't display. Pin
Anonymous17-Feb-04 13:14
Anonymous17-Feb-04 13:14 
GeneralListViewSubItem Pin
Werdna17-Feb-04 13:13
Werdna17-Feb-04 13:13 
GeneralRe: ListViewSubItem Pin
Heath Stewart17-Feb-04 13:22
protectorHeath Stewart17-Feb-04 13:22 
GeneralRe: ListViewSubItem Pin
Werdna17-Feb-04 13:32
Werdna17-Feb-04 13:32 
GeneralMap a Network Drive in C# Pin
Guinness4Strength17-Feb-04 10:53
Guinness4Strength17-Feb-04 10:53 
GeneralRe: Map a Network Drive in C# Pin
Tom Larsen17-Feb-04 11:59
Tom Larsen17-Feb-04 11:59 
GeneralRe: Map a Network Drive in C# Pin
Heath Stewart17-Feb-04 12:45
protectorHeath Stewart17-Feb-04 12:45 
GeneralRe: Map a Network Drive in C# Pin
Guinness4Strength17-Feb-04 13:39
Guinness4Strength17-Feb-04 13:39 
Generalhard problem with EVENTs Pin
Snowjim17-Feb-04 10:28
Snowjim17-Feb-04 10:28 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 12:53
protectorHeath Stewart17-Feb-04 12:53 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:01
Snowjim17-Feb-04 13:01 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 13:18
protectorHeath Stewart17-Feb-04 13:18 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:34
Snowjim17-Feb-04 13:34 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 13:47
Snowjim17-Feb-04 13:47 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart17-Feb-04 19:28
protectorHeath Stewart17-Feb-04 19:28 
GeneralRe: hard problem with EVENTs Pin
Anonymous17-Feb-04 22:47
Anonymous17-Feb-04 22:47 
GeneralRe: hard problem with EVENTs Pin
Snowjim17-Feb-04 23:27
Snowjim17-Feb-04 23:27 

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.