Re: [sqlite] Delete From Not Working Properly

2014-02-21 Thread Geo Wil
, it helped tremendously. On Fri, Feb 21, 2014 at 2:15 PM, Geo Wil <geowi...@gmail.com> wrote: > Hello, > > Yesterday, while working on my game, I noticed that my game data was not > updating in my save SQLite3 database. So I started tracking down what was > going on and even

Re: [sqlite] Delete From Not Working Properly

2014-02-21 Thread Geo Wil
with lData are. On Fri, Feb 21, 2014 at 3:59 PM, RSmith <rsm...@rsweb.co.za> wrote: > > On 2014/02/22 00:32, Geo Wil wrote: > >> 1. Windows 7 Ultimate 64-bit >> >> 2. Here is the path I am using: >> void Database::openSave(bool* bErrors) >> { &g

Re: [sqlite] Delete From Not Working Properly

2014-02-21 Thread Geo Wil
function listed above. On Fri, Feb 21, 2014 at 3:06 PM, Kees Nuyt <k.n...@zonnet.nl> wrote: > On Fri, 21 Feb 2014 14:15:10 -0700, Geo Wil <geowi...@gmail.com> > wrote: > > >Hello, > > > >Yesterday, while working on my game, I noticed that my game data wa

[sqlite] Delete From Not Working Properly

2014-02-21 Thread Geo Wil
Hello, Yesterday, while working on my game, I noticed that my game data was not updating in my save SQLite3 database. So I started tracking down what was going on and eventually my search lead me to my dData function. How this function works is that you pass a table name and a bool, the bool is