In that case you want to specify a NULL pointer for that argument. Then SqLite will pick an appropriate vfs to use for whatever platform it's being run on.

Kind regards,

Philip Bennefall
----- Original Message ----- From: "Arbol One" <[email protected]>
To: "General Discussion of SQLite Database" <[email protected]>
Sent: Sunday, June 17, 2012 8:46 PM
Subject: Re: [sqlite] vfs?


Thanks for your prompt respnse.
Well, no, really. I don't know where my application will be used. Maybe someone will use it under linux or OS2, all I know is that now I am coding in Win32.

----- Original Message -----
From: Igor Tandetnik
Sent: 06/17/12 02:02 PM
To: [email protected]
Subject: Re: [sqlite] vfs?

Arbol One <[email protected]> wrote: > Using C/C++, is there a way to extract which file system is SQLite using? You already know that - it's the one you've specified in a call to sqlite3_open_v2. What problem are you trying to solve? -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to