Click here to Skip to main content
15,900,818 members
Home / Discussions / Database
   

Database

 
GeneralNew version of SQL Server "Yukon" Pin
Nino_110-Sep-03 13:41
Nino_110-Sep-03 13:41 
GeneralRe: New version of SQL Server "Yukon" Pin
Tom Archer12-Sep-03 11:15
Tom Archer12-Sep-03 11:15 
GeneralRe: New version of SQL Server "Yukon" Pin
Mike Epprecht13-Sep-03 5:45
Mike Epprecht13-Sep-03 5:45 
Generalfilling a dataset; changing some data of the dataset without db-connection Pin
wolfschinnerl10-Sep-03 9:30
wolfschinnerl10-Sep-03 9:30 
GeneralRe: filling a dataset; changing some data of the dataset without db-connection Pin
Arjan Einbu12-Sep-03 10:42
Arjan Einbu12-Sep-03 10:42 
GeneralBatch Update performance Pin
WoonLeng9-Sep-03 16:59
WoonLeng9-Sep-03 16:59 
QuestionHow to bind in the Access Import Wizard Pin
King_of_Queens9-Sep-03 2:33
King_of_Queens9-Sep-03 2:33 
AnswerRe: How to bind in the Access Import Wizard Pin
Steve S9-Sep-03 6:19
Steve S9-Sep-03 6:19 
Generaldb schema required! help needed urgently Pin
rohitit6-Sep-03 10:45
rohitit6-Sep-03 10:45 
GeneralSP vs. View Pin
Not Active5-Sep-03 6:01
mentorNot Active5-Sep-03 6:01 
GeneralRe: SP vs. View Pin
Mark Conger5-Sep-03 6:14
Mark Conger5-Sep-03 6:14 
GeneralRe: SP vs. View Pin
Not Active5-Sep-03 6:42
mentorNot Active5-Sep-03 6:42 
Generalreboot the sqlserver Pin
yyf5-Sep-03 3:23
yyf5-Sep-03 3:23 
GeneralRe: reboot the sqlserver Pin
Terry Denham5-Sep-03 4:19
Terry Denham5-Sep-03 4:19 
GeneralMaster-Detail Question! Pin
EastDragon4-Sep-03 16:50
EastDragon4-Sep-03 16:50 
GeneralSQLDMO Pin
yyf3-Sep-03 8:53
yyf3-Sep-03 8:53 
GeneralRe: SQLDMO Pin
Terry Denham5-Sep-03 4:30
Terry Denham5-Sep-03 4:30 
GeneralRe: SQLDMO Pin
yyf5-Sep-03 8:31
yyf5-Sep-03 8:31 
GeneralRe: SQLDMO Pin
Terry Denham7-Sep-03 9:16
Terry Denham7-Sep-03 9:16 
Generalpassing and retrieving date value using ADO Pin
haritadala1-Sep-03 11:57
haritadala1-Sep-03 11:57 
GeneralRe: passing and retrieving date value using ADO Pin
Roger Wright7-Sep-03 10:06
professionalRoger Wright7-Sep-03 10:06 
GeneralDataSets and Crystal Reports 9 Pin
Member 486391-Sep-03 3:08
Member 486391-Sep-03 3:08 
Ladies 'n Gentlemen,

i try to change the DataSets programmatically to a Crystal Report. I set the source with the SetDataSource-method of the CrystalReportViewer.
First at all, i had made a blank report with CR 9 and implements it to my c# project.
My problem now is that the setting of the Dataset takes no effect. Only if I set the datasource in the c# report designer, i can display my chosen information from the table. But therefore I don't need to set any Dataset in my code. If I remove the Datasource in the designer and try to bind the report to a dataset, there is an error such as "no field in formula".
My Dataset is filled (i've tested it). And i don't work with crystal reports for VS .NET 2003 which came up with the VS 2003.

My steps:
1. a blank report (with CR 9) and a windows application project
2. implementing the report in the project
3. filling a dataset with a table from a MS SQL Server (for testing i#ve taken the "pubs" database)
4. load the report soure file to my ReportDocument-instance
5. set unbound fields in my report
6. SetDataSource-method to my loaded report document
7. Set ReportSource to the CrystalReportviewer in my code

That all works fine, but it seems that at runtime the report got no Datasource. Any suggestions? Would be very great.

CsharpThomas alias T. LaBenche



Tom La Benche
GeneralRe: DataSets and Crystal Reports 9 Pin
Braulio Dez10-Sep-03 21:47
Braulio Dez10-Sep-03 21:47 
QuestionWhat is MySQL used for anyways... Pin
Snyp30-Aug-03 15:37
Snyp30-Aug-03 15:37 
AnswerRe: What is MySQL used for anyways... Pin
ZoogieZork30-Aug-03 17:57
ZoogieZork30-Aug-03 17:57 

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.