exampleApp.dbd renamed to example.dbd
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user