Hi,
Richard,
fieldName=String(name,"UTF-8");
It should be fieldName = new String(name, "US-ASCII);
It uses a constructor of String, you could consult the API. "UTF-8" is not "US-ASCII" though it could still get correct result from your db.db file.
Regards
Davidd
[ September 23, 2003: Message edited by: Davidd Smith ]
[ September 23, 2003: Message edited by: Davidd Smith ]