AV when trying to connect to database without a network connection

pderuiter

Member
How to reproduce:
- Try to connect to a database (session.connected := true)
Result: TNS time out
- Try again
Result: Access Violation
 
Access violation at address 02D9DF08 in module orageneric11.dll. Read of address 000004B0.

I want to add that i have the oraclesession component in an intraweb 10.0.0.17 app.

It happens at design time as well. (Setting the connected property to true when there is no network connection)
 
Back
Top