Re: logged in user can't see tables
From: John Bell (jrm_bell@hotmail.com)
Date: 08/31/02
- Next message: frankiexy: "Login and password are transported in plain text?"
- Previous message: Oskar: "execute a stored job through MS ACCESS 2000"
- In reply to: pablo: "logged in user can't see tables"
- Next in thread: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: John Bell <jrm_bell@hotmail.com> Date: Sat, 31 Aug 2002 09:26:27 +0100
You don't say what the error messages are!
Are you connecting to the correct database?
What permissions does the user has on the tables?
John
On Sat, 31 Aug 2002 04:34:09 GMT, "pablo" <a@b.com> wrote:
>When I connect to my SQL 2000 database through a DSN in my .asp page using
>SQL authentication, I cannot see my tables without first prefixing them with
>the owner name. For example, my DSN is set to authenticate with a SQL
>id/pass:
>
>DSN=mydsn;UID=owner;pwd=xxx
>
>when I try and select on a table owned by owner
>
>SELECT * FROM employees
>
>fails, and
>
>SELECT * FROM owner.employees
>
>works.
>
>I tried the DSN without the UID and PWD, and the login fails, so I am sure I
>am loggin in correctly.
>
>I would like not to have to specifiy the owner prefix. Any ideas?
>
>
- Next message: frankiexy: "Login and password are transported in plain text?"
- Previous message: Oskar: "execute a stored job through MS ACCESS 2000"
- In reply to: pablo: "logged in user can't see tables"
- Next in thread: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Reply: pablo: "Re: logged in user can't see tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|