SQLite Forum

sqlite3_backup_init() function call crashing in Solaris
Login
I am trying to create in-memory database using sqlite3 library.It is working fine in Windows.But in Solaris it is crashing at 
sqlite3_backup_init() function.

Anybody faced this issue please help me out to fix it.Or if there is any alternate call to this function kindly let me know