Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way we can create a qvw which copy and paste access database automatically from local pc into server?
Please can anyone suggest me.
Thanks in advance.
Hi,
Not Naively Supported by Qlik.
You have to look at some Macros.
You can do the same with task scheduler.
Regards
ASHFAQ
Thanks. will task scheduler work to copy and paste database from local pc to server?
Yes
Regards
ASHFAQ
Thanks. any example please
I have to copy the database from local pc 34.098.21(ip address) to 45.098.1 server(ip address)
HI,
Google is best source.
Code is
XCOPY C:\Temp C:\Temp2 /S
Have a look at the attached links.
Regards
ASHFAQ