19 Jan
2010
19 Jan
'10
3:26 p.m.
On Wed, 2010-01-06 at 15:09 +0300, Alexander Bukharov wrote:
AFAIK there is no possibility to use C types in PREPARE statement.
What about elsewhere? Looking at my old code I see for example:
int main(int argc, char *argv[]) .. EXEC SQL CONNECT :*argv;
So it looks like in at least some places copying to VARCHAR isn't necessary.