![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all I tried to seperate my query update im order to define what is the limitation for the field becaouse i know that it is limiting for 1024 characters but i see that can update more characters(for now checked 2000 and it works too) so what is the limit for the field?doesnt the field name is counted or not when giving the limitation please advice |
#3
| |||
| |||
|
|
The theoretical limit for the number of characters in a SQL statement in Access is around 64k. There are some other limits, such as if you use the builder, or try putting a SQL statement in a macro (e.g. under RunSQL.) The "too complex" error is a very generic one. Sometimes it can represent a genuine limit, e.g. you have too many SELECTs in a UNION, or more than 100 ANDs in a WHERE clause, or queries nested more than 50 levels deep. More often, it just means Access can't make sense of the query statement. For example, you may have mismatched brackets, or field/table names that are reserved words. It can be as basic as applying the wrong data type for your criteria (e.g. omitting the # around literal dates.) -- Allen Browne - Microsoft MVP. *Perth, Western Australia Tips for Access users -http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "thread" <yaniv... (AT) gmail (DOT) com> wrote in message news:bb519b52-ddc9-4a6f-924a-0cd6eba4831c (AT) j20g2000hsi (DOT) googlegroups.com... Hi all I tried to seperate my query update im order to define what is the limitation for the field becaouse i know that it is limiting for 1024 characters but i see that can update more characters(for now checked 2000 and it works too) so what is the limit for the field?doesnt the field name is counted or not when giving the limitation please advice-הסתר טקסט מצוטט- -הראה טקסט מצוטט- |
![]() |
| Thread Tools | |
| Display Modes | |
| |