Subject | Re: [IBO] Exception 335544334: conversion error from string "ABCDEFAA" |
---|---|
Author | Aage Johansen |
Post date | 2004-06-22T18:08:23Z |
Ed Dressel wrote:
name(?) "25-Feb-2005" ? (Depends on Dialect, I believe).
--
Aage J.
> I have a pretty simple SQL statement (replaced some IDs):What happens if you use a string (e.g. '25-FEB-2005') instead of the field
>
> Select Log_ID, CODEGIVEN
> From ClientLog
> where Client_ID = 123
> and MachineID = 1234
> and Expires_DateTime = "25-Feb-2005"
> ...
name(?) "25-Feb-2005" ? (Depends on Dialect, I believe).
--
Aage J.