C# database basics
Working with data and databases in C# certainly can be daunting if you're coming from VB6, VBA, or Access. With this hands-on guide, you'll shorten the learning curve considerably as you master accessing, adding, updating, and deleting data with C#-basic skills you need if you intend to p...
Main Author: | |
---|---|
Other Authors: | , |
Format: | eBook |
Language: | Inglés |
Published: |
Sebastopol :
O'Reilly Media
2012.
|
Edition: | First edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628024706719 |
Table of Contents:
- Table of Contents; Preface; Objectives; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. First Steps: Form with a Datagrid; Installing Software; Basic Syntax; C# Operators; Selection Statements; Adding Filtering; Some Other Considerations; What's Next?; Chapter 2. C# Data Access to SQL Server; What's Next; Chapter 3. Building Data Entry Forms; Binding a TextBox to Data; Simple Data Entry Form; Chapter 4. Creating Data Entry Forms with Built-In Controls; Chapter 5. Data in a Web Service; Writing a Web Service; What's Next
- Chapter 6. Editing Access Data on the WebWhat's Next?; Chapter 7. Additional C# and Database Topics; Referring to Connection Strings; Building Strings with Database Data; Reporting; Exporting Tables to XML; Wrap-Up