dotnet sql

dotnet sql

am 20.11.2007 18:15:09 von bhaskarreddy12

hi
sql is integreted with dotnet 2.0 , i am confusing , how to create
table ofcourse i can but still ia m filling that it is not riht
plz give some direction and guid lines to me.

vijay

Re: dotnet sql

am 20.11.2007 18:49:48 von Norman Yuan

SQL Server is a server database software package. DOT NET is application
development framework. They are different things. You could use SQL Server
without .NET application, although SQL Server 2005 need .NET 2.0 framework
to be installed. Seems mor estudy is due before starting to try to create
tables in a SQL Server database.

wrote in message
news:d6fee7c3-072d-44f9-a05e-76ed7553ae17@w28g2000hsf.google groups.com...
> hi
> sql is integreted with dotnet 2.0 , i am confusing , how to create
> table ofcourse i can but still ia m filling that it is not riht
> plz give some direction and guid lines to me.
>
> vijay

Re: dotnet sql

am 20.11.2007 19:32:47 von miro

Look for some books that have a title that will teach you "ADO.NET".

The "data adapters" and stuff is in visual studio, just like other objects.
The whole database concepts, is part of the "ADO.Net" part.

Im still trying to wrap my head around it too.



bhaskarreddy12@gmail.com wrote:
> hi
> sql is integreted with dotnet 2.0 , i am confusing , how to create
> table ofcourse i can but still ia m filling that it is not riht
> plz give some direction and guid lines to me.
>
> vijay

Re: dotnet sql

am 21.11.2007 00:35:46 von MR. Arnold

wrote in message
news:d6fee7c3-072d-44f9-a05e-76ed7553ae17@w28g2000hsf.google groups.com...
> hi
> sql is integreted with dotnet 2.0 , i am confusing , how to create
> table ofcourse i can but still ia m filling that it is not riht
> plz give some direction and guid lines to me.
>

Are you talking about creating a SQL Server table via the .Net IDE?