SQL Server 2005 and C#.Net
-
Hiya, I am looking for some example application which uses SQL Server 2005 for its database. I want to learn how can i connect database with C#.Net application. Note:= i dont want to use ASP.Net. I want to write a software with database(sql server 2005) My google friend is not helping me much in this..Can any body give me any good reference or any article from where i could learn more about it... Thanks SS
-
Hiya, I am looking for some example application which uses SQL Server 2005 for its database. I want to learn how can i connect database with C#.Net application. Note:= i dont want to use ASP.Net. I want to write a software with database(sql server 2005) My google friend is not helping me much in this..Can any body give me any good reference or any article from where i could learn more about it... Thanks SS
There is no difference between using SQL Server 2000 or 2005 in a C# application. Certainly your research has turned up at least one reference to using databases and c#
only two letters away from being an asset
-
Hiya, I am looking for some example application which uses SQL Server 2005 for its database. I want to learn how can i connect database with C#.Net application. Note:= i dont want to use ASP.Net. I want to write a software with database(sql server 2005) My google friend is not helping me much in this..Can any body give me any good reference or any article from where i could learn more about it... Thanks SS
Software_Specialist wrote:
Note:= i dont want to use ASP.Net.
By and large, how you connect in ASP.NET and in winforms is the same, they use the same classes. The database doesn't care about the UI layer.
Software_Specialist wrote:
My google friend is not helping me much in this
I don't see how that is possible.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )