Search found 42 matches: conection

Return to advanced search

Re: xHarbour.org updated!

... LOCAL oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 oCli:lSSL = .T. ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37556

Re: xHarbour.org updated!

... LOCAL oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 oCli:lSSL = .T. ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37556

Re: FWH 15.03: Pivot Tables (New feature) - Usage

... I can't run pivotado.prg, i get this error https://i.postimg.cc/cvmFxXmT/error.jpg i took the sample and changed the string of conection. I work with ms-sql and fwh 17.12 /***  PivotADO.PRG*  Author: G.N.Rao, India*  Mar 09-2015 07:11 PM**/#include "FiveWin.Ch"#include ...
by artu01
Fri Dec 04, 2020 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

Re: Amount of users on network

Hello Marc,

I don't sure, but I think one way can be to lock a record in a table (dbf) users while the user is logged, when the user logout, unlock the record, I think (no sure) when client lost the conection, the record is unlocked automatlicaly, you can test

saludos

Marcelo
by Marcelo Via Giglio
Wed Oct 09, 2019 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amount of users on network
Replies: 3
Views: 782

Re: A question for Mr. Rao

Mr Rao: Why this code does not work (There is not conection) FWCONNECT oCn HOST "localhost" USER "root" PASSWORD "secret" DB "AppSap"  But this one yes (There is conection) FWCONNECT oCn HOST "192.178.100.3" ...
by joseluisysturiz
Fri Aug 16, 2019 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question for Mr. Rao
Replies: 8
Views: 936

A question for Mr. Rao

Mr Rao: Why this code does not work (There is not conection) FWCONNECT oCn HOST "localhost" USER "root" PASSWORD "secret" DB "AppSap"  But this one yes (There is conection) FWCONNECT oCn HOST "192.178.100.3" ...
by Armando
Fri Aug 16, 2019 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question for Mr. Rao
Replies: 8
Views: 936

SSL conection with tDolphin

Hello, I use tDolphin and need an example SSL connection to MariaDB / MySQL. I didn't find any examples in the samples folder. Non-SSL connection I do like this: TRY CONNECT oServer HOST alltrim(host) ; USER alltrim(usuario) ; PASSWORD alltrim(senha) ; PORT nPort ; FLAGS nFlags; DATABASE alltrim(DBN...
by rogerio
Tue Jul 23, 2019 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SSL conection with tDolphin
Replies: 0
Views: 412

Re: Conector ADO para MySQL Implementando Power BI

Pay attention - Power BI has two tags in this screen of conection. One of to network and other to data base.
by vilian
Wed Apr 10, 2019 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conector ADO para MySQL Implementando Power BI
Replies: 1
Views: 869

Re: MariaDB on Crystal Rerports

Hi, You can use ado and odc to connect Crystal report directly With database using this string conection: Provider=MSDASQL.1;Password=YOUR_PASSWORD;Persist Security Info=True;User ID=YOUR_DB_USERT;Extended Properties="Driver={MySQL ODBC 5.1 Driver};Server=YOUR_SERVER;DefaultDatabase=YOUR_DATABASE;Database=YOUR_DATABASE;Port=3306;User=YOUR_DB_USER;Option=3" ...
by fraxzi
Fri May 11, 2018 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: MariaDB on Crystal Rerports

Hi, You can use ado and odc to connect Crystal report directly With database using this string conection: Provider=MSDASQL.1;Password=YOUR_PASSWORD;Persist Security Info=True;User ID=YOUR_DB_USERT;Extended Properties="Driver={MySQL ODBC 5.1 Driver};Server=YOUR_SERVER;DefaultDatabase=YOUR_DATABASE;Database=YOUR_DATABASE;Port=3306;User=YOUR_DB_USER;Option=3" ...
by nnicanor
Fri May 11, 2018 3:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: Direct IP Connection

... is the client, and your software is the server. Then follow the instructions in the interface manual. . I have reviewed some sockets but the conection that asks me, IP, Port, User, password. I do not come or I do not understand much the subject of socketa some simple example that can help ...
by Busmatic_wpb
Sat Jan 20, 2018 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 3444

Re: Direct IP Connection

... system have a server inside. This can be connected via rj45 but I have no idea how to connect from my pc. I have reviewed some sockets but the conection that asks me, IP, Port, User, password. I do not come or I do not understand much the subject of socketa some simple example that can help ...
by Busmatic_wpb
Sat Jan 20, 2018 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 3444

Re: Building FWH

... going to be an issue even if the syntax error is corrected. //----------------------------------------------------------------------------// // Conection with Borland's VBX DLL - at run-time !!! DLL STATIC FUNCTION VbxInitDialog( hWnd AS WORD, hInstance AS WORD,; cResName AS STRING ) AS BOOL ...
by rhlawek
Fri Jul 26, 2013 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building FWH
Replies: 11
Views: 3901

Re: Is possible animated gifs in dialogs

... DIALOG oDlg CENTERED ON INIT BuildGif(oDlg) NOWAIT and the animate runs ok, but when i call a dll function animation stop. This dll call makes a conection with a webservice. Any idea? Thanks.
by Wanderson
Fri Jun 14, 2013 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is possible animated gifs in dialogs
Replies: 9
Views: 2152

Re: Test if a Ms Access SQL field is Number

Rick: Here is my conection code TRY    oApp:oCon   :=  TOleAuto():new("adodb.connection")CATCH oError    MsgStop( "No se ha podido crear la conexión al servidor !", oApp:cAplicacion)    ...
by Armando
Thu Oct 25, 2012 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test if a Ms Access SQL field is Number
Replies: 4
Views: 711
Next

Return to advanced search