SQLclient fill method get exception error
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Next message: LodestarSCS: "Re: Run-time Error 3704 in VB6"
Date: Fri, 10 Dec 2004 12:51:01 -0800
I have been trying to get sqlclient to fill a dataset. It connects ok but
when it gets to the fill method it throws an exception with the message:
SQL Server is not installed or access denied.
Well SQL Server is installed on this machine. Its not like I'm trying go
across the network or something. The configuration string tool finds the
Northwind database ok and ole db seems to work all right. Any ideas ?
Randy
Next message: LodestarSCS: "Re: Run-time Error 3704 in VB6"
Relevant Pages
- sqlclient fill gets Access denied Error
... I have been trying to get sqlclient to fill a dataset. ... when it gets to the fill method it throws an exception with the message: ... SQL Server is not installed or access denied. ... Randy ... (microsoft.public.data.ado) - Re: Possible Bug in SqlClient.ExecuteReader
... Thanks for the Reply David but the issue here is that due to code that was ... written 10 years ago using Sql Server 4.2 we where using DBLibrary and ... The above code will throw an exception and will not get to the line dr.Read ... code of SqlClient and found that the data is there. ... (microsoft.public.dotnet.framework.adonet) - Re: ASP.NET 2.0 - a newbie question
... the exception can be identified using the exception stack trace below. ... established connection failed because connected host has failed to ... connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& ... Microsoft SQL Server? ... (microsoft.public.dotnet.framework.aspnet) - Re: Authentication problem continued
... This is the exception I get if on my test box if I haven't run ... I have a SQL Server login established now and I can log in on my ... SQL Server is configured for Windows Authentication only and not ... I'm still having trouble getting my app to authenticate correctly. ... (microsoft.public.dotnet.framework.aspnet) - RE: Invoking Stored procedure from ADO.NET is slow
... The first is that if you are connecting to SQL Server from ADO.NET, ... should be using SqlClient instead of OleDb.Benefits of SQLClient over oledb ... A larger managed heap footprint does not necessarily mean a slower ... nCount = Convert.ToInt32; ... (microsoft.public.dotnet.framework.adonet) |
|