[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: string handling in database-2.0.1 commands
From: |
richard |
Subject: |
Re: string handling in database-2.0.1 commands |
Date: |
Thu, 21 Feb 2013 18:39:06 +0000 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Thu, Feb 21, 2013 at 06:47:58PM +0100, Olaf Till wrote:
> You need just a string. You needn't (mustn't) include \" into the
> string. And better use cstrcat instead of strcat. So you could do:
>
> Z = cstrcat (X, Y);
>
> > octave:69> pq_exec_params (conn, Z);
OKay. That works now.
thanks again for your reply. I will also try the other methods
you suggested.
Richard