Recently I updated my IBM Client Access software to version V5R2 on SQL server.
We are running Crystal Reports on this server.
Crystal Reports can be run from 2 different places: VB applications and through "Intranet".
There is no problem with VB application, because VB has statement, which opens DSN ODBC connection inside each program, but when I am trying to run Reports from WEB browser it shows me sign on screen, asking for user ID and password.
It looks like this:
Database Logon(s):
Server Name : AS400OT
Database Name :
User ID :
Password :
Are someone has any idea how to avoid this? Can I somehow modify my HTML source to insure that ODBC connection is open?
We are running Crystal Reports on this server.
Crystal Reports can be run from 2 different places: VB applications and through "Intranet".
There is no problem with VB application, because VB has statement, which opens DSN ODBC connection inside each program, but when I am trying to run Reports from WEB browser it shows me sign on screen, asking for user ID and password.
It looks like this:
Database Logon(s):
Server Name : AS400OT
Database Name :
User ID :
Password :
Are someone has any idea how to avoid this? Can I somehow modify my HTML source to insure that ODBC connection is open?