Search found 16 matches: connexion

Return to advanced search

Re: Tabla MySql en Array y xBrowse

... cPassword := "" local cDbName := "PRUEBA" local cTabla := "test" local n, aCabecera := {} // Creamos el objeto "connexion" oCon := TMSConnect():New() // Nos conectamos al servidor if !oCon:Connect( cHost, cUser, cPassword ) MsgInfo( "No hay conexion ...
by Compuin
Wed Jun 07, 2017 4:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla MySql en Array y xBrowse (RESUELTO)
Replies: 15
Views: 2249

Ejemplo de conexion a Eagle1

... una idea si estoy tomando el camino equivocado? //----------------------------------------------------------------------------// // P00 Ejemplo de connexion a MySQL //----------------------------------------------------------------------------// #include "FiveWin.ch" FUNCTION MAIN() local ...
by Compuin
Tue Apr 18, 2017 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de conexion a Eagle1
Replies: 3
Views: 946

Re: TDOLPHIN + MySQL - MY.INI

Sgs, I made this migration from Tdolphin to FWMYSQL six months ago and it's exactly Mr Rao said. In the begin I did two connexions with the server, one with TDolphin and a new with FWMYSQL, and new programs were writes using the new connexion, like Mr Rao said. But the resources of ...
by vilian
Mon Mar 13, 2017 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1719

Re: Porting from Fwh to Mac

... those who do not like this interface on my pc , i am using windows 8 pro and i am not too happy with this. In a short time, the battle will be in connexion to mainframes , here Microsoft has a plus, but i beleive Android will be there in a very short time. I do not think neither that Unix Linux... ...
by Richard Chidiak
Mon Jan 14, 2013 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting from Fwh to Mac
Replies: 58
Views: 11804

Re: close gprs connexion

How can I gprs for free on my airtel sim? For about last 3 months i was not being charged for using mobile office on my airtel sim(i dont know why). Recently i formatted my phone and now i am being charged for using gprs. Is there a way by which i can again make it free? ____________________________...
by paulyne
Wed Apr 27, 2011 9:35 am
 
Forum: FiveWin for Pocket PC
Topic: close gprs connexion
Replies: 1
Views: 1164

Re: sql 2 dbf

... in SQLYog and select run execute all query. (this procedure is similar to restore the dump file) 6.-install the odbc mysql 3.51 and create a connexion in the ODBC Origen Data in control panel. ( i call 'mytes' ) 7.-open excel an select the data menu, and get external data option, then select ...
by carlos vargas
Mon Nov 30, 2009 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sql 2 dbf
Replies: 16
Views: 3858

Re: wifi

... hInternet = INTERNETOPEN( "216.117.77.7", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0 ) IF hINTERNET = 0 MSGINFO("ERREUR CONNEXION INTERNET envoi sortant") RETURN .F. ENDIF // hConnect = INTERNETCONNECT( hInternet, "216.117.77.7", INTERNET_INVALID_PORT_NUMBER, ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3225

... cHost :="194.187.0.1" local cUser :="superv1" local cPassword :="adsistem" cDtBase :="base_datos_hcm" cDtComun :="BDComun" // Creamos el objeto "connexion" y // Nos conectamos al servidor oMySQL:=TMSConnect():New() oMySQL:Connect( cHost, cUser, cPassword) if !oMySql:lConnected MsgInfo( "No hay ...
by ADBLANCO
Fri Sep 05, 2008 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Informix - Disculpen que insista
Replies: 46
Views: 14971

... last week. Needed some sunshine... Back to FTP, If you are connected to the PC (window 2003 server) from your pocket, then you are on a "local" connexion, in this case, ftp wil not work. You will need just a copy file to copy from the pocket to windows 2003 server. This is what we do when the ...
by Richard Chidiak
Thu Feb 08, 2007 7:18 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24866

... our server and receive back some other data. FWPPC works OK on this. The only problem i can not handle properly at the moment is closing the gprs connexion (when used) "Always" . From time to time it remains open. I am working on it. Hth PS : What type of server are you uisng ? Linux ? Plex system ...
by Richard Chidiak
Wed Jan 31, 2007 3:43 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24866

... DPASS := ALLTRIM(TPAR[05]) DDIR := ALLTRIM(TPAR[06]) hInternet := InternetOpen( "Anystring", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0 ) // pocket connexion gprs hCon1 = INTERNETCONNECT( hInternet, DSITE,0, DUSER, DPASS, INTERNET_SERVICE_FTP, 0,0 ) IF HCON1 = 0 MSGINFO("ERREUR Création CONNEXION ...
by Richard Chidiak
Wed Jan 31, 2007 2:17 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24866

... oFTP:Directory( ddir + "LOGTRN*.*" ) endif oInternet:End() hInternet := InternetOpen( "Anystring", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0 ) // pocket connexion gprs IF hINTERNET = 0 MSGINFO("ERREUR CONNEXION INTERNET") RETURN NIL ENDIF hCon = INTERNETCONNECT( hInternet, DSITE,INTERNET_INVALID_PORT_NUMBER, ...
by Richard Chidiak
Tue Jan 30, 2007 7:15 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24866

Antonio, Your solution is fine to "end the program" , it works OK. I like Pawel's idea of killing all sleeping process. I think about a gprs connexion that did not close properly etc.. .This can be a great add on to fwppc at the end of the app if it could be executed auomatically. I am having ...
by Richard Chidiak
Mon Jan 22, 2007 11:00 am
 
Forum: FiveWin for Pocket PC
Topic: Kill Process at end of program ?
Replies: 6
Views: 2370

... AADD(HCON,NIL) hCon[I] = INTERNETCONNECT( hInternet, DSITE,0, DUSER, DPASS, INTERNET_SERVICE_FTP, 0,0 ) IF HCON[I] = 0 MSGINFO("ERREUR Création CONNEXION FTP ... Abandon transmission ") RETURN .F. ENDIF DFICL := CurDir() + "\SORTANT" + ALLTRIM(TFIC[I]) // Fichier local DFICR := ALLTRIM(DDIR) ...
by Richard Chidiak
Sat Oct 14, 2006 5:41 am
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20132

close gprs connexion

Hello I can send data through gprs thank's to Pawel's code (works great) . I want to close automatically the gprs connexion after transmission . For this i use code below but the connexion is still up after execution of this code. I am using windows mobile 2003. Any help will be ...
by Richard Chidiak
Sat Sep 02, 2006 12:52 pm
 
Forum: FiveWin for Pocket PC
Topic: close gprs connexion
Replies: 1
Views: 1164
Next

Return to advanced search

cron