JDBC Question (Source of Datalist Builder)
Confluence User - 13 Nov, 2018
I have tried a lot of times and cannot get the data from external database.I connected the Databased but I cannot get the data to the column list.
Below is the pic of my setting
Test connection success
Fail to get the data.
Below is my SQL table. And I have tried all below SQL option to run and fail. Please help~~
SELECT * FROM s729nownetcn.dbprojectdevelopmenthk.dbo.BrandInfo
SELECT * FROM dbprojectdevelopmenthk.dbo.BrandInfo
SELECT * FROM dbo.BrandInfo
SELECT * FROM BrandInfo
jdbc;datalist


