Search found 6 matches

by pmchacin
Fri Dec 19, 2008 1:09 am
Forum: Databases
Topic: mysql problem in linux
Replies: 6
Views: 6521

It looks like it can't find/load the revdb external. Is this a compiled standalone application or inside the Revolution IDE? If it is a standalone, did you include the Database support library in your application settings? Jan Schenkel. Jan, you're a genius. Thank you very much, the problem is solv...
by pmchacin
Thu Dec 18, 2008 4:13 pm
Forum: Databases
Topic: mysql problem in linux
Replies: 6
Views: 6521

Could you wrap it within a 'try-catch' structure and see if it throws an error? Also the correct way to see if a connection was established, is checking if the connecton ID is a number - otherwise it should contain an error string beginning with "revdberr" on mouseUp answer "calidad esto si funcion...
by pmchacin
Thu Dec 18, 2008 5:17 am
Forum: Databases
Topic: revOpenDatabase and revCloseDatabase
Replies: 3
Views: 5312

can you help me please?

Hello, I have a problem using RR an mysql on Linux. I copy your code for connection and work fine on Windows plataform but on Linux not work.
Just do not say anything, no error, does not run the code after the attempt to connect. Can you help me?

Note: I using a traductor Spanish - English.
by pmchacin
Wed Dec 17, 2008 8:21 pm
Forum: Databases
Topic: mysql problem in linux
Replies: 6
Views: 6521

The problem

Can you post what exactly is shown upon answer "el valor de la variable es "&tConID as it is a little difficult to know what's wrong when you don't have the error message :-) Jan Schenkel. Hey, thanks for responding. *** I am using a traductor from spanish. *** The problem is that it does not get a...
by pmchacin
Wed Dec 17, 2008 5:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution Dictionary disapear
Replies: 4
Views: 3964

The solution

Simply click on the dictionary in the taskbar with the right mouse button and select maximize :?
by pmchacin
Wed Dec 17, 2008 5:19 am
Forum: Databases
Topic: mysql problem in linux
Replies: 6
Views: 6521

mysql problem in linux

Hi, I have a problem when trying to connect to a mysql database from Linux. The program works fine in windows but not on Linux. I write the code in the connect button is this: on mouseUp answer "calidad esto si funciona" global gConID put revOpenDatabase("mysql", "localhost", "test", "root","" )into...