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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to insert record into sql using macro in qlikview

Hi all,

     i have a qlikview document where i need to insert record into sql db from qlikview document by using macro or any other process .

please share me the way you know. and if you know using macro please share the code .

Thanks,

Narasimhak.

rwunderlich techvarunstalwar1 swuehl kenphamvn

10 Replies
marcus_sommer

Actually I don't use it myself and my last time was really many years ago and only by using vba against an Access database.

But I think it should work with the most other databases too, because it just does the same like the sql-process within the script by opening a connection to a database and transferrering a sql-statement. Important is only that the right database-driver is installed and that the various parameter are correct (in content and syntax).

- Marcus