D
dbeavon
Guest
Are you talking about doing it in the ABLlanguage? In general the OE ABL language has little in the way of accessing data outside of its own OE database. Some of the types of resources it can connect to are: OE database, local file system, JMS message brokers, soap/rest services. It does have something called "DataServer" to connect to SQL Server and Oracle but that option will cost quite a bit, and it has a lot of moving parts that you might not expect (ie. "schema holders"). If you are on then Windows platform, then I'd suggest you do all the Microsoft access stuff outside of ABL (eg. in a local command line program or WCF service). You could redirect the input/output via the file system in a pinch.
Continue reading...
Continue reading...