FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour como detectar drive mysql
Posts: 139
Joined: Fri Nov 25, 2005 04:38 PM
como detectar drive mysql
Posted: Fri Jul 29, 2011 12:08 AM

como posso detectar se o drive do mysql 3.51 esta instalado?

ronaldo

Ronaldo Minacapelli
Sistemas, Hospedagem e Criação de WebSites
http://www.bazevani.com.br
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: como detectar drive mysql
Posted: Fri Jul 29, 2011 06:54 AM
como detectar drive mysql

Did you mean to detect whether the ODBC Driver for MySQL is installed or not on your PC?.

Regards
Anser
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: como detectar drive mysql
Posted: Fri Jul 29, 2011 01:25 PM
Ronaldo;
Si interpreto tu consulta para saber la version instalada puedes usar la funcion Version()

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> select version()
-> ;
+---------------+
| version() |
+---------------+
| 5.2.7-MariaDB |
+---------------+
1 row in set (0.09 sec)

MariaDB [(none)]>
Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina

Continue the discussion