[REBOL] Re: ODBC
From: gchiu:compkarori at: 10-Dec-2000 13:06
On Sat, 09 Dec 2000 14:21:01 -0900
Ric Shepard <[ric_shepard--fishgame--state--ak--us]> wrote:
> Your 'scrambled' dat is probably the result of passing
> 'unquoted'
> string data to ODBC/ SQL.
>
> so, try this:
>
> firstname: {"Joe"}
> insert db-port [{INSERT INTO reboltest (fname) VALUES
> (?)} firstname]
>
> should make all the difference.
Unfortunately, it makes no difference. The ODBC examples
are similar to what I have done here.
--
Graham Chiu