Viewing 6 posts - 1 through 6 (of 6 total)
Thanks. I have read this FAQ and I think that I can distribute and develop with MSDE 2000.
December 5, 2002 at 9:58 am
This was my first solution, but when I needed to execute some DDL with the same DMO connection I got an error.
November 11, 2002 at 4:53 am
I haven't EM or QA. I'm coding with MSDE. I use some free applications like DbaMGR and SQL Server NameSpace Explorer.
I can, with DdbMGR or Access, connect to the database...
November 8, 2002 at 6:06 am
My last solution don't work either. I have to find another and I code this:
Private Sub DatabaseLock()
On Error GoTo ErrDatabaseLock
bDatabaseLocked = False
...
November 7, 2002 at 12:46 pm
quote:
If the first attempt to put it in single user succeeds, the second one will result in a trappable error.
August 14, 2002 at 12:52 pm
quote:
Single user mode should do that. Can you post some code?Andy
http://www.sqlservercentral.com/columnists/awarren/
Dim c1 As...
August 13, 2002 at 12:15 pm
Viewing 6 posts - 1 through 6 (of 6 total)