Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: FTPWebRequest... Pin
J$23-Sep-08 14:41
J$23-Sep-08 14:41 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon23-Sep-08 15:01
Jacob Dixon23-Sep-08 15:01 
GeneralRe: FTPWebRequest... Pin
J$23-Sep-08 15:11
J$23-Sep-08 15:11 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon23-Sep-08 15:23
Jacob Dixon23-Sep-08 15:23 
AnswerRe: FTPWebRequest... Pin
Mark Salsbery24-Sep-08 9:26
Mark Salsbery24-Sep-08 9:26 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon25-Sep-08 15:13
Jacob Dixon25-Sep-08 15:13 
GeneralRe: FTPWebRequest... Pin
Mark Salsbery25-Sep-08 15:36
Mark Salsbery25-Sep-08 15:36 
QuestionCrystal Report HELP.. Pin
Slick6923-Sep-08 13:48
Slick6923-Sep-08 13:48 
I have created a dynamic crystal report "Generator" where u select the fields you want to see and than generate the report.

the problem im having is when i run the project.. it asks for a servername, database name, userid and password. ive set these in my code like this:

private ConnectionInfo crConnectionInfo = new ConnectionInfo ();
crConnectionInfo.DatabaseName = "DatabaseName";
crConnectionInfo.UserID = "Your UserID";
crConnectionInfo.Password = "Your Password";

the code i found says i must have a for loop where i loop through all the tables and apply the connection to the tables but i use a dataset so i dont know if this will apply.

Can sum1 please help me fix this error..
QuestionSave my time! Pin
Pedram Behroozi23-Sep-08 11:28
Pedram Behroozi23-Sep-08 11:28 
AnswerRe: Save my time! Pin
Wendelius23-Sep-08 11:39
mentorWendelius23-Sep-08 11:39 
AnswerRe: Save my time! Pin
MarkB77723-Sep-08 11:40
MarkB77723-Sep-08 11:40 
GeneralRe: Save my time! Pin
Wendelius23-Sep-08 11:43
mentorWendelius23-Sep-08 11:43 
GeneralRe: Save my time! Pin
Pedram Behroozi23-Sep-08 12:20
Pedram Behroozi23-Sep-08 12:20 
GeneralRe: Save my time! [modified] Pin
Pedram Behroozi23-Sep-08 12:25
Pedram Behroozi23-Sep-08 12:25 
GeneralRe: Save my time! Pin
PIEBALDconsult23-Sep-08 16:21
mvePIEBALDconsult23-Sep-08 16:21 
GeneralRe: Save my time! Pin
Wendelius23-Sep-08 18:13
mentorWendelius23-Sep-08 18:13 
GeneralRe: Save my time! Pin
PIEBALDconsult23-Sep-08 16:18
mvePIEBALDconsult23-Sep-08 16:18 
AnswerRe: Save my time! Pin
J$23-Sep-08 14:22
J$23-Sep-08 14:22 
QuestionHi , I help needed in events and graphics Pin
Member 395385623-Sep-08 10:56
Member 395385623-Sep-08 10:56 
AnswerRe: Hi , I help needed in events and graphics Pin
User 665823-Sep-08 11:17
User 665823-Sep-08 11:17 
QuestionCreating appointment in ms outlook Pin
mrcooll23-Sep-08 10:28
mrcooll23-Sep-08 10:28 
QuestionWorking with "Date/Time" field of "Access Database" in C# Pin
Sourie23-Sep-08 10:06
Sourie23-Sep-08 10:06 
AnswerRe: Working with "Date/Time" field of "Access Database" in C# Pin
Ennis Ray Lynch, Jr.23-Sep-08 10:28
Ennis Ray Lynch, Jr.23-Sep-08 10:28 
AnswerRe: Working with "Date/Time" field of "Access Database" in C# Pin
Wendelius23-Sep-08 10:47
mentorWendelius23-Sep-08 10:47 
GeneralRe: Working with "Date/Time" field of "Access Database" in C# Pin
Sourie23-Sep-08 17:54
Sourie23-Sep-08 17:54 

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.