Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using odbc with network DB

Status
Not open for further replies.

LupoSolitario

Programmer
Oct 31, 2002
10
IT
Hi!
I have a problem with ODBC.
I made a simple report (just for test) with a connection to a local DB ( a DB on the same machine of RAS), and all is well.
Instead, if I modify ODBC properties (via ODBC administration tool) and I hook a DB on LAN, the report won't start, giving me a "webreporting.dll" error.
Looking through runtime properties, I have seen that
'connectioninfo.attributes.item("QE_logonProperties").item("DATABASE")' is null, as well report isn't able to translate LAN path, even if ODBC name is correct.
None has a tip for that strange behaviour?
Thanks in advance.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top