Hi @Jeff vG ,
Thanks for the question and using MS Q&A platform.
Looks like you cannot insert a pandas DataFrame into Azure SQL Database using JDBC.
When I tried using JDBC it returns - Query returned no results
.
I would suggest try using the pyodbc package.
This article - Insert Python dataframe into SQL table describes how to insert a pandas dataframe into a SQL database using the pyodbc package in Python.
Hope this helps. Do let us know if you any further queries.
---------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.