C# Database Basics: Moving from Visual Basic and VBA to C#

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

"Moving from Visual Basic and VBA to C#"--Cover.

Author(s): Michael Schmalz
Publisher: "O'Reilly Media, Inc."
Year: 2012

Language: English
Pages: 106

C# Database Basics
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 Web
What’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