mx7 connect to sql server 2000

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

  1. #1

    Default mx7 connect to sql server 2000

    I have been able to set up a datasource that verifies and connects to the
    database. But when I run queries through coldfusion, I get 'invalid object
    name' errors on tables that I create with enterprise manager. I can run
    queries on system tables just fine through coldfusion but I cannot run queries
    on tables I create.

    Any ideas?



    *guyute* Guest

  2. Similar Questions and Discussions

    1. Connect to SQL Server 2000 named instance from CF 4.5?
      Has anyone connected to a SQL Server 2k named instance from CF 4.5? Yes believe it or not we are still using 4.5. I do not see a place in the Data...
    2. Can't connect to SQL 2000
      I just installed MX7 and I can not connect to SQL 2000 I get the error Connection verification failed for data source: evan...
    3. ASP connect to MS SQL Server 2000
      Hi Ng, i'm a nebie to ASP so please be kind ,-) I'd like to access (read and write data) from asp on (IIS if this Information is needed) MS...
    4. Error in COM+ while migrating from 2000 Server to 2000 Advace Server
      Hi, I have one 3 tier architecture application running on Windows 2000 Server. I have created replica of same machine on another machine where OS...
    5. Error while porting applicaition from 2000 Server to 2000 advace Server
      Hi, I have one 3 tier architecture application running on Windows 2000 Server. I have created replica of same machine on another machine where OS...
  3. #2

    Default Re: mx7 connect to sql server 2000

    Hi,
    Looks like a permissions issue to me. Make sure the user you have created
    the datasource with has permissions to query the tables you created ( basically
    the user who created the tables). Your DB administrator might be able to help
    you with it.

    Thanks,
    Swathi.

    swathi Guest

  4. #3

    Default Re: mx7 connect to sql server 2000

    I can confirm this type of behavior (CFMX 701 Dev, IIS 5.1). I add a
    field to a table via enterprise manager and then try to query the field
    and then get the same error you describe. I haven't been able to take
    the time to find a fix (a cf restart fixed it for me)...I'm wondering if
    it is the maintain database connection switch for the DSN???

    and yes, the user in the CF DSN has permissions on the table/field.

    --
    Tim Carley
    [url]www.recfusion.com[/url]
    [email]info@NOSPAMINGrecfusion.com[/email]
    Mountain Lover Guest

  5. #4

    Default Re: mx7 connect to sql server 2000

    Originally posted by: Newsgroup User...I'm wondering if it is the maintain
    database connection switch for the DSN??? ...

    I think so.
    And you can see the same behavior even using Query Analyzer if you don't
    "refresh" after some changes made in EM.



    MikerRoo 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