|
-
May 15th, 2007, 08:35 AM
#1
Thread Starter
New Member
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
-
May 15th, 2007, 06:45 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|