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!

Exception I can't understand.

Status
Not open for further replies.

delphiman

Programmer
Dec 13, 2001
422
ZA
Can someone please help with an exception I don't understand.

I HAVE
A MYFILE.GDB file which I can successfully manipulate (Add, Edit and Delete)
details through the IBConsole of InterBase 6.

Created a Delphi 6 Enterprise project which uses
IBTransaction with the correct path for the DataBaseName (Active = True)
IBQuery with
DataBase Property = IBDataBase
SELECT *FROM SAPARENT and (Active = True)
IBDataBase with the same path for the DatabaseName Property as in IBTransaction.
TDataSource with DataSet Property = IBQuery.
TDBGrid with TDataSource as its DataSource Property and in DesignTime reflects the fields in
tblSAPARENT.GDB.
TBNavigator with DataSource Property = TDataSource.

The entire ball of wax compiles successfully.

THE EXCEPTION
Having passed through the SYSDBA and "masterkey" routine I get the following

"I/O Error for file C:/Program Files/Interbase Corp/Interbase6/Examples/DATABASE/Employee.gdb".

NOWHERE in my Project do I set such a Path and it seems to somehow relate to a Demo Model.
Which has not (should not) have anything to do with my Project.

What am I missing?

Thanks in advance.

Terry.
 
This is only a guess, but have you checked the Configuration tab for Drivers/Native/INTRBASE in BDEAdministrator to make sure it;s not looking at the path in there.

lou
[penguin]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top