Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Tables on SQL server not showing

Explorer ,
May 11, 2006 May 11, 2006
I’m connecting to an SQL database hosted online; I have created many tables (the owner is usr1234) and created the DSN in DWMX2004. DW is connecting to the database but I can see only tables owned by dbo. I can’t see all the other tables.

What am I doing wrong?
TOPICS
Server side applications
358
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 11, 2006 May 11, 2006
Check the DSN to make sure the user it's connecting as has permission to
access the tables owned by usr1234.
Alternatively (and better all around), connect to the database via an OLE DB
connection instead of using a DSN (www.connectionstrings.com) as DSNs are
the slowest form of database connection.


"capitalino" <webforumsuser@macromedia.com> wrote in message
news:e3voal$gvb$1@forums.macromedia.com...
> I?m connecting to an SQL database hosted online; I have created many
> tables
> (the owner is usr1234) and created the DSN in DWMX2004. DW is connecting
> to the
> database but I can see only tables owned by dbo. I can?t see all the other
> tables.
>
> What am I doing wrong?
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 11, 2006 May 11, 2006
LATEST
Thank you Lionstone, I'll try that.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines