-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

REPKA_Maxime_NeufBox wrote:
> I tried to use SAVEPOINT command but didn't succeed
> 
> Does this command work ? how ?

It certainly works in my testing and works in the SQLite team testing -
http://sqlite.org/testing.html

Chances are you haven't got your code correct, haven't called
sqlite3_backup_finish or aren't checking error returns.  There is
complete documentation including example code at:

  http://www.sqlite.org/c3ref/backup_finish.html
  http://www.sqlite.org/backup.html

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmjE/EACgkQmOOfHg372QSK8ACdGutrAfFeJiiDCrW36rluhpgj
HroAoJfPsFICIZTZase+x96RNcNVvw8T
=YRlb
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to