Hello, I am trying to load WRDS tables using the newly-described JDBC connection as outlined in the blog: https://blog.stata.com/2022/01/27/wh...a-17-and-jdbc/
The connection is set up correctly, and I can see tables and variables using "JDBC showtables" and "JDBC describe mytable".
But when I try to load a table, using "JDBC load, table("mytable"): I get the error pasted below: (here I am using the table "fundq", which is from Compustat fundamentals quarterly:
. jdbc load, table("fundq")
SQL statements failed
ERROR: relation "fundq" does not exist Position: 15
r(682);
I am not sure what the error is referring to, and I don't see information about it in the general JDBC page: https://www.stata.com/manuals/djdbc.pdf. I double checked that I have WRDS loaded with "JDBC showdbs", which returns WRDS.
Happy to provide screenshots or other information; I do have a valid WRDS log in and connect to the data correctly online.
Thank you.
The connection is set up correctly, and I can see tables and variables using "JDBC showtables" and "JDBC describe mytable".
But when I try to load a table, using "JDBC load, table("mytable"): I get the error pasted below: (here I am using the table "fundq", which is from Compustat fundamentals quarterly:
. jdbc load, table("fundq")
SQL statements failed
ERROR: relation "fundq" does not exist Position: 15
r(682);
I am not sure what the error is referring to, and I don't see information about it in the general JDBC page: https://www.stata.com/manuals/djdbc.pdf. I double checked that I have WRDS loaded with "JDBC showdbs", which returns WRDS.
Happy to provide screenshots or other information; I do have a valid WRDS log in and connect to the data correctly online.
Thank you.
Comment