heitor
User
 Fresh Boarder
| Posts: 3 |   | Karma: 0 |
|
Problems with OCIDatabase
|
|
Posted: 2001/03/04 07:04 |
|
|
|
|
I'm trying to make a MDI application, where every child window has a different connection to Oracle Databases. So I put an OCIDatase component in the Child window. However, it seems that only the first connection is used (the one in the first child window). I tryed to do SELECT * FROM USER_USERS and the information returned is always about the firts connection. I guess it's because all the OCIDatabases components in every Child window will have the same name. How can I solve this ? Any suggestions ?
Thanks,
Heitor.
|
|