@WrCombs said in Data Base Management:
@JaredBusch said in Data Base Management:
@Reid-Cooper said in Data Base Management:
https://lonetreerob.wordpress.com/2012/06/26/the-technical-side-of-aloha-pos-integration/
Finally, from an Aloha interface perspective, I need to discuss the Aloha database file system. Instead of using a single large database file to store all of its configuration information, the developers of Aloha elected to put most of this information in Dbase format files (DBFs). You can read these files with Excel and you can read these files programmatically. You can write to these files, but that’s dangerous, because Aloha adds fields to these files from time to time with new versions—so you can end up having to write code that treats the DBFs differently, depending on the version.
Aloha is the database engine here. There is no database tool being used. It's just something akin to CSV files with DBF names. If you show us the contents of one of them, we could tell you in a few minutes what they are. But they are not from any "database" product, they are simply the data files of Aloha.
So it sounds like Notepad will likely work just fine.
and nailed it..
Notepad does not work, but I found one. It's called "db navigator".
The "dbfs" are stored in what looks to be "csv "?now that I look a little more closely.
Sorry for the confusion, but I honestly didn't have the answers for what you guys were asking.
I get it, my question in and of itself was vague. But I didn't have an understanding of what you all were talking about.
Notepad opens CSV, CSV is just a text document. What happens when you try to open in Notepad?