I've just installed to Sql2005 Express (MSDE is also running on the same machine). Now when I try to add a SqlDataAdapter (running the wizard) using
VB.Net 2003, I get a message that only the SELECT statement can be generated; that there are errors (unspecified) generating the INSERT/UPDATE/DELETE statements. Is there an issue here I'm missing? And a solution?
Thanks.