Re: adodb.command, adodb.parameter, date
From: Stephen Howe (stephenPOINThoweATtns-globalPOINTcom)
Date: 12/30/04
- Next message: Armond: "RE: Newbie Q- Set Required Property"
- Previous message: Stephen Howe: "Re: create access tables in C# at runtime"
- In reply to: guy rulkin: "adodb.command, adodb.parameter, date"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Armond: "RE: Newbie Q- Set Required Property"
- Previous message: Stephen Howe: "Re: create access tables in C# at runtime"
- In reply to: guy rulkin: "adodb.command, adodb.parameter, date"
- Messages sorted by: [ date ] [ thread ]