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

2002-05-29 Thread Joseph J. Sarna Jr.
g 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: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Joseph J. Sarna Jr. Sent: Wednesday, May 29, 2002

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

2002-05-29 Thread Joseph J. Sarna Jr.
otnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Joseph J. Sarna Jr. 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 o

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

2002-05-29 Thread Joseph J. Sarna Jr.
r web service call it, or just go directly to the web service in the same domain as the SQL Server machine. I don't think making the SQL Server machine accessable from outside the firewall a good idea. -Original Message----- From: Joseph J. Sarna Jr. [mailto:[EMAIL PROTECTED]] Sent: Wedn

[DOTNET] Connecting to SQL database through a Web Service

2002-05-29 Thread Joseph J. Sarna Jr.
table, and I am passing the UID and Password for the SQL server in the connection string. OK, what am I missing? (Running in VB.NET, but I can understand and translate from C# if that is what you use) Thanks Joe Joseph J. Sarna Jr. Microsoft Certified Profess

Re: [DOTNET] WinForms deployment

2002-05-15 Thread Joseph J. Sarna Jr.
Thanks to all for the guidance to the deployment of WinForms. However, I am still having an issue with getting the type of the form in my .NET dll. When I run the code in Sub GetApp(), I get the following error, because the gettype of the formAsm returns nothing. However if I set a reference to

[DOTNET] WinForms deployment

2002-05-15 Thread Joseph J. Sarna Jr.
Joseph J. Sarna Jr. Microsoft Certified Professional JJS Systems, LLC http://www.jjssystems.net You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] Postback

2002-05-03 Thread Joseph J. Sarna Jr.
I have run into a problem where my databound drop down list boxes do not retain their selections on a postback to the form. Could my install of .NET be munged or has anyone run into this and found a way around it? Thanks Joe You can read messages from the DOTNET archive, unsubscribe from DOTNE

[DOTNET] Unable to debug ASP.NET

2002-04-23 Thread Joseph J. Sarna Jr.
all any changes that I have made. Any suggestions to fix this? I'm supposed to demo some webservice ASP.NET tomorrow evening at a users group and sure would help to be able to step through it.... Joe Joseph J. Sarna Jr., MCSD Microsoft Certified Solu