This is a discussion on Re: SQL server on Dot net technology within the SQL Server forums, part of the Microsoft SQL Server category; --> "kaktus" <kaktus@w.pl> wrote in message news:<bh8dll$nsu$1@flis.man.torun.pl>... > Hallo > > I have a following homework: > > Create dotnet ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "kaktus" <kaktus@w.pl> wrote in message news:<bh8dll$nsu$1@flis.man.torun.pl>... > Hallo > > I have a following homework: > > Create dotnet server on MS-SQL server basis. > > I do not know, how to start. > There must be some stored procedures and > in all probability some interface to connect > to server from dotnet environment. > > What does it mean: 'dotnet server' ? > How can I connect to MS-SQL server from dotnet > environment ? > > There are mamy questions and I do not know > actually where to begin my research work. > > I'll appreciate any explanations, helps, on-line documents, > links etc. > > Thanks for your time > > best regards > kaktus I don't want to sound unhelpful, but it looks like your homework description is too vague for anyone to be able to assist you. I would start by asking whoever sets your homework to explain exactly what they want you to create - an ASP interface to MSSQL, a web service; what functionality does it need, etc. If you can be more specific about the task, then perhaps someone can point you towards some useful information. Simon |
| |||
| Hallo, > > I have a following homework: > to explain exactly what > they want you to create - an ASP interface to MSSQL, a web service; > what functionality does it need, etc. I need to write application server using Web Services (SOAP). Server SQL is MS-SQL. This is all I know about it. > If you can be more specific > about the task, then perhaps someone can point you towards some useful > information. I hope, I am more specific Thanks a lot for feedback best regards kaktus |
| ||||
| Hi You are probably required to use SQLXML see the following and related links: http://msdn.microsoft.com/library/de...asp?frame=true John "kaktus" <kaktus@kaktus.com> wrote in message news:bhacut$oen$1@flis.man.torun.pl... > Hallo, > > > > I have a following homework: > > > to explain exactly what > > they want you to create - an ASP interface to MSSQL, a web service; > > what functionality does it need, etc. > > I need to write application server using Web Services (SOAP). > Server SQL is MS-SQL. > This is all I know about it. > > > If you can be more specific > > about the task, then perhaps someone can point you towards some useful > > information. > > I hope, I am more specific > > Thanks a lot for feedback > > best regards > kaktus > > |