F
Frank Smith
Ok on the advice from "spiderwoman" and "Cowboy" I installed FP2003 and got
the SP2 update.
(All this to rebuild one mis-behaving ASP form.)
I started a new ASP.NET DBR form and pasted in my Query from the form that
had been working fine for years until two weeks ago.
UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',
phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',
crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',
pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',
instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:
The Wizard now says there is an Error in the above code.
So after trying some research on the MS KB and coming up empty I started
playing with the SQL
IF I delete ALL the fields EXCEPT One and keep the WHERE it checks out fine.
UPDATE schedule SET xdate='::xdate::' WHERE (xrecnbr=::xrecnbr:
Is there a new syntax in 2003 for multiple fields to update??
Frank
the SP2 update.
(All this to rebuild one mis-behaving ASP form.)
I started a new ASP.NET DBR form and pasted in my Query from the form that
had been working fine for years until two weeks ago.
UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',
phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',
crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',
pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',
instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:
The Wizard now says there is an Error in the above code.
So after trying some research on the MS KB and coming up empty I started
playing with the SQL
IF I delete ALL the fields EXCEPT One and keep the WHERE it checks out fine.
UPDATE schedule SET xdate='::xdate::' WHERE (xrecnbr=::xrecnbr:
Is there a new syntax in 2003 for multiple fields to update??
Frank