Results 1 to 2 of 2

Thread: [RESOLVED] MS SQL Error

  1. #1

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Resolved [RESOLVED] MS SQL Error

    I get this error:
    Msg 208, Level 16, State 1, Line 1
    Invalid object name 'Test.Oyle'.

    When I try to use this query:
    SELECT * FROM Test.Oyle

    It is such a simple query so I tried to test is it working or not and it doesnt work. It says Invalid object name!
    Database 2Test' and table 'Oyle' are existing.
    Why am I gtting this error? Any ideas?
    Dim Me As Coder

  2. #2

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [RESOLVED] MS SQL Error

    I solved it with this:SELECT * FROM [Test].[dbo].[Oyle]
    Dim Me As Coder

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width