Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6225793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:54:32+00:00 2026-05-24T08:54:32+00:00

Please suggest how to do this. Thanks.

  • 0

Please suggest how to do this. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T08:54:33+00:00Added an answer on May 24, 2026 at 8:54 am
    PrivateFunction GetDataFromDb(ByVal lcSQL AsString, ByVal loCommandType As CommandType, _
        ByVal lcTableName AsString, ByValParamArray loParameters() As SqlParameter) As DataSet
    
        Dim loResult As DataSet
        Dim loConnection As SqlConnection
        Dim loCommand As SqlCommand
        Dim loAdapter As SqlDataAdapter
        Dim i As Int32
        Dim loParameter As SqlParameter
    
        Try
    
            'Create and open connection to the Northwind database
            loConnection = New SqlConnection("Persist Security Info=False;Integrated Security=SSPI;database=northwind;server=(local);Connect Timeout=30")
            loConnection.Open()
    
            'Prepare command and to select data from the database
            loCommand = New SqlCommand(lcSQL, loConnection)
            loCommand.CommandType = loCommandType
    
            IfNot loParameters IsNothingThen
                ForEach loParameter In loParameters
                    loCommand.Parameters.Add(loParameter)
                Next
            EndIf
    
            loAdapter = New SqlDataAdapter(loCommand)
    
            loResult = New DataSet
            loAdapter.Fill(loResult, lcTableName)
    
            'Return list of the customers as a DataSet
            Return loResult
    
        Catch ex As Exception
            Throw ex
        Finally
    
            'Clean resources
            IfNot loAdapter IsNothingThen
                loAdapter.Dispose()
                loAdapter = Nothing
            EndIf
    
            IfNot loCommand IsNothingThen
                loCommand.Dispose()
                loCommand = Nothing
            EndIf
    
            IfNot loConnection IsNothingThen
    
                If loConnection.State = ConnectionState.Open Then
                    loConnection.Close()
                EndIf
    
                loConnection.Dispose()
                loConnection = Nothing
    
            EndIf
        EndTry
    
    EndFunction
    

    Found at: http://support.microsoft.com/kb/555266

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Maybe this cannot be done, but please help or suggest how this can be
Iam newbie with this calendar sort of thing...Please suggest me if possible. Iam using
Please suggest some good resources to start writing Java Web services.
Please suggest a good MVC framework for Winforms.
Please suggest some free tools which will help me to get Lines-of-Code metrics for
Please suggest some elegant way to convert arrays of arrays to collections of collections
Please suggest me the best authentication way to implement in the scenario mentioned below:
Please suggest me a method to save an XML file to the current installation
Please suggest a tutorial about java beans.
Please suggest me a good C# interview questions book

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.