I've got an Access front end database attaching to SQL server tables through a DSN connection. My table has 34 fields, 26 of which are nchar or nvarchar. Entering data from the table, I'm able to type in the first 17 fields without a problem. However, if I enter any information into fields 18 to 34, I get an ODBC call fail error.
When I look at design view of my attached table in Access, it's telling me that all my nchar and nvarchar fields have a size of 255 characters. This is not the case. Most are set between 8 to 50 characters.
I'm guessing this is the problem, that Access thinks that I've maxed out on my Access record size of 2000 characters.
Has anyone experienced this? Can anyone verify that this is what's going on?
Thanks
When I look at design view of my attached table in Access, it's telling me that all my nchar and nvarchar fields have a size of 255 characters. This is not the case. Most are set between 8 to 50 characters.
I'm guessing this is the problem, that Access thinks that I've maxed out on my Access record size of 2000 characters.
Has anyone experienced this? Can anyone verify that this is what's going on?
Thanks