![]() |
SQLite database structure
If you want to know which databases already exist and what their structure is, use following command:
echo("databases: " @ requestsql("select * from sqlite_master", true).rows); |
:o nice
|
To avoid an echo mess, I found this would give you all the necessary information about your tables.
PHP Code:
|
| All times are GMT +2. The time now is 02:02 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.