Search:

Type: Posts; User: Denis

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    8,110

    I'm learning C# currently from Sams Teach...

    I'm learning C# currently from Sams Teach Yourself.

    http://www.free-ed.net/free-ed/InfoTech/informit/ITLC06.asp
  2. Replies
    7
    Views
    4,216

    oh jesus.... now i feel like an absolute...

    oh jesus.... now i feel like an absolute idiot..... Thanks bob
  3. Replies
    7
    Views
    4,216

    Ok won't let me edit my last post so here it is:...

    Ok won't let me edit my last post so here it is:

    The compiler and error message is saying

    The type or namespace name DataTable could not be found (are you missing a using directive or an...
  4. Replies
    7
    Views
    4,216

    using System; using System.Collections.Generic;...

    using System;
    using System.Collections.Generic;
    using System.Drawing;
    using System.Windows.Forms;
    using System.Data.OleDb;

    namespace Database_Example
    {
    /// <summary>
    /// Description of...
  5. Replies
    7
    Views
    4,216

    Creating a Data Adapter

    Hey All;

    I'm new to C# and Have been working on finishing this online course I've been taking. I am wondering if you can help me figure out what is wrong with this code, and how to fix it.

    This...
Results 1 to 5 of 5