Gossamer Forum
Home : Products : DBMan : Customization :

Ask for $db_delim = ' '

Quote Reply
Ask for $db_delim = ' '
Hello all

Can I setup the $db_delim = ' '(one space)?
If yes, how to fix the problem in read db?

Thx


Gab

------------------
Quote Reply
Re: Ask for $db_delim = ' ' In reply to
I suppose you could do it if you didn't have any spaces in any of your field values. I'm not sure why you would want to, though.


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





Quote Reply
Re: Ask for $db_delim = ' ' In reply to
Hello JPDeni

Thx


I have 2 db, one is main with Email and Login_ID field. Other is email.db.
I want update the email.db with "field(Login_ID)<a space>field(email)"
How can I do it?


Thx

Gab

------------------
Quote Reply
Re: Ask for $db_delim = ' ' In reply to
In the code I gave you for the two databases, instead of $db_delim, just put a space.

If I remember correctly, it would be

print EMAIL "$db_userid $in{'email'}\n";



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







[This message has been edited by JPDeni (edited July 08, 1999).]