Code Comments
Programming Forum and web based access to our favorite programming groups.Hi! Can I read data from a AcuCobol database? I have 10-12 files with .vix extension (maybe index?) and same file without extension (maybe data). Can I read these data? I won't write but I'll read these data and then write it on my DB. There is a free ODBC can I use? I read an utility (VUTIL32.exe) which read these data and write a text file. Where I can get this utility? Thanks! Gianluca
Post Follow-up to this messageA COBOL program written with the ACUCOBOL-GT compiler and runtime can access the file, you would need to know the FDs of your files. vutil or vutil32 (Windows version) is software that is provided by Acucorp INC. Acucorp also has an ODBC driver as well that could access the files but you would also need data dictionaries (xfds) which are created by the ACUCOBOL-GT compiler.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.