I have an adp project in MS Access 2003 with an SQL Server Express 2008 as backend.
Everything works fine, except when there is an error on the SQL side, e.g. duplicate indices. the current dataset just doesn’t get updated/inserted, no error message whats-o-ever, but I know it’s not updated, because if I do a select on the server I still get the old data.
How can I "unsilence" the errors? is there some hidden option, or is it a problem that only occurs with access 2003 + sql server 2008?
Any help appreciated as I haven’t found anything helpful on the net yet