Thursday, March 8, 2012
Connecting to a SQL DB
I have a server with MSSQL Server installed there in which I've deployed my
DB.
I've also deployed an app (programmed with C# in .net) which access that DB.
Is there any chance to access that DB without installing the SQL Client?
It is very urgent.
Many thx.
SqlClient is part of the .NET Framework -- there is no separate
install and you can't uninstall the Framework when you're using C#.
However, I'm curious as to why you have a compelling need to uninstall
it.
--Mary
On Fri, 31 Mar 2006 00:56:02 -0800, Oscar
<Oscar@.discussions.microsoft.com> wrote:
>Hi,
>I have a server with MSSQL Server installed there in which I've deployed my
>DB.
>I've also deployed an app (programmed with C# in .net) which access that DB.
>Is there any chance to access that DB without installing the SQL Client?
>It is very urgent.
>Many thx.
Wednesday, March 7, 2012
Connecting to a remote data source.
Hi all,
I have deployed a report onto the Report Server on a remote machine.
When i call the report an error is displayed as follows:
An error has occurred during report processing.
Are you using integrated security for your data source? Most likely the issue is double-hop.
http://blogs.msdn.com/jgalla/archive/2006/03/16/553314.aspx
Saturday, February 25, 2012
Connecting sql server with asp.net
i have created an asp.net application with sql server2000 as backend in my localsystem.
when i deployed the project in other sytem in network,
i receive the following error message.
"sql server does not exsist or access denied"
when i create the same database in local system and change the data source name with local system in configuration file, the application is working.
i do not face this problem with vb.net application as it takes its datasource from network system.
is there anything like i have to give permission for asp.net in sql server network utility.
can anyone sort out the problem
tell me the connection string ?
|||i have sorted out this issue.
The solution is go to secuity create a new login and give permission to remote server.