mySQL and Revolution on the web
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 4
- Joined: Mon Jan 18, 2010 11:20 am
mySQL and Revolution on the web
I hope that this is in the right place to ask this question but I have written quite an extensive desktop application using Rev Enterprise and mySQL backend. The app is used by a call centre and sits on 5 different desktops, accessing the database on a server. I really want to convert this desktop application into a web application but am unsure how to go about this. Is it possible to convert this app and run it as a revlet? My initial findings seem to indicate that revlets don't support database connectivity??
Any help will be great
Nic
Any help will be great
Nic
Re: mySQL and Revolution on the web
I don't have the same experience than you : no problem at all to access and use MySQL databases with revlets.
-
- Posts: 4
- Joined: Mon Jan 18, 2010 11:20 am
Re: mySQL and Revolution on the web
I am using the database library (libDatabase) which is using the revOpenDatabase command and this is where the application crashes! Is it possible to create revlets from the Enterprise version of Runrev or do I have to use revMedia?
Thanks for your help
Thanks for your help
-
- Posts: 4
- Joined: Mon Jan 18, 2010 11:20 am
Re: mySQL and Revolution on the web
If I run a simple mysql app in revmedia I get the following error:
Re: mySQL and Revolution on the web
Could you give more details about the "crash" ?nonamebaby wrote:I am using the database library (libDatabase) which is using the revOpenDatabase command and this is where the application crashes! Is it possible to create revlets from the Enterprise version of Runrev or do I have to use revMedia?
Thanks for your help
And RevMedia does not support databases.
Check the comparison chart :
http://www.runrev.com/products/the-rev- ... omparison/
-
- Posts: 4
- Joined: Mon Jan 18, 2010 11:20 am
Re: mySQL and Revolution on the web
In one of those inexplicable moments, it started working!! The error went away so I have a feeling it was something I changed in the stand alone settings....
Thanks for your input.
Nic
Thanks for your input.
Nic
Re: mySQL and Revolution on the web
Does the libDatase library work with LiveCode 6.1.2?
Re: mySQL and Revolution on the web
@nicoloose, you should not need to use an external library to access MySQL databases with the current versions of LiveCode - that functionality is built-in! Have a look at the documentation for the 'revOpenDatabase' command:
http://livecode.com/developers/api/6.0. ... nDatabase/
http://livecode.com/developers/api/6.0. ... nDatabase/