Thread: DRP Editor 5.0
View Single Post
  #8  
Old 07-02-2006, 07:54 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

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 -
Reply With Quote