I have successfully connected to my SQL Server db via the database provider (System.Data.SqlClient) - however I cannot access any tables other than those in the "dbo" schema.
An example is - my data lives in the hist.data table but I cannot access it unless I change it to dbo.data.
Is there any way to specify the schema so that I can access my non-dbo schema tables?
Size:
Color:
Size:
Color:
I've already tried and this does not work.
Size:
Color:
What exactly does not work, an ALTER USER clause?
Have you also tried the Initial Catalog switch?
Size:
Color: