Re: what is wrong with this statement
- From: "Larry Linson" <bouncer@xxxxxxxxxxxxx>
- Date: Tue, 11 Sep 2007 17:27:25 GMT
"CTG" <BadMullah@xxxxxxxxx> wrote
1-however to pinpoint the problem even this would fail, the select
statements however have no problem with it.
"UPDATE SIMTAB SET UPDFLAG=1 WHERE ICCID='I1' "
I am doing this in a C# application .
What are you doing to _execute_ the SQL? It is not, repeat NOT, just a
program statement.
In Access VBA, using Data Access Objects, it would be something like:
CurrentDB.Execute strMyQuery
where strMyQuery is a string/text variable containing the query you want to
execute.
2-I have not been able to figure out how I can do thsi query by typing
command in Access to speed up the resolution to thsi problem.
You must, of course, have access to the tables... either by testing your
query in the Jet database where the tables actually reside, or linking to
those tables -- on the File Menu, "Get External Data" and "Link" and then
follow the prompts (that's on Access 2003 or earlier... someone else would
have to tell you the details of the commands to link on Access 2007).
On the Database Window, click the Queries tab, then click "New" to open the
Query Builder. I'd suggest learning at least enough to use the Query
Builder, but with the Query open in Design View, you can click View on the
menu, choose SQL and type in the SQL directly.
Larry Linson
Microsoft Access MVP
.
- References:
- what is wrong with this statement
- From: CTG
- Re: what is wrong with this statement
- From: '69 Camaro
- Re: what is wrong with this statement
- From: CTG
- what is wrong with this statement
- Prev by Date: Re: We urgently require SAP consultant with 5 year of SAP experience
- Next by Date: creating an import data routine
- Previous by thread: Re: what is wrong with this statement
- Next by thread: Re: what is wrong with this statement
- Index(es):
Relevant Pages
|
Loading