exampleApp.dbd renamed to example.dbd

This commit is contained in:
Janet B. Anderson
2001-01-12 23:25:19 +00:00
parent a7bc964a3b
commit cd63b99470
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ ld < exampleLibrary.munch
#TSinit
cd top
dbLoadDatabase("dbd/exampleApp.dbd")
dbLoadDatabase("dbd/example.dbd")
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("db/dbExample1.db","user=_USER_")
dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second")

View File

@@ -1,4 +1,4 @@
dbLoadDatabase("../../dbd/exampleApp.dbd",0,0)
dbLoadDatabase("../../dbd/example.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/dbExample1.db","user=_USER_Host")
dbLoadRecords("../../db/dbExample2.db","user=_USER_Host,no=1,scan=1 second")