Search found 102 matches: cserver

Return to advanced search

Re: TDolphin error al grabar...SQL

... = 86400;" ) endif return(.t.) /********************************************************/ static function ConnectTo() /* */ LOCAL oServerIni, cServer, cUser, cPass, cBanco, cPort, nPort, nFlags, oErr Pega_Script('connect.ini', @cServer, @cUser, @cPass, @cBanco, @cPort ) oServerIni := NIL nPort ...
by MGA
Fri Sep 18, 2015 2:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin error al grabar...SQL
Replies: 5
Views: 930

Re: Utilitario DBF2SQL

... Ahora para acceder a esos datos, debo usar una coneccion; probe con esta que baje del foro y no funciona FUNCTION ConnServer() Local cServer := "localhost" //Ubicación del servidor Local cUser := "root" // usuario Local cPass := "123" // password del ...
by LuisPonce
Fri Jul 31, 2015 3:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilitario DBF2SQL
Replies: 46
Views: 10382

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... ] ] ] ) ] ; [CONSOLE( [nConPrio] ) ] ; [MONITOR( [nMonPrio [,nMonPort] ] ) ] ; [SYSLOG( [nSysPrio [,nSysId] ] ) ] ; [EMAIL ([nEmaPrio [,cHelo[,cServer[,cDest[,cSubject[,cFrom]]]]]])] ; [DEBUG ( [nDebugPrio [,nMaxDebugPrio]] )] ; [NAME cName] LOG xVar1, ... , xVarn [PRIO[RITY] nPriorityLevel ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: Nuevo ADORDD

Saludos

Cuando lo compilo con Harbour me da error en estas lineas en el ADORDD.prg


STATIC t_cDataSource
STATIC t_cEngine
STATIC t_cServer
STATIC t_cUserName
STATIC t_cPassword
STATIC t_cQuery
STATIC oConnection

Dice Error E0004 STATIC Declaration Follow Executable Statement
by ruben Dario
Sat Jun 13, 2015 1:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16618

Re: ADO RDD xHarbour

... := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 2, ";" ) LOCAL cDbEngine := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 3, ";" ) LOCAL cServer := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 4, ";" ) LOCAL cUserName := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 5, ";" ) LOCAL ...
by AHF
Mon May 11, 2015 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447077

Re: ADO RDD xHarbour

... := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 2, ";" ) LOCAL cDbEngine := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 3, ";" ) LOCAL cServer := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 4, ";" ) LOCAL cUserName := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 5, ";" ) LOCAL ...
by lucasdebeltran
Sun May 10, 2015 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447077

Re: Enviar informe pdf via email

... Function GMAILME (cDestino,cAsunto,cTexto,cAdjunto ) Local oEmailCfg,oEmailMsg,oError,cHtml Local cServer:= GetPvProfString("Enviador","SERVERSTP" ,"", cIniFile) Local nPortEmail:=VAL(GetPvProfString("Enviador","EMAILPUERTO","25", ...
by postinelli
Wed May 06, 2015 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar informe pdf via email
Replies: 8
Views: 2336

Re: ADO RDD xHarbour

... , cTable := aOpenInfo[ UR_OI_NAME ] ,cTable) IF( ALLTRIM( cDbEngine ) == "" ,cDbEngine:= t_cEngine, cDbEngine ) IF( ALLTRIM( cServer ) == "" , cServer:= t_cServer, cServer ) IF( ALLTRIM( cUserName ) == "" , cUserName:= t_cUserName, cUserName ) IF( ALLTRIM( ...
by AHF
Tue May 05, 2015 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447077

Re: Date from Internet

... are not using the code which I have posted, you have modified it. You removed/commented the following lines from the Function hb_ntp_GetTimeUTC( cServer, nPort, nTimeOut ) . That's the reason why your exe is not destroyed from the memory and not displaying the expected results. Function hb_ntp_GetTimeUTC( ...
by anserkk
Thu Apr 02, 2015 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date from Internet
Replies: 11
Views: 2892

Re: Iniciandome con TDolphin (Solucionado)

... instala el Mysql o Mariad corre en ambas, particularmente yo trabajo con Mariadb. FUNCTION MECONECTO local acTables local oquery local serv LOCAL cServer, cUser, cPassword, nPort, nFlags , oServer ,cDBName oquery := NIL cServer := "127.0.0.1" cUser := "tuusuario" cPassword ...
by ACC69
Tue Nov 18, 2014 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome con TDolphin (Solucionado)
Replies: 5
Views: 1600

Re: Iniciandome con TDolphin

... instala el Mysql o Mariad corre en ambas, particularmente yo trabajo con Mariadb. FUNCTION MECONECTO local acTables local oquery local serv LOCAL cServer, cUser, cPassword, nPort, nFlags , oServer ,cDBName oquery := NIL cServer := "127.0.0.1" cUser := "tuusuario" cPassword ...
by Hector Pedro Lerda
Tue Nov 18, 2014 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome con TDolphin (Solucionado)
Replies: 5
Views: 1600

Re: Mail con CDO y TLS

yo lo hago de esta forma y funciona Function GMAILBK (cDestino,cAsunto,cTexto,cAdjunto ) Local oEmailCfg,oEmailMsg,oError,cHtml Local cServer:= GetPvProfString("Enviador","SERVERSTP" ,"", cIniFile) Local nPortEmail:=VAL(GetPvProfString("Enviador","EMAILPUERTO","25", ...
by postinelli
Mon Nov 03, 2014 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mail con CDO y TLS
Replies: 3
Views: 1535

Re: CONEXION A MYSQL

... conecte!! Con esta funcion que baje del foro: #include "FiveWin.Ch" #Include "Ado.ch" FUNCTION ConnServer() LOCAL oCone Local cServer := "localhost" //Ubicación del servidor Local cUser := "root" // usuario Local cPass := "123456" // password del ...
by LuisPonce
Thu Oct 03, 2013 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION A MYSQL
Replies: 15
Views: 3932

CONEXION A MYSQL

... Estoy en el intento de usar MySql, y he bajado algnos ejemplos de conexion, el que no me dá error S_OK: OPEN, es este: FUNCTION ConnServer() Local cServer := "localhost" Local cUser := "root" Local cPass := "123456" oCone:=tOleAuto():new("ADODB.connection") ...
by LuisPonce
Tue Oct 01, 2013 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION A MYSQL
Replies: 15
Views: 3932

New FTDN August/Agosto 2013 (FWH 13.08)

... * New: Command ADOCONNECT <ocn> [TO] <cdbms> [<srv:SERVER,HOST> <cServer>] ; [ <cat:CATALOG,DATABASE> <catalog> ] [ USER <usr> ] [ PASSWORD <pwd> ] in fwsqlcmd.ch. Including adodef.ch in ...
by Antonio Linares
Tue Sep 17, 2013 10:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2013 (FWH 13.08)
Replies: 0
Views: 2511
PreviousNext

Return to advanced search