C++ Programmer's Cookbook



{C++ 基础} {C++ 高级} {C#界面,C++核心算法} {设计模式} {C#基础}

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  452 Posts :: 4 Stories :: 562 Comments :: 0 Trackbacks

2005年11月21日 #

posted @ 2005-11-21 17:44 梦在天涯 阅读(210) | 评论 (0)编辑 收藏

     摘要: 从c++到c#  阅读全文
posted @ 2005-11-21 16:59 梦在天涯 阅读(686) | 评论 (1)编辑 收藏

     摘要: Introduction
Accessing databases is a common part of most applications and with the introduction of C# and ADO.NET, has become quite simple. This article will demonstrate the four most basic database operations.

Reading data. This includes various data types such as integers, strings and dates.
Writing data. As with reading we will write these common types. This will be done using a SQL statement.
Updating or modifying data. Again we will use a simple SQL statement. 阅读全文
posted @ 2005-11-21 12:20 梦在天涯 阅读(295) | 评论 (0)编辑 收藏

     摘要: Managed, Unmanaged, Native: What Kind of Code Is This?  阅读全文
posted @ 2005-11-21 10:47 梦在天涯 阅读(388) | 评论 (1)编辑 收藏