Results 1 to 2 of 2

Thread: Moving Data

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    8

    Moving Data

    Hello All

    Could someone show me examples of linking up a database, skiping through a database and filtering/sorting a front end in C# sharp code?

    This is part of my on going training of C# code. I know ceretain parts in VB .NET but not in C#.

    Cheers!

    Lee

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Moving Data

    Everything you did in VB.NET you do in C#. The only difference is syntax. If you know C# syntax for other things then you know it for this. If you created an SqlConnection in VB.NET then you create an SqlConnection in C# too. You simply use C# syntax to do it. It really isn't much different at all. Do what you think you should do and then ask us to help you resolve any issues you might encounter along the way. You already know the types and members to use from VB.NET and you already know C# syntax so you have everything you need. You really don't need us to provide a whole solution when you've already got 90% or more in your head.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width