well im far fron a expert of this stuff, but i did find out how to export the db content to a excel sheet.
The problem is im trying to make this db editable from a web page without really any knowledge of SQL or MySQL.
From what i gather MySQL is a db and SQL is a add on to a db (correct me if im wrong)
I don't believe the db format is surported by SQL,
It's hard to put into words but ill start from the top...
I have a db at the moment with all that i need with my info.
I want other people to be able to add to this db from a website.
And i want the info that they put in to show up on the db which i have on my computer without editing the format of the db.
The bit of code that iv found out so far might be a bit random but it is:
INSERT INTO StdItems.db ( Idx,Name,Stdmode,Shape,Weight,Anicount,Source,Reserved,Looks,DuraMax,Ac,Ac2,Mac,Mac2,Dc,Dc2,Mc,Mc2,Sc,Sc2,Need,NeedLevel,Price,Stock ) VALUES ( 0,'book(quest1)',41,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0 );
I'm sorry if this isnt clear. This does'nt seem the same problem as befor , but i realised what i need to do more or less to add this function....
If this still isnt clear i havn't a clue how to explain in one go
Thnx for the reply 😉