kake26 wrote:I know he does it all in ASM which not many people understand. I want to make it in normal purebasic so people have a clue of what I'm doing with the SQLite DLL file.
Ah.. but in the end, it's still standard PB lib with standard PB commands right?
Code: Select all
Person.s = "Smith, John"
SQLiteExec("INSERT INTO StatusTable VALUES('" + Person + "','OUT','')")
I'm not trying to discourage you. By all means, this would be an excellent
learning process.
Shoot, that's all I do in here is learn.. maybe I should get back to my todo
list..
- np