Обсуждение: Question Mark Changing to NULL

Поиск
Список
Период
Сортировка

Question Mark Changing to NULL

От
Annamalai Gurusami
Дата:
Hi All,

I am having a problem.  When I issue a query like this using the
SQLExecDirect ODBC call, the question mark is being changed to NULL.
Any ideas how to avoid such conversion?

insert into log values ('Get help by typing \'?\' anytime.');

Any help much appreciated.

Rgds,
anna

--

Scheme has latent as opposed to manifest types.  Types are associated
with values (also called objects) rather than with variables.  (Some
authors refer to languages with latent types as weakly typed or
dynamically typed languages.)

              - Revised 5 Report on the Algorithmic Language Scheme