| Subject: | User/table access issues |
|---|---|
| From: | "sk8save" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Fri, 25 Jul 2008 02:10:16 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.database_access |
First, here's what my DB looks like (MSDE 2000): userX.TableA userX.TableB ... The DSN in CFAdmin is functional, it validates. I have provided the username and password for userX specified earlier in my DB setup for the DSN. It indicates "OK". Here's my error when I run the page: [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'TableA'. I have specified the username and password in the cfquery tag as well. I'll be uploading this code on a production server. The code as it is works on production - it's shared hosting so I don't know how they're setup. Not sure if someone can provide any clues to why this isn't working at my end on my development environment. <cfquery name="qryA" datasource=#request.dsn# username="#request.dbuser#" password="#request.dbpwd#"> 35 : select * from TableA 36 : </cfquery> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Could not find the ColdFusion Component, Jeffh13 |
|---|---|
| Next by Date: | Re: User/table access issues, GArlington |
| Previous by Thread: | Could not find the ColdFusion Component, Jeffh13 |
| Next by Thread: | Re: User/table access issues, GArlington |
| Indexes: | [Date] [Thread] [Top] [All Lists] |