![](templates/Classic/images/spacer.gif) |
Tiandy Newbie
Joined: 26 Apr 2007 Posts: 3 Location: www.Tiandy.net
|
|
|
![](templates/Classic/images/spacer.gif) |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Mar 30, 2010 5:45 pm |
If by CMud database you mean something that you can view in the DB Module window, then you can't. Those db files aren't actually in database format, so SQlite, MS Access, and all those other database tools won't open them nor can you build a connection to them.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
![](templates/Classic/images/spacer.gif) |
Tiandy Newbie
Joined: 26 Apr 2007 Posts: 3 Location: www.Tiandy.net
|
Posted: Wed Mar 31, 2010 2:56 am |
Oh I see now.
Thank you. |
|
|
![](templates/Classic/images/spacer.gif) |
fumi Beginner
Joined: 27 May 2015 Posts: 10
|
Posted: Mon Jan 23, 2017 5:20 pm |
I know that this can be done. I have seen others open connections to sqlite3 databases from inside CMUD.
#SQLDB database_name.db
row = %sql(db, "SELECT * FROM zone_hints")
<commands>
#SQLCLOSE db
However, the documentation available online and in the CMUD help files is very limited. I am also looking to learn more about it. Any guidance that can be provided is appreciated. |
|
|
![](templates/Classic/images/spacer.gif) |
|
|