Hey guys,
As all know to create a sqlite you need a SQL file to store the data in so the sqlite create file automaticly by your order something like that, already i had some skills for SQL Language i study it in school, but i have no idea about this way it's a MTA function,
dbConnect ("sqlite","database.sql" ) --it's the default and the normal way to create sql file
My question is, is there's any way to connect the sqlite to my own file created in a folder without using the default way and with old data? i think it's possible that's why i'm asking.
-Thanks in advance.
~Regards,
KariM.