Subject Re: [IBO] Exception 335544334: conversion error from string "ABCDEFAA"
Author Aage Johansen
Ed Dressel wrote:

> I have a pretty simple SQL statement (replaced some IDs):
>
> Select Log_ID, CODEGIVEN
> From ClientLog
> where Client_ID = 123
> and MachineID = 1234
> and Expires_DateTime = "25-Feb-2005"
> ...


What happens if you use a string (e.g. '25-FEB-2005') instead of the field
name(?) "25-Feb-2005" ? (Depends on Dialect, I believe).


--
Aage J.