Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Talk about NBA Live 07 here.
Post a reply

Players.dbf Edit ?

Thu Feb 22, 2007 3:36 pm

I am using DB Commander 2000 to edit Players.dbf I wanted to change a whole row to all the same value (ex. Change all players THRERPTAPT to 0)
is this possible? I been using 0 and the uparrow but it is quite timely action

Thu Feb 22, 2007 4:11 pm

use cdbflite.
and make a bat file with this command:

"cdbflite.exe" players.dbf /case /filter:DELETED=False /field:THREEPTATT=0 /update

(sorry i wont explain how to use cdbflite. at least have some effort) ;)

Thu Feb 22, 2007 4:51 pm

cdbflite worked you just open hit fill pick the column and make u make step of 0 to 0

Image

Thu Feb 22, 2007 6:46 pm

eh? thats cdbf viewer not cdbflite..

Thu Feb 22, 2007 7:07 pm

lol well anyways it worked thanks
Post a reply