Question

Getting Schema Reader to see SQL SERVER Database connection?


Hi folks, I'm trying to get the SCHEMA reader to read a MS Sql Server non spatial database. I keep trying to give it the correct Database Connection - but at the moment it wont. see it. Is there a way to make the Schema reader correctly get the database connection properties?


2 replies

Userlevel 4

You can use a FeatureReader and tell it to only read the schema, e.g.

featurereader schema

Thanks! - I hadnt realised the difference between the Schema Reader and a FeatureReader. Useful - very appreciated.

 

Reply