I want the coding for connecting application page to Sql.Plz help me
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
closed as not a real question by SPDoctor♦ Dec 4 '12 at 12:04
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
An application page can run pretty much any code you like, in C# or VB (and probably F# too, since it's .NET). I'd suggest you start looking at the documentation for SqlClient. You can find many, many tutorials for using these classes on Google. |
|||
|
|
|
its not a good practice to directly interface between SharePoint and SQL server, you can look at an alternate option of web services which directly talks to SQL server and later integrate it on the application page |
|||
|
|