Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot see my tables when connecting via ODBC

Status
Not open for further replies.

AlbertAguirre

Programmer
Joined
Nov 21, 2001
Messages
273
Location
US
I'm developing a web app and I cannot query on my one and only table in my SQLServer database.

I also tried viewing my tables in MSAccess2000 but same reults. I cannot see my table.

I am new to SQL Server. Please help.

I already checked permissions with my limited knowledge it looks good to me. Tables are available to "public". I created my login name and connect to the database OK.
I gave access to everyone for everything trying to fix this problem. No luck.

I am desperate, please help...

 
In the ODBC profile, make sure you chose the correct database as default, and when doing and dynamic sql fully qualify the table name like dbname.dbo.tablename...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top