Re: adodb.command, adodb.parameter, date

From: Stephen Howe (stephenPOINThoweATtns-globalPOINTcom)
Date: 12/30/04


Date: Thu, 30 Dec 2004 17:49:41 -0000

Should not
> ComAdd.CommandText = "select * from tablewhere [Date]=?"

have a space so that it is

ComAdd.CommandText = "select * from table where [Date]=?"

and isn't table a reserved word so you need [table] if it is really called
that (not good imo)?

Stephen Howe