|
|
Home » U++ Library support » U++ SQL » SQLite crashes
|
Re: SQLite crashes [message #16428 is a reply to message #16426] |
Sat, 14 June 2008 09:42   |
Mindtraveller
Messages: 917 Registered: August 2007 Location: Russia, Moscow rgn.
|
Experienced Contributor |

|
|
My investigation continues.
Somehow it seems that this code works without exception:
#include <Core/Core.h>
#include <plugin/sqlite3/Sqlite3.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
Sqlite3Session session;
session.LogErrors(true);
if (!session.Open("data"))
Cout() << "Error opening SQL";
SQL = session;
}
[Updated on: Sat, 14 June 2008 09:50] Report message to a moderator
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 11:16:35 CEST 2025
Total time taken to generate the page: 0.01027 seconds
|
|
|