Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 12:22 schreef Santiago A. via Lazarus: Thanks. Finally it works. I created the table employee and set the full path of the file. Nevertheless, it looks that sqlite3 is a little... well... sending SIGSEGV is not a valid error, "cant' find file", "table doesn't exits" etc would be mu

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Santiago A. via Lazarus
El 13/03/2018 a las 11:30, Rik van Kekem via Lazarus escribió: > Op 13-03-2018 10:43 schreef Santiago A. via Lazarus: >> My point is if I'm missing some package, or the dll should be in other >> path, or a hint how to dig and debug deeper, beacuse I can't debug into >> open. > No, the SQLite3.dll a

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 10:43 schreef Santiago A. via Lazarus: My point is if I'm missing some package, or the dll should be in other path, or a hint how to dig and debug deeper, beacuse I can't debug into open. No, the SQLite3.dll and your DB should be sufficient. Could you include your .ini file and yo

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-12 Thread Rik van Kekem via Lazarus
Op 08-03-2018 16:07 schreef Santiago A. via Lazarus: sqlite3.dll is in the same directory that the binary. I have created the table employee, just in case. I don't know what else to check.  I can't debug anything else, the debug can't enter in "open" method. Creating the database and table empl

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-10 Thread Santiago A. via Lazarus
El 09/03/2018 a las 10:41, Santiago A. via Lazarus escribió: > El 08/03/2018 a las 20:42, leledumbo via Lazarus escribió: >>> Any hint? >> Code please. Zipped project directory (use Publish Project feature) is OK if >> single file example is not possible. > I will zip it, but sure you have it. The

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-08 Thread leledumbo via Lazarus
> Any hint? Code please. Zipped project directory (use Publish Project feature) is OK if single file example is not possible. -- Sent from: http://free-pascal-lazarus.989080.n3.nabble.com/ -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org htt

[Lazarus] SQLdb_Tutorial3 error

2018-03-08 Thread Santiago A. via Lazarus
Hello: I'm trying to "SQLdb_Tutorial3" example with sqlite3 connector. When the program executes Fquery.open it raises a SIGSEGV exception. sqlite3.dll is in the same directory that the binary. I have created the table employee, just in case. I don't know what else to check.  I can't debug anythi