Anyone accessed mainframe database with LiveCode ?

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jimvaughn
Posts: 1
Joined: Fri Jan 16, 2015 10:16 pm

Anyone accessed mainframe database with LiveCode ?

Post by jimvaughn » Fri Jan 16, 2015 10:23 pm

Anyone accessed mainframe database with LiveCode ?
I am a dinosaur mainframe developer trying to get into mobile programming.
Wondering if it is possible to get data off a mainframe with LiveCode ?

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Re: Anyone accessed mainframe database with LiveCode ?

Post by Mikey » Sat Jan 17, 2015 5:40 pm

Every day. I've done this a variety of ways over the years, but BY FAR the easiest way is to use ODBC. If you have an ODBC module available for the mainframe, get it, and wow everyone with the cool things you can do with big iron and mobile together.

Also, you can build a middleware piece that does intermediate work between your mobile devices and your big iron (that's actually easier, IMHO, because even though it's an extra layer, it makes the communication and database locking simpler, and the security dudes are usually calmer with this approach).

Post Reply