Francisco H Tapia
my.lists at verizon.net
Fri May 14 15:30:52 CDT 2004
Martin,
This sounds like a rights issue. I'm a bit confused on why you're
using a select in this manner. By this I mean that it is generally
accepted advice to NOT let users have access directly to tables. If
your login does not have specific "RIGHTS" to select from a table then
of course the table won't be visible.
Francis Harvey wrote On 5/14/2004 9:02 AM:
>Martin,
>
>The obligatory note, don't wait too long to turn it into an SP. Now
>that that's out of the way... Is the owner of the table dbo or the
>account that you are logging in as? Is your initial database different
>from the one where your table is stored? If so, you will need to use
>three part notation to specify your table.
>
>Francis R Harvey III
>WB 303, (301)294-3952
>harveyf1 at westat.com
>
>
>
>
>>-----Original Message-----
>>From: Martin Reid [mailto:mwp.reid at qub.ac.uk]
>>Sent: Friday, May 14, 2004 11:24 AM
>>To: dba-sqlserver at databaseadvisors.com
>>Subject: [dba-SQLServer] Odd behaviour
>>
>>
>>Working on a major revision to SQL Server
>>
>>Couple of problems still remaining.
>>
>>rst.Open ("Select " & argFieldName & " FROM tblDeveloperConsole")
>>
>>The above line when executed returns an error "Invalid Object Name"
>>
>>'tblDeveloperConsole'
>>
>>
>>The table is there. SPs work etc etc Am I doing something
>>wrong in how I am
>>trying to create the statement??? I need to pass a field name
>>to the select
>>at run time. Well several in fact. The var gets it value OK
>>but the SQL
>>Statement appears to be correct but isnt.
>>
>>This will be converted at some point to an SP.
>>
>>
>>Martin
>>
>>
>>
--
-Francisco