Gossamer Forum
Home : Products : DBMan : Installation :

Change field deliminator?

Quote Reply
Change field deliminator?
I noticed that this was an option in the .cfg file:

# Database delimeter.
$db_delim = '|';

Could one change that delimeter to be a tab?

Thanks,
Meia
Quote Reply
Re: Change field deliminator? In reply to
Yes. Use

$db_delim = "\t";


------------------
JPD