i am working on a module which fully induces the sql language to manage a database that is stored locally in a folder.
Current SQL Statements Available:
SELECT
UPDATE
Both are completely functional, works exactly like it does on a website.... wildcards are not supported yet.. and when using commas to breakup data (such as select username,password ect ect), use a space instead with no comma. its just not implemented yet.
Anyway, im quite proud of this module, which is completely self-sufficient, all you must provide is the database, and the mysql statement, and it returns all data/makes changes as neccessery.
i'll post the preview of the module.
Please note: dont mind that lil msgbox that pops at the start... its not the only table you can use... its just the only table that exists in the database by default.
So.. where is the database you ask? its kept in the folder called "Database". you can change anything inside it.. but you must keep this syntax:
Database
--Table
----entry_NUMBER.ini
----entry_NUMBER.ini
----entry_NUMBER.ini
--Table
----entry_NUMBER.ini
and so on..
please keep all data inside the ini files the same across the board... so if 1 of them has username, all others should too...
also with updating, please ensure there is no spaces between the 2 key variables (variable=value)
Why all these precautions before running a statement? because i havent added error controls yet
the sql statements are the highest priority.. only built-in errors have been done..
note: doesnt support limit or orderby...yet
Have fun and be sure to check for updates!
[attachmentid=22162]
Note: this is the preview, not the module. preview coded in vb2005 too.