this is something i’ve never seen before;
i just opened the dataproviders dialog to look at something,
and one of the columns in my table has a bright red background.
everything’s working just fine, but i can’t imagine what this means.
anyone?
this is something i’ve never seen before;
i just opened the dataproviders dialog to look at something,
and one of the columns in my table has a bright red background.
everything’s working just fine, but i can’t imagine what this means.
anyone?
that means (as far as I observed) that this column has a name equal to a reserved word (like ‘version’, ‘type’ …)
Patrick
OH! darn.
the column name is “length”, so you’re probably right.
thanks patrick.
If you work with SQL Server, you always see one of the system tables (although you shouldn’t - I asked once if this can be changed): ‘dtproperties’. This table also has some reserved words as column names.