4 Replies Latest reply on Sep 12, 2016 9:32 AM by rareddy

    File as a datasource in teiid.

    kulbhushanc

      Hi,

       

      I am trying to make connection to the file using teiid admin api, to connect to the file I am using HXTT as a jdbc driver so that I am able to fire sql queries on a file; this works well but if I am firing "getSchema" method of teiid admin api its returning schema for all files present of that directory instead of schema of  only file for which I made a connection.

       

      My opinion is about the case discussed above is connection implementation totally depends on jdbc driver and not on teiid, that's why getSchema method return schema for all files in that directory.

       

      Thanks,

      Kulbhushan Chaskar.