spoke too soon, here the first and fourth inserts work
insertrecs: func [] [
insert db-port [ {insert into reboltest (fname ) values
("GRAHAM" )} ]
firstname: "Joe" dob: 10-Dec-1950
insert db-port [ {insert into reboltest (fname, birthday)
values (?, ?)} firstname dob ]
firstname: "Josephine " dob: 10-Dec-1940
insert db-port [ {insert into reboltest (fname, birthday)
values (?, ?)} firstname dob ]
insert db-port [ {insert into reboltest (fname, birthday)
values ("Allen", ?)} to-date "31-Dec-1957" ]
]
but where I pass the fname as a variable, I get scrambed
data back.
--
Graham Chiu
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
- [REBOL] still a rookie Giovanni Cardona
- [REBOL] Re: still a rookie Marc Lombart
- [REBOL] Calling rebol script from insid... Hallvard Ystad
- [REBOL] Re: Calling rebol script from i... Andrew Martin
- [REBOL] Calling rebol script from insid... Hallvard Ystad
- [REBOL] Calling rebol script from insid... Hallvard Ystad
- [REBOL] Re: Calling rebol script from i... Dan Rolander
- [REBOL] Re: PostgreSQL 2 Rebol and back again..... Brett Handley
- [REBOL] Re: PostgreSQL 2 Rebol and back again... chaz
- [REBOL] Re: PostgreSQL 2 Rebol and back again... Gabriele Santilli
- [REBOL] Re: ODBC Graham Chiu
- [REBOL] Re: ODBC Ric Shepard
- [REBOL] Re: ODBC Graham Chiu
- [REBOL] Re: ODBC Allen Kamp
- [REBOL] Re: ODBC Graham Chiu
- [REBOL] Re: ODBC Graham Chiu
- [REBOL] Re: ODBC sqlab
- [REBOL] Re: ODBC Petr Krenzelok
- [REBOL] Re: ODBC sqlab
- [REBOL] Re: ODBC Ric Shepard
- [REBOL] Re: ODBC sqlab
