Dugantrain
I Love Pants
- Local time
- Yesterday, 20:49
- Joined
- Mar 28, 2002
- Messages
- 221
Anytime I use ADO functions, whenever I'm developing forms that call these functions, I constantly get the -2147467259 error message: "Database has been placed in a state by user Admin..." when switching back and forth between Design and Run Views. In order to avoid the error, I have to save my work, close the form completely, and then open it back up. This is a huge annoyance, almost enough to make me not want to use ADO and just develop using queries. I've searched the Forums for a solution, but the posted hyperlinks to the MS Knowledge Base concerning this error seem to be broken. So is there a way to avoid this error and develop hassle free?
*edit* For what it's worth, when I get this error, the function is always breaking on
*edit* For what it's worth, when I get this error, the function is always breaking on
Code:
My_Connection.Open
Last edited: