Connect to Sql server using DSN?

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Connect to Sql server using DSN?

    Hi,

    Is it posssible to connect to Sql Server using DSN?

    Thanks,
    Ben

    Ben Guest

  2. Similar Questions and Discussions

    1. I have a flash movie running a http server but it needsto connect to another server in https.
      I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in...
    2. I have a flash movie running a http server but it needsto connect to another server in https
      I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in...
    3. could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
      I am trying to send an email message from sql server using the JMail component from dimac.net. I was able to use the stored procudure sp_send_mail...
    4. Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
      The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on...
    5. Web Server Connect
      I am running Filemaker 6 Unlimited on three machines with the Web Server Connect program supplied with this version of Filemaker. Web Server...
  3. #2

    Default Re: Connect to Sql server using DSN?

    Yes...

    Cheers
    Ken

    "Ben" <Ben@discussions.microsoft.com> wrote in message
    news:04C1C471-1245-4270-A8AF-83F8A786598D@microsoft.com...
    > Hi,
    >
    > Is it posssible to connect to Sql Server using DSN?
    >
    > Thanks,
    > Ben
    >

    Ken Schaefer Guest

  4. #3

    Default Re: Connect to Sql server using DSN?

    Hi,

    Got to use the odbc .net data provider?

    Our application is already using Sql server .net data provider. Is it as
    easy as switching to the odbc .net data provider? Will the the codes for the
    Sql server .net data provider will work in the odbc .net data provider as
    well?

    Do you have a sample connection string that utilizes the DSN?

    Thanks,
    Ben




    "Ken Schaefer" wrote:
    > Yes...
    >
    > Cheers
    > Ken
    >
    > "Ben" <Ben@discussions.microsoft.com> wrote in message
    > news:04C1C471-1245-4270-A8AF-83F8A786598D@microsoft.com...
    > > Hi,
    > >
    > > Is it posssible to connect to Sql Server using DSN?
    > >
    > > Thanks,
    > > Ben
    > >
    >
    >
    >
    Ben Guest

  5. #4

    Default Re: Connect to Sql server using DSN?

    Hi Ben,

    Have a look at this website it has lots of different connection string
    examples [url]http://www.able-consulting.com/ADO_Conn.htm[/url]

    I'll ask a silly question too, why do you need to use a DSN to connect to
    SQL server? I is faster to use the .net SQL Server provider.

    Cheers
    Paul

    "Ben" <Ben@discussions.microsoft.com> wrote in message
    news:04C1C471-1245-4270-A8AF-83F8A786598D@microsoft.com...
    > Hi,
    >
    > Is it posssible to connect to Sql Server using DSN?
    >
    > Thanks,
    > Ben
    >

    Paul Roberts 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