Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default sql server access

    can I run sql server from xp pro and have access to the data from my website
    running on the same system?

    I can get my site fine, but can't seem to access my data when I use my web
    address. I can access it perfectly when I view it from my server.

    Paul

    lamynes03 Guest

  2. Similar Questions and Discussions

    1. access flv on FMS from other server (
      Hi ya'll I'm developing a fairly big chat site and one issue i have is when I make snapshots of the webcam. If I run the websever and FMS on the...
    2. Access across server
      Currently I am running CFMX7 (standerd) on a W2003Server with MySQl all on one box (server). Does it make since to have the locluser files and MySQL...
    3. cannot access server through RDS
      I am not able to access my server through RDS and would be so very grateful for any assistance. I am running ColdFusion MX Developer Edition on...
    4. sql server and access
      Hi, I've got an Access form with a view as record source. When I change a value in a textbox, I've got the following error in Access: "The...
    5. SQL Server 2000, Exchange, COM-Add in for Outlook XP; Dynamically link ACCESS xp & SQL SERVER???
      Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server...
  3. #2

    Default Re: sql server access

    Have you installed sp2 for xp ?

    If so, you have to install sp3 for sql server after installing sp2 for xp

    You can then have problems with the xp firewall, you will need to have a look
    at this link.

    [url]http://www.docs.com/HelpFiles/WindowsXPServicePack2Fix.htm[/url]

    But yes you can do what you want.

    Ken

    The ScareCrow Guest

  4. #3

    Default Re: sql server access

    I am running sql server 7, does that apply? I have norton firewall and my
    router firewall, xp's firewall is disabled since I am running norton.

    I am configuring the ports for sql server to run on both the router and
    through norton. It's somewhat confusing, but I think I have those two
    configured to allow my sql server to have access.

    It seems that if I can see my site from the localhost and connect to my data,
    then I should also be able to if I connect to it through the actual web address?

    I am learning anyway....

    Paul

    lamynes03 Guest

  5. #4

    Default Re: sql server access

    What port have you given access to in your firewalls ?

    What tool are you using to develop in ? Can you access the sql server through
    this ?

    Have you created a dsn in the cf administrator ?

    Just because you can view the pages from the web server, does not mean cf can
    access the db server.

    Ken

    The ScareCrow Guest

  6. #5

    Default Re: sql server access

    right now I am using the 1433 tcp and 1434 udp, also with coldfusion I do have
    the dsn running and it's verified/working fine.

    I am on the edge with the development tools, coldfusion cfc for scripting,
    flash front end with webservices to connect to my cfc. All the is working
    great, coldfusion is running with iis and all is well.

    I just can't get my data to come through when I access through the www
    address.

    Paul

    lamynes03 Guest

  7. #6

    Default Re: sql server access

    would I need to have the update for sql still?
    lamynes03 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