dotnet sql

B

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
 
N

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.
 
M

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.
 
M

Mr. Arnold

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top