Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

Does anyone know what SQLQueries does and what arguments should be supplied?

I hoped that it returns names of views in a database, but it apparently does not.

share|improve this question
From the help : SQLQueries[ ] returns a list of datasources made available through \ the DatabaseResourcesPath[]. – b.gatessucks Jan 23 at 9:18
@b.gatessucks, I've searched both offline help (v.9) and online with no success. The only relevant link that search returns is to your comment above. – user829438 Jan 23 at 10:13
1  
You can find the code for SQLQueries[] in the package $InstallationDirectory\SystemFiles\Links\DatabaseLink\Kernel\DataSources.m. – kguler Jan 23 at 11:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.