autoload database in project folder

Discussions, advice, bug reports and much more about the "dada" environment.
Post Reply
gratkowski
Posts: 41
Joined: Tue Aug 21, 2012 12:50 pm

autoload database in project folder

Post by gratkowski » Thu Aug 25, 2022 5:01 pm

Hi,
how do I autoload a database file in a project after moving the project to a different computer which has only a runtime max (trial) version which can't safe?

danieleghisi
Site Admin
Posts: 1349
Joined: Fri Dec 03, 2010 1:25 pm

Re: autoload database in project folder

Post by danieleghisi » Tue Sep 06, 2022 9:10 pm

Hi, I'm not 100% sure of what you mean. Is your dada.base object saved via writetxt? You may just use "read" with a loadbang, then.
Otherwise, you can attach to the database, either in memory (if you give the path of a txt file) or on disk (if you give the path of a .db3 file). This last solution makes things a bit more slow, but charging is very quick, so you may prefer it for large databases. See the tab "save, load, files, names" in dada.base's help file.

Best,
d

Post Reply