V
vbnetdev
The query below gets the error....
"Query1 is not a valid name. Make sure that it does not include invalid
characters or punctuation and that it is not too long."
Any ideas what is wrong? The field names and table names are right I have
checked many times.
UPDATE JERICHOSCHEDULE1 SET ['ROWID'] = 7, ['EVENTORG'] = 'Zion UCC',
EVENTORGLINK = 'http://www.zionucc.org', EVENTTITLE = 'Contemporary
Service', EVENTDESC = 'Jericho is very excited to play this event as some of
our band members have long standing relationships with this church. ',
EVENTDATE = 6/11/2006, EVENTSTARTTIME = '8:30AM', EVENTCITY = 'Sheboygan',
EVENTSTATE = 'WI', EVENTADDRESS = '1125 N. 6th St', EVENTORGLINKMAP =
'http://maps.google.com/maps?oi=map&q=1125+N+6th+St,+Sheboygan,+WI',
['EVENTSTATUS'] = 'CONFIRMED'
WHERE (([`ROWID`]=7));
"Query1 is not a valid name. Make sure that it does not include invalid
characters or punctuation and that it is not too long."
Any ideas what is wrong? The field names and table names are right I have
checked many times.
UPDATE JERICHOSCHEDULE1 SET ['ROWID'] = 7, ['EVENTORG'] = 'Zion UCC',
EVENTORGLINK = 'http://www.zionucc.org', EVENTTITLE = 'Contemporary
Service', EVENTDESC = 'Jericho is very excited to play this event as some of
our band members have long standing relationships with this church. ',
EVENTDATE = 6/11/2006, EVENTSTARTTIME = '8:30AM', EVENTCITY = 'Sheboygan',
EVENTSTATE = 'WI', EVENTADDRESS = '1125 N. 6th St', EVENTORGLINKMAP =
'http://maps.google.com/maps?oi=map&q=1125+N+6th+St,+Sheboygan,+WI',
['EVENTSTATUS'] = 'CONFIRMED'
WHERE (([`ROWID`]=7));