Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Daniel Morgan
database through a Web Service Searched the archives, and can't seem to find an answer... I have a webservice which will be hosted on a remote box. This webservice calls another box to gather data from a SQL 2000 server (not in my domain and also remote) and returns the values in an arra

Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Joseph J. Sarna Jr.
Yep, I have that checked.. Joe -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of John St. Clair Sent: Wednesday, May 29, 2002 12:57 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Connecting to SQL database through a Web Service If you're passin

Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Joseph J. Sarna Jr.
PROTECTED] Subject: Re: [DOTNET] Connecting to SQL database through a Web Service If you're passing sql credentials, check that you have both sql and windows authentication enabled -- right-click on the sql instance in Enterprise manager, Security tab. John -Original Message- From: d

Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread John St. Clair
Sent: Wednesday, May 29, 2002 6:45 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Connecting to SQL database through a Web Service Agreed, however, this is just a proof-of-concept presentation to show the storage of data on one server, the webservice on another and the client running a WinForm app.

Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Joseph J. Sarna Jr.
From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of franklin gray Sent: Wednesday, May 29, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Connecting to SQL database through a Web Service I would suggest you have a web service inside the domain that is public, and have your othe

Re: [DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread franklin gray
idea. -Original Message- From: Joseph J. Sarna Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:49 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Connecting to SQL database through a Web Service Searched the archives, and can't seem to find an answer... I have a webser

[DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Joseph J. Sarna Jr.
Searched the archives, and can't seem to find an answer... I have a webservice which will be hosted on a remote box. This webservice calls another box to gather data from a SQL 2000 server (not in my domain and also remote) and returns the values in an arraylist. Running on my development machi