Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion
Champion

Connecting to Database

hello all,

i am able to connect Database to Oracle but its asking each time password while connecting to Oledb connection.

Please suggest.

Thanks In Advandce

SKC

Sunil Chauhan
4 Replies
adhudson
Creator II
Creator II

Hi,

     In QlikView Script, Have you mentioned User ID and Password in the connection string?

     And don't forget to set PERSIST INFO=YES in it.

     Hope this helps.

Regards

Andrew Hudson

SunilChauhan
Champion
Champion
Author

Thanks for your Reply.

yes username and password available but

where to put persist Info PERSIST INFO=YES

OLEDB CONNECT32 TO [Provider=MSDAORA.1;User ID=User;Data Source=Ipadress/servicename] (XPassword is AHfPFGVIBSUOF);

Please suggest

Sunil Chauhan
adhudson
Creator II
Creator II

Hi,

     Try this connection string.

     OLEDB CONNECT32 TO [Provider=MSDAORA.1; PERSIST INFO=YES; User ID=User;Data Source=Ipadress/servicename] (XPassword is AHfPFGVIBSUOF);

SunilChauhan
Champion
Champion
Author

thanks for your reply

let me check and reply you.

Sunil Chauhan