Thread: pgaccess INSERT from parameter how?

pgaccess INSERT from parameter how?

From
Roy Souther
Date:
I am trying to get input with pgaccess and save it to a temp table. Like so...
CREATE TEMP TABLE my_var (my_input char(8));
INSERT TO my_var VALUES ('[parameter "Your name"]')

But that does not work. Is there any way to do this? What I was tring to do
was make a varible so that I could get an input and use it a few times. Dose
PostgreSQL or pgaccess support varibles of any kind?

--
Roy Souther <roy@silicontao.com>

01100010 10101110 11000110 11010110 00000100 10110010 10010110 11000110
01001110 11110110 11001110 00010110 10010110 00101110 10000100 10000100