An ODBC Connection in asp to view Crystal Report
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have created an ODBC connection called 'Reports'. In my asp page, I want to call Crystal report to view the data via ODBC 'reports '. My code is: ' Set the location set mytable = session("myReport").Database.Tables.Item(1) mytable.SetLogonInfo "reports", "Testing", "username", "password". I am calling 'report' the ODBC connection to connect the database and its not doing what its should be. Don't worry about the Crystal report. I just need to know how the odbc connection works in terms of asp pages.Please can anybody help, how to call odbc in order to work this functionality !!! I will be most greatful.. :rolleyes: Bravo Two Zero A pen is mighter then a sword.