| | |||||||
|
Welcome to the YD Scuba forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Computers & Dive Timers: Discuss Suunto Dive Manager - anyone know the database password? in the Dive Kit and Equipment forums: Sunnto Dive Manager has managed to corrupt it's database on my desktop. I want to open the d9.mdb ... |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| Sunnto Dive Manager has managed to corrupt it's database on my desktop. I want to open the d9.mdb file in MS Acess to try to correct whatever the problem is, but it's password protected Quick google has not turned up the answer - anyone know the password? Thanks, Dave.
__________________ Experience is a dear teacher, and only fools will learn from no other. -- Benjamin Franklin My photos http://www.yorkshire-divers.com <- Carlsberg don't make diver forums... |
| ||||
| look for a access password remover on the net that should be able to unprotect it for you Ron |
| ||||
| The password is Koira (which is Swedish for wolf or some such thing).
__________________ http://www.bracknell-scuba.org.uk/ Last edited by JonP : 26-09-07 at 06:59 PM. Reason: Add useless fact. |
| ||||
| Ask Suunto they're usually quite helpful with these things
__________________ http://www.evilprofessor.co.uk "Your body goes to waste every minute you don't give it to me..." - Electric Six |
| ||||
| Quote:
Thanks very much! Green ahoy! Dave
__________________ Experience is a dear teacher, and only fools will learn from no other. -- Benjamin Franklin My photos http://www.yorkshire-divers.com <- Carlsberg don't make diver forums... |
| ||||
| Quote:
__________________ http://www.evilprofessor.co.uk "Your body goes to waste every minute you don't give it to me..." - Electric Six |
| ||||
| Quote:
Excellent stuff thanks. At least I have half a chance of working out what's wrong with the data and being able to use it again.. Cheers all, Dave
__________________ Experience is a dear teacher, and only fools will learn from no other. -- Benjamin Franklin My photos http://www.yorkshire-divers.com <- Carlsberg don't make diver forums... |
| ||||
| Thread bump here. Has anyone got any information about the structure of this database. Despite getting it open in access i cant make head nor tail of the structure it uses to store information. I was hoping to write a script to parse it to create my own log programme but the DB design itself seems somewhat random and to me at least very confusing.
__________________ 404 - Witty signature not found |
| ||||
| The DB design is indeed somewhat, er, random (for want of a better word). Here's what I worked out when I was messing about trying to write my own reports for it: Firstly nearly all the data, no matter what type is stuffed into the same main table. I think it was called items. You have to look at the record type field to work out what is what. It's fairly obvious when you look through the data. Having sorted the right record type for the dive data (which is what I was after), I worked out the following fields: icustom11 = dive no. t_custom3=location t_custom4=location2 t_custom6=boat t_custom8=buddy t_custom9=dive master t_custom10=vis t_custom11=weather i_custom13=temp at start of dive i_custom14=temp at max depth i_custom15=temp at end of dive i_custom_18=no of alarms (?) i_custom4=sample rate i_custom8=mix% d_custom9=max depth d_custom10=average depth d_custom11=cylinder size d_custom1=surface interval (seconds) Some other fields had meaningful names, and there are separate tables for kit, bookmarks and profile data if I remember rightly. Profile data table was called trackpoints I think. Can't remember which field linked the data there to the record in the items table, but it should be easy enough to spot if you look at it. That will give you a rough (and I mean rough) idea. Anyway - that's what I think they are. Didn't work out all of them. If you need more I'll have to open it up again and refresh my memory. Been a while since I last looked at it.
__________________ http://www.bracknell-scuba.org.uk/ |
| Thread Tools | |
| Display Modes | |
| |
| | ||