Re: Error executing sql statement
- From: "Dave Patrick" <DSPatrick@xxxxxxxxxxxxxxxx>
- Date: Sat, 15 Jul 2006 16:38:06 -0600
Try;
ALTER TABLE mytable ADD myfield text(x)
(where x = the string length)
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Ivan Debono" wrote:
| Hi,
|
| I'm executing the following SQL statement using ado 2.8:
|
| ALTER TABLE mytable ADD myfield text DEFAULT('')
|
| And get the following error:
| Microsoft JET Database Engine (3320) Missing ), ], or Item in table-level
| validation expression.
|
| I don't see anything missing. What the problem then?
|
| Thanks,
| Ivan
|
|
.
- Follow-Ups:
- Re: Error executing sql statement
- From: Ivan Debono
- Re: Error executing sql statement
- References:
- Error executing sql statement
- From: Ivan Debono
- Error executing sql statement
- Prev by Date: Re: Update Query only works first time
- Next by Date: Re: What's max limit for MAXLOCKSPERFILE in registry?
- Previous by thread: Error executing sql statement
- Next by thread: Re: Error executing sql statement
- Index(es):
Relevant Pages
|
|