Link to home
Start Free TrialLog in
Avatar of Niehoff
Niehoff

asked on

URGENT: ADO null pointer error on a computer without developer environment

Hi.

I have a Visual C++ 6.0 program with ADO database access on an oracle 8.0.5-database. On the computer with my development environment anything is o.k. But if I install my programm on a new computer without that environment I get the database connection, but when I do the first SELECT or UPDATE-statement, I get an error:

code: invalid pointer
source: null
description: null

Do I need some DLL´s from my development environment on the computer, and if so, which?


Thanks in advance!!!!
Avatar of Niehoff
Niehoff

ASKER

Adjusted points to 185
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi

I have nearly the same problem , but in the same PC

if i called the DLL from VB environment I'll get everything OK , the the connection is opened and everything is ok

if i called the same DLL from C++ or from InstallShield I get Invalid pointer

( Dll is build using VC++ 6.0 )

I am using ADO

please see 10320058