R
Ray S.
I have the Changeseed function suggested by Microsoft
http://support.microsoft.com/default.aspx?scid=kb;en-us;q287756
It was working fine until I replicated my database. Now, the function stops
and I get this error: Run-time error '-2147217887 (80040e21)' "Multiple-step
OLE DB operation generated errors. Check each OLE DB status value, if
available. No work was done." When I debug it highlights the code line
col.Properties("Seed") = lngSeed
the left side value shows what the current seed is, and the right side value
shows the new seed value that I pass through a form button...ChangeSeed ("tbl
jvsheet","jrnl_line_nbr",1)...my table and column...You can easily see what
is going on if you follow the link and look at the code
Anyway, it doesn't work now. I copy the code to a new module in a new
database, make a simple table, and it works perfectly. What explanation or
solution is there to my problem? Why doesn't it work in my replicated "design
master", or "replica" databases?
http://support.microsoft.com/default.aspx?scid=kb;en-us;q287756
It was working fine until I replicated my database. Now, the function stops
and I get this error: Run-time error '-2147217887 (80040e21)' "Multiple-step
OLE DB operation generated errors. Check each OLE DB status value, if
available. No work was done." When I debug it highlights the code line
col.Properties("Seed") = lngSeed
the left side value shows what the current seed is, and the right side value
shows the new seed value that I pass through a form button...ChangeSeed ("tbl
jvsheet","jrnl_line_nbr",1)...my table and column...You can easily see what
is going on if you follow the link and look at the code
Anyway, it doesn't work now. I copy the code to a new module in a new
database, make a simple table, and it works perfectly. What explanation or
solution is there to my problem? Why doesn't it work in my replicated "design
master", or "replica" databases?