mike55 Posted April 2, 2004 Posted April 2, 2004 Anyone have good links to any tutorials on Crystal Reports??? Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
mike55 Posted April 2, 2004 Author Posted April 2, 2004 ok, i have managed to get Crystal Reports working (displaying all the data in a particular table) with SQL Server, however when i try to replicated the same proceedure with mySQL and run the application i get a login error "Server Error in '/wsCrystal' Application. logon failed" Anyone got any suggestions?? Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Arch4ngel Posted April 2, 2004 Posted April 2, 2004 http://www.aspfr.com/code.aspx?ID=19717 [GOOGLE=.NET+Crystal+Report+Tutorial] Google Search [/GOOGLE] Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
mike55 Posted April 5, 2004 Author Posted April 5, 2004 Hi all, I finally thought of a solution to my problem with the crystal reports. Not the optimal solution, but still a solution...I selected the data that i wanted to display in the Crystal Report and moved it to its own table. I then transfered the data to a similar table in SQL Server and read the data from there into the Crystal Reports. O, not the optimal solution but still it works. Would appreciate any comments on this approach i.e. "i'm crazy doing it that way" or "better options" Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
acaballero Posted April 7, 2004 Posted April 7, 2004 ODBC driver Try using the ODBC driver for mysql. It can be downloaded from myql.com. Then set the datasource in ODBC and set Crystal Reports to look for ODBC datasources. I've been succesful in creating reports from mysql this way. Hope this helps ok, i have managed to get Crystal Reports working (displaying all the data in a particular table) with SQL Server, however when i try to replicated the same proceedure with mySQL and run the application i get a login error "Server Error in '/wsCrystal' Application. logon failed" Anyone got any suggestions?? Mike55 Quote
Ace Master Posted February 9, 2005 Posted February 9, 2005 hi. I have the same problem. I installed the mysql ODBC for VB.NET, the connection works well, but in the CR data sources I can't see anything about mysql. Why? thanks Quote
Ace Master Posted February 9, 2005 Posted February 9, 2005 done....silly me.. :) I haved the problem with "can't open raw set" ..or something like that, and I spend a couple of minutes to see where the problem was. That was a verry weird thing. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.