Search found 65 matches

by rene
Mon Sep 12, 2011 05:40
Forum: Extensions
Topic: phpDivingLog 3.0 Development
Replies: 46
Views: 112979

Re: phpDivingLog 3.0 Development

Uh ... I'll take a look. Is the source code always at https://github.com/Infern1/phpDivinglog ?
by rene
Sun Sep 11, 2011 13:46
Forum: Extensions
Topic: phpDivingLog 3.0 Development
Replies: 46
Views: 112979

Re: phpDivingLog 3.0 Development

Hello, yes it's possible: SELECT l.Number, l.Divedate, l.Divetime, l.Depth, l.Place, l.City, l.Profile, COUNT(p.Id) AS Photos FROM Logbook AS l LEFT JOIN Pictures AS p ON l.ID = p.LogID GROUP BY l.ID ORDER BY l.Number DESC I assume that Pictures table has a primary key ID, otherwise use a secondary ...
by rene
Sat Sep 03, 2011 18:28
Forum: General
Topic: import dive site info from another user
Replies: 10
Views: 7844

Re: import dive site info from another user

Hello,

Another way to manage multiple divers is to allow multiple users in the same database. But some tables need to be modified (specifically add an user ID column).

But I'm not sure it is a really good idea ... :)

A tool to sync some information between databases would be certainly enough.
by rene
Sat Sep 03, 2011 18:14
Forum: General
Topic: creating another logbook
Replies: 2
Views: 2373

Re: creating another logbook

Hello,

In the File menu (above the main toolbar), you have a menu item "New Logbook".
by rene
Sun Sep 12, 2010 19:19
Forum: Android, iPhone & iPad
Topic: iphone - location of database
Replies: 4
Views: 5756

Re: iphone - location of database

Hi Kruger, In case you have the backups on a PC... you can use the program I wrote to explore the iPhone backups : http://code.google.com/p/iphonebackupbrowser/ It runs on Windows only and you'll need to manually install the .NET Framework 4.0 (sorry, I'm too lazy to make an installer). *Normally* i...