to extract .fic to sql server 2012 using Windev -


i have existing data_base using windev want convert database(and extract data (file .fic) windev sql-server 2012 use them . information application called payroll.exe 4.0.0.1 version. version of windev must download extract data ? need in sql-server it??

this depends on version of dll found windev application. example wd170hf.dll windev 17, wd90hf.dll windev 9.

the easiest way can think of doing u want either using program called wdmap (it's installed windev). export table xls/csv , import 1 sql-server. far not best or fastest solution will/should work.

or use odbc connector (this 1 can downloaded separately if not mistaken). comes windev installation.

note on windev u can download & install full version site. u need dongle start ide. (u can use tools (like wdmap) without dongle. officially not allowed install ide if u not have dongle. express version won't allow u edit source files made full version.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -