Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Basic question on .NET

Author  Topic 

osupratt
Posting Yak Master

238 Posts

Posted - 2008-06-13 : 12:22:51
I currently have an Access front-end which I push and pull data from a SQL Server back end using linked tables. I have lookups, list boxes, etc. coming from the backend. I want to recreate this Access front-end in a .NET using C# and Visual Studio 2005.

I'm just at the beginning of a learning curve in this, but is this possible to recreate? I mean the pushing and pulling of data out of SQL Server 2005? Can anyone give me some insight on what I might want to do initially to get my feet wet on this. I want to recreate the switchboard, forms, tables, etc. Please help. Thanks.

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2008-06-13 : 16:30:30
you require to learn ADO.net for it

I guess www.asp.net would be a good start up for you

Chirag

http://www.chirikworld.com
Go to Top of Page

osupratt
Posting Yak Master

238 Posts

Posted - 2008-06-13 : 17:30:58
Thanks for the reply. Could you explain to me why I would need to learn ADO.Net? I just want a basic overview of what I need to get this going and why (so I can explain any training needed to my boss). Thanks again.
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2008-06-13 : 17:33:22
ADO.net is would be basic for kicking of with the database driven application in .net. For doing any CRUD related actives you require to learn ADO.net .

ADO.net provides you with the sets of classes which help you to interacts with the database.

Chirag

http://www.chirikworld.com
Go to Top of Page
   

- Advertisement -