Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done

后端 未结 4 684
遥遥无期
遥遥无期 2020-12-07 01:45

I am running following code

/*Fetchinch Last CustID from custMaster*/
int ID = 0;
try
{
     con.Open();
     da = new OleDbDataAdapter(\"select max(Id) from         


        
4条回答
  •  旧时难觅i
    2020-12-07 02:25

    For a similar problem connecting to a MS Access database, this exact error was generated for a wrong password set in the connection attribute of Jet OLEDB:Database Password=

提交回复
热议问题