Set Data Source to datatable that only exists in dataset.. not an actual table in database
问题 I created a datatable in my dataset (.xsd file) which I fill in code behind. This datatable doesn't correspond to an actual table in sql. When I set this datatable as the data source in crystal I get database logon error. As a work around I actually create this table in sql for the crystal to work. Is there a way of doing this without the above work around? 回答1: If the message is "database logon failed", you can try: 1) Open the RPT file and use the command "Verify Database". Redeploy and