Aug 22, 2002 #1 Gux Programmer Oct 17, 2002 25 BE I use VB.Net to acceed Oracle data with OleDbconnection, OleDbAdapter, ... It's ok to use these datas in forms. My problem is to see datas in a crystal report, using dataset or datastable, or anything else, I don't know ... Please help me. Gux
I use VB.Net to acceed Oracle data with OleDbconnection, OleDbAdapter, ... It's ok to use these datas in forms. My problem is to see datas in a crystal report, using dataset or datastable, or anything else, I don't know ... Please help me. Gux
Aug 23, 2002 #2 mattyboy2000 Programmer Jul 31, 2002 129 GB There is an example where a single table is passed using a dataset. This uses SQLServer but I'm sure you can convert it: http://support.crystaldecisions.com/communityCS/TechnicalPapers/rtm_reportingoffadonetdatasets.pdf I'm having a problem using more than one table. All the examples only show using one table. If you find any tips about this please let me know matt@bss-wales.co.uk Upvote 0 Downvote
There is an example where a single table is passed using a dataset. This uses SQLServer but I'm sure you can convert it: http://support.crystaldecisions.com/communityCS/TechnicalPapers/rtm_reportingoffadonetdatasets.pdf I'm having a problem using more than one table. All the examples only show using one table. If you find any tips about this please let me know matt@bss-wales.co.uk
Oct 18, 2004 #3 adonet MIS May 4, 2004 312 US you can use a view in sql server. You can use more than one table to create a view. Upvote 0 Downvote