Click here to Skip to main content
15,902,112 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: CLR Stored Procedure Exception Pin
Dave Kreskowiak23-Feb-09 4:35
mveDave Kreskowiak23-Feb-09 4:35 
GeneralRe: CLR Stored Procedure Exception Pin
alx.n25-Feb-09 1:49
alx.n25-Feb-09 1:49 
GeneralRe: CLR Stored Procedure Exception Pin
Dave Kreskowiak25-Feb-09 1:55
mveDave Kreskowiak25-Feb-09 1:55 
Questionnet framework 2 Pin
6Mikael922-Feb-09 23:28
6Mikael922-Feb-09 23:28 
AnswerRe: net framework 2 Pin
Dave Kreskowiak23-Feb-09 4:33
mveDave Kreskowiak23-Feb-09 4:33 
Questionremote access to sql server 2000 by c# Pin
H.R22-Feb-09 22:47
H.R22-Feb-09 22:47 
AnswerRe: remote access to sql server 2000 by c# Pin
Greg Chelstowski23-Feb-09 2:15
Greg Chelstowski23-Feb-09 2:15 
GeneralRe: remote access to sql server 2000 by c# Pin
H.R1-Mar-09 2:41
H.R1-Mar-09 2:41 
thanks, I did them but I could not to connect.
----------------------------------
my application: VS.NET 2008-C#
my DB: SQL Server 2000 Personal Edition
my OS: Win XP Profesional sp3
----------------------------------
I have done these steps:

1. in target sql server instance: Enterprise Manager -> server -> right click -> Properties -> Connections tab -> tick:
-allow other sql servers to connect remotely to this sql server using RPC
-enforce distributed transactions

2. in target sql server instance: Enterprise Manager -> server -> right click -> Properties -> General tab -> Network Configuration... button ->
enabling TCP/IP

3. in target sql server instance: Enterprise Manager -> server -> right click -> Properties -> Security tab -> Authentication ->
SQL Server and Windows

4. I created a New Login in target sql server instance:
Name=admin , Password=1001 , SQL Server Authentication , Database=Exam

5. my SqlConnection in application:
"Server=192.168.0.205\\MYSQLSRV; Initial Catalog=Exam; Integrated Security=False; Persist Security Info=False; User ID=admin;Password=1001";

6. I removed anti virus softwares and turned off Windows Firewall.

7. I tested both of my computers to ping to another

But yet I have an error:
an error was occured while establishing a connection to the server. when connecting to sql server 2005, this failure may be caused by the fact under the default settings sql server dose not allow remote connections.
(provider:sql network interfaces, error:26-error locating server/instance specified)
----------------------------------
can any one help me ?

H.R

GeneralRe: remote access to sql server 2000 by c# Pin
Greg Chelstowski2-Mar-09 4:38
Greg Chelstowski2-Mar-09 4:38 
QuestionTabControl Flickering Pin
invictus322-Feb-09 9:15
invictus322-Feb-09 9:15 
AnswerRe: TabControl Flickering Pin
Thomas Stockwell23-Feb-09 15:46
professionalThomas Stockwell23-Feb-09 15:46 
GeneralRe: TabControl Flickering Pin
invictus324-Feb-09 19:25
invictus324-Feb-09 19:25 
QuestionFind .NET transaction that is blocking another transaction Pin
Webster Jones21-Feb-09 21:33
Webster Jones21-Feb-09 21:33 
AnswerRe: Find .NET transaction that is blocking another transaction Pin
Jon Rista22-Feb-09 7:38
Jon Rista22-Feb-09 7:38 
QuestionHow to connect microsift sql server 2005 using microsoft vb.net Pin
rohan404021-Feb-09 18:18
rohan404021-Feb-09 18:18 
AnswerRe: How to connect microsift sql server 2005 using microsoft vb.net Pin
ABitSmart21-Feb-09 19:52
ABitSmart21-Feb-09 19:52 
AnswerRe: How to connect microsift sql server 2005 using microsoft vb.net Pin
Dave Kreskowiak22-Feb-09 4:04
mveDave Kreskowiak22-Feb-09 4:04 
QuestionLearning c# on the .net framework. Pin
Ivan200920-Feb-09 7:51
Ivan200920-Feb-09 7:51 
AnswerRe: Learning c# on the .net framework. Pin
PIEBALDconsult20-Feb-09 8:10
mvePIEBALDconsult20-Feb-09 8:10 
AnswerRe: Learning c# on the .net framework. Pin
Eddy Vluggen20-Feb-09 8:35
professionalEddy Vluggen20-Feb-09 8:35 
AnswerRe: Learning c# on the .net framework. Pin
Kevin McFarlane22-Feb-09 6:43
Kevin McFarlane22-Feb-09 6:43 
GeneralRe: Learning c# on the .net framework. Pin
Ivan200923-Feb-09 9:32
Ivan200923-Feb-09 9:32 
AnswerRe: Learning c# on the .net framework. Pin
beckrao22-Feb-09 21:38
beckrao22-Feb-09 21:38 
NewsThe greatest companion, made with .NET Pin
Hadi Fakhreddine20-Feb-09 2:58
Hadi Fakhreddine20-Feb-09 2:58 
GeneralRe: The greatest companion, made with .NET Pin
Pete O'Hanlon20-Feb-09 3:56
mvePete O'Hanlon20-Feb-09 3:56 

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.