L
Libor Laubacher
Guest
1) it's probably the license (assuming you have the database connected); "showcfg" will tell you (or configinfo icon) 2) SQLExplorer uses SQL(92) syntax, it does not know what to do with ABL commands; you need to execute this from the procedure editor (prowin32 or mpro) and you would need to create a record in the table first, ie input from stgrp.d. repeat: create stgrp. import stgrp. end. input close. 3) another option since you have ascii file, would be a bulk load (proutil dbname -C bulkload dbname.fd) - you can create the bulk loader description file in data administration.
Continue reading...
Continue reading...