Quote:
Originally Posted by neoxed
No, a database is required for the invite module (this does not nessacarily mean a database server).
There are a variety of data sources that can be used with ODBC. If you prefer not to use a server based solution (e.g. MySQL or PostgreSQL), you could use the SQLite ODBC driver and keep the database in a single local file..
|
Can you explain how that sqlite works than ?? I am trying to use that but how can I import the invite.sql ?