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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Physical Database not found !!! Pl. Help

Status
Not open for further replies.

ksraju6

Programmer
Jul 12, 2001
22
US
Hi ,

Thanks in advance..

I am having problems when created a small vb program which access a small crystal report using ODBC DSN for ORACLE database. I have developed the package and installed on the user machine.
When open the report it says...

Physical database not found.

I am using ODBC For Oracle database with VB6 as frontend using RDC to access the report .

I have few doubts while making the package.

When i am making a package using Package and deployment wizard ..
While i am loading these following dlls manually , it is asked for "missing dependensy information" . Do i need to check the box and say ok or just cancel.

I have added 5 dlls manually they are
MFC42.dll
msvcirt.dll
MSVCP60.dll
MSVCP50.dll
p2bdao.dll

Do i need to load these dlls in the users machine manually or Package installation and setup program will load these automatically ??

Incase i need to load manually , where can I load these dlls ??


Do you think because of the dlls problem i am getting this error physical database not found ??

How do i get rid of that ??

Last question , Do i need to instal Crystal Report software on the user machine to just access one small report thru Visual basic ???

Pl. Help me ..


Raj
 
As for as ur query, there's no need to install CR on the users machine.

Yes, the problem u r facing 'cause of dll's.

Make sure the user have access to the Oracle database. means SQL Net should be installed on the user's machine.

check out the dll's required on
runtime.hlp file at
installation direcory/developerfiles/help




saranancy
sarnan@sify.com
 
Thanks much Saranancy ,

My question is Where shall I install these files in the clients machine ?

Shall I install them in the directory C:/Windows/system
Or where ???

Pl. let me know.

Thanks again.

Sudhakar
 
\WINDOWS\SYSTEM or
\WINDOWS\SYSTEM32 (NT only) saranancy
sarnan@sify.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top