Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantk19
Creator
Creator

Advanced Settings in tDBInput

Hello,

Is there a way I can define Multiple Additional JDBC parameters in tDBInput component in "

Advance settings" tab.

Please see the sreenshot attached.

By default it is

"noDatetimeStringSync=true". I want to add ""useSSL=false".

So i should have 2 parameters and not 1.

-"noDatetimeStringSync=true"

-"useSSL=false"

How can we do this?

Labels (3)
4 Replies
rbk_tal
Contributor
Contributor

Maybe try adding them with a semicolon between the values ?

"noDatetimeStringSync=true;useSSL=false"

 

Haven't tried it - Just guessing...

gjeremy1617088143
Master
Master

Hi, yes : "noDatetimeStringSync=true&useSSL=false"

send me love and kudos

sushantk19
Creator
Creator
Author

select count(*) from dm.fact_order

where to_char(load_at,'YYYY-mm-dd')='2022-02-11'

gjeremy1617088143
Master
Master

?