Connecting to a remote MsSQL server...?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Connecting to a remote MsSQL server...?

    Hi all,
    can I connect to a MsSQL server using DW MX?

    What are the info needed to connect?

    I.e.: what do I need to ask to the server admin?

    Thanks in advance.

    tony
    sweetman Guest

  2. Similar Questions and Discussions

    1. Connecting via Local/Network to remote server
      Hi All, I am trying create a connection in Contribute. I provide the "Web address for our website". "http://chapp9/SalesStaging/SalesPages/" ...
    2. Connecting to remote database on separate server
      I was wondering if any of you could explain how to connect to a database that sits on a different server than the site? Is it possible to connect...
    3. * * * Connecting DW to a REMOTE 'Testing server' * * *
      Hello all, I've now spent 7 full 12 hour days on this, with no success... I am begging for help. Books, google, macromedia, the forums have all...
    4. Connecting to Remote SQL Server
      HI, Uses: Windows XP professional, Winodws 2000 Server, SQL Server 2000, Visual Studio 2003; I'm trying to connect a Remote SQL Server which...
    5. #24419 [Opn->Csd]: ifx_connect broken when connecting to remote informix server
      ID: 24419 Updated by: sniper@php.net Reported By: leightonbrown at excite dot com -Status: Open +Status: ...
  3. #2

    Default Re: Connecting to a remote MsSQL server...?

    >You'll need to build a connection string to the database.
    >You'll need the following info:
    >
    >IP address of the SQL Server.
    >Username and Password to login.
    >Database name to login to.
    >
    >Your final connection string should look like somthing like this:
    >
    >MM_conn_STRING = "Provider=SQLOLEDB.1; Data Source=IP_address_here; Network
    >Library=DBMSSOCN; Initial
    >Catalog=Database_name;uid=Username_here;pwd=Passw ord_here;"
    >
    >Make the obvious replacements! :)
    I can't thank you enough!

    Thanks!Thanks!Thanks!

    tony
    sweetman Guest

  4. #3

    Default Re: Connecting to a remote MsSQL server...?

    >I can't thank you enough!
    >Thanks!Thanks!Thanks!

    LOL
    Ya just did :)

    Glad to have helped!
    Cheers,
    Rob [url]http://robgt.com/[/url]
    Extensions: [url]http://robgt.com/products/index.asp[/url]
    Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
    Blog: [url]http://blog.robgt.com/[/url]


    RobGT Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139