Quote:
Originally Posted by GeorgeS
Ok, newest version sports the sql export function. I tried it with several queries and it does work.
I'm looking at making the data editable. Special fields like BLOBS will be read only. This feature may take a while.
GeorgeS
|
Almost there;
heres part of an export:
INSERT INTO npc_types VALUES ('335041','#Varin_Deathclaw','','64','0','1','1',' 4736','2','0','143',etc.
should read:
INSERT INTO npc_types VALUES (335041,"#Varin_Deathclaw","'',64,0,1,1,4736,2,0,1 43,etc.
note that empty spaces are double quoted -