Re: ADODB on dotnet.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Armin Zingler

    Re: ADODB on dotnet.

    "Mr. X." <no_spam_please @nospam_please. comschrieb
    "Dim conn As Adodb.connetion " is not the correct syntax.
    >
    What is the correct syntax ?
    Did you set a reference to the library containing that class?

    Is there any other way to do connection to database (fits to sql-server
    2008) ?
    Learn more about establishing a connection to SQL Server using the .NET Framework Data Provider for SQL Server.



    Armin

  • Mr. X.

    #2
    Re: ADODB on dotnet.

    How can I set a reference to the library ?

    Thanks :)


    Comment

    • kimiraikkonen

      #3
      Re: ADODB on dotnet.

      On Oct 13, 4:02 pm, "Mr. X." <no_spam_please @nospam_please. comwrote:
      How can I set a reference to the library ?
      >
      Thanks :)
      In Solution Explorer, right click on your project -"Add Reference"
      then choose necessary tab, in this case, from .NET tab, choose
      System.Data.dll .

      Hope this helps,

      Onur Güzel

      Comment

      • Mr. X.

        #4
        Re: ADODB on dotnet.

        Found.

        (Right click on project name + add reference + ADO)

        It's a question for newbie user of Microsoft Visual Studio 2008.
        (Still looking for good tutorial for M VS.2008).

        Thanks anyway :)


        Comment

        • Armin Zingler

          #5
          Re: ADODB on dotnet.

          "Mr. X." <no_spam_please @nospam_please. comschrieb
          How can I set a reference to the library ?
          >
          Thanks :)



          Armin

          Comment

          Working...