Click here to Skip to main content
16,004,836 members
Home / Discussions / Database
   

Database

 
GeneralRe: Multiple Queries in ADO Pin
brdavid8-Jul-04 4:26
brdavid8-Jul-04 4:26 
GeneralRe: Multiple Queries in ADO Pin
Michael Potter8-Jul-04 5:01
Michael Potter8-Jul-04 5:01 
Generalcan't detach database Pin
dmbf1b57-Jul-04 10:38
dmbf1b57-Jul-04 10:38 
GeneralRe: can't detach database Pin
Mike Dimmick7-Jul-04 11:31
Mike Dimmick7-Jul-04 11:31 
GeneralRe: can't detach database Pin
Grimolfr7-Jul-04 13:52
Grimolfr7-Jul-04 13:52 
GeneralStill doesn't work - more info Pin
dmbf1b57-Jul-04 16:49
dmbf1b57-Jul-04 16:49 
GeneralRe: Still doesn't work - more info Pin
Grimolfr8-Jul-04 5:28
Grimolfr8-Jul-04 5:28 
GeneralRe: Still doesn't work - more info Pin
dmbf1b58-Jul-04 9:19
dmbf1b58-Jul-04 9:19 
My app uses MSDE, though I believe SQL Server is installed on my development box. I'm running XP Pro. I'm running on a stand-alone laptop, no other computers connected.

I do have Enterprise Manager, but I've seen Enterprise Manager itself have an open connection to the database that prevents my app from detaching the database, so I generally close it when I'm running my app.

I've used Enterprise Manager some, but am not familiar with how to find out what hosts/applications/logins are connected to my database, as you suggest. I tried by opening local\Management\Current Activity [datetime]\Process Info in EM, and didn't see any reference to the Northwind database when I ran the sample project I posted. Can you point me in the right direction where to look? Or if you have VB.NET and SQL Server, would you mind creating a new Windows Forms project with one button and dropping my sample code in the form, and see if you get the same error when you click the button?

I'm wondering if the problem might have something to do with the way .NET handles memory - maybe the garbage collection isn't happening when I need it to, so even though my objects are not available in code anymore, the connection is somehow still present in memory?

Any suggestions where to look, what to try, or confirmation that my sample code causes the same error on other boxes, would be much appreciated!

Thanks
David
GeneraltSQL: Share -> Database Table (DTS?) Pin
partt7-Jul-04 5:19
partt7-Jul-04 5:19 
GeneralFinding the primary key Pin
Colin Angus Mackay7-Jul-04 4:45
Colin Angus Mackay7-Jul-04 4:45 
GeneralRe: Finding the primary key Pin
Mike Dimmick7-Jul-04 5:17
Mike Dimmick7-Jul-04 5:17 
GeneralRe: Finding the primary key Pin
Colin Angus Mackay7-Jul-04 5:28
Colin Angus Mackay7-Jul-04 5:28 
GeneralRe: Finding the primary key Pin
Grimolfr7-Jul-04 5:46
Grimolfr7-Jul-04 5:46 
GeneralRe: Finding the primary key Pin
Colin Angus Mackay7-Jul-04 6:01
Colin Angus Mackay7-Jul-04 6:01 
GeneralRe: Finding the primary key Pin
Grimolfr7-Jul-04 6:15
Grimolfr7-Jul-04 6:15 
GeneralCannot call Oracle stored procedure from C++ Pin
pankajdaga6-Jul-04 9:35
pankajdaga6-Jul-04 9:35 
GeneralRe: Cannot call Oracle stored procedure from C++ Pin
Chris Meech7-Jul-04 3:04
Chris Meech7-Jul-04 3:04 
GeneralADO.NET - BindingContext and Disappearing Rows Pin
mikasa6-Jul-04 8:54
mikasa6-Jul-04 8:54 
GeneralArabic to English Conversion Pin
Anonymous6-Jul-04 7:13
Anonymous6-Jul-04 7:13 
Generaloverwite/add between two databases help Pin
Anonymous6-Jul-04 3:51
Anonymous6-Jul-04 3:51 
Questioncan anyone optimize this query Pin
xcavin6-Jul-04 3:15
xcavin6-Jul-04 3:15 
AnswerRe: can anyone optimize this query Pin
RichardGrimmer6-Jul-04 4:12
RichardGrimmer6-Jul-04 4:12 
AnswerRe: can anyone optimize this query Pin
Michael Potter6-Jul-04 7:28
Michael Potter6-Jul-04 7:28 
GeneralRe: can anyone optimize this query Pin
xcavin6-Jul-04 19:27
xcavin6-Jul-04 19:27 
GeneralRe: can anyone optimize this query Pin
xcavin6-Jul-04 20:03
xcavin6-Jul-04 20:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.