get data from database

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

get data from database

Post by vedus » Wed Jun 12, 2013 7:40 pm

i am sorry if is stupid question but i am new to LC.i search before i ask,and i don't find anything about that.
i have a customer who has 1 database with 40-50 tables and more than 30.000 records.the customer want to get the records and show up in mobile app.
my question is.
if the customer export the database> what format is best to be exported?
is possible to read the data from the local exported file?
thank you

cbarnhart
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 48
Joined: Mon May 07, 2012 2:10 pm

Re: get data from database

Post by cbarnhart » Wed Jun 12, 2013 8:25 pm

I am rather new also but I have had great success reading in databases straight from SQL (mySQL). Why are you converting them to a local source?

vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

Re: get data from database

Post by vedus » Wed Jun 12, 2013 8:41 pm

the database of my customer is web based and he use it with .asp and he don't want remote access.
So need to be local in the mobile and don't get the data remotely.that customer want. (No remote access to database)

Post Reply