Search found 30 matches: myuser

Return to advanced search

Re: ayuda construccion de xharbour desde svn

... tabla INDEX table), sino que uso las sentencias sql, puro y duro sql. nError:=oSql:Execute( "select * from clientes",.t.,.t.,,"MYUSER" ) funciona en forma similar que ado pero en lugar de cursores en memoria que es la forma de ado de retornar las consulta, tengo los ...
by carlos vargas
Wed Feb 04, 2015 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda construccion de xharbour desde svn
Replies: 5
Views: 1025

Re: un pequeño ejemplo ...meteo.prg

... 2 #define HTTPREQUEST_SETCREDENTIALS_FOR_SERVER 0 #define HTTPREQUEST_SETCREDENTIALS_FOR_PROXY 1 cProxi:= "172.15.5.1" cUserName := myuser cPassword:= mypassw nProxyPort:= 8080 cProxyNo := "*.yimg.com" oHttp := CreateObject("winhttp.winhttprequest.5.1") Try if ...
by Silvio.Falconi
Wed Dec 10, 2014 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: un pequeño ejemplo ...meteo.prg
Replies: 53
Views: 20527

Re: CONEXIÓN A POSTGRES CON ADO

... := "Provider=PostgreSQL OLE DB Provider;"+; "Location=mydatabase;"+; "Data Source=www.xxxxxx.co;"+; "User ID=myuser;"+; "PORT=5432;"+; "Password=mypassword;" if oCon == nil oCon := TOleAuto():new("ADODB.Connection") oCon:ConnectionString ...
by russimicro
Sat Aug 24, 2013 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXIÓN A POSTGRES CON ADO
Replies: 1
Views: 591

Re: MySQL - ADO Query problem

... Rick Lipkin Rick, Thanks for your example, but with Provider=MySQLProv;Data Source=pla;User Id=myuser;Password=mypassword; I get also an error but {MySQL ODBC 5.1 Driver};Server=127.0.0.1;Port=3306;Database=pla;User=myuser;Password=mypassword;Option=3; ...
by Marc Vanzegbroeck
Tue Oct 09, 2012 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL - ADO Query problem
Replies: 10
Views: 2253

ADORDD

... REQUEST ADORDD function Main() USE test00 VIA "ADORDD" TABLE "ACCOUNTS" MYSQL ; FROM "www.freesql.org" USER "myuser" PASSWORD "mypass" Browse() USE return nil cuando compilo me da este error: Error: Unresolved external '_HB_FUN_HB_ADOSETTABLE' ...
by diegopolverelli
Wed Nov 16, 2011 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADORDD
Replies: 13
Views: 5036

Re: ADO update() error

Try this, ConnectionString := "Driver={MySQL ODBC 5.1 Driver};Server=127.0.0.1;Port=3306;Database=mydb;User=myuser;Password=mypassw;Option=3;" The below given code to update a recordset is working fine for me TRY   oRecSet:= CreateObject("ADODB.RecordSet")CATCH ...
by anserkk
Mon Jun 07, 2010 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2892

Re: ADO update() error

... ODBC 5.1 Driver" and connection string is : cConnectionString := "Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=mydb; User=myuser;Password=mypassw" If I use this connection string in your file , and modify the Select statement to work in my DB, I get the usual error: ...
by wzaf
Mon Jun 07, 2010 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2892

Re: Porting FW to FWH using MySql

Dear Anser

Here they are :

mysql: 5.0.67
odbc: mysql ODBC 5.1 driver : 5.01.06.00
cConnectString := "Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=mydb; User=myuser;Password=mypassw;Option=3"


best regards

Wzaf
by wzaf
Tue Feb 09, 2010 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting FW to FWH using MySql
Replies: 19
Views: 3035

Test EOF with ADORDD

Hi all ! I use ADORDD with Harbour as : USE "Mydb" VIA "ADORDD" TABLE "" MYSQL FROM "localhost" USER "myuser" PASSWORD "mypassw" QUERY ("SELECT * from MyTABLE WHERE .... ") ALIAS "" READONLY NEW and then I do a report ...
by wzaf
Thu Jan 14, 2010 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test EOF with ADORDD
Replies: 0
Views: 316

FTP

... code by Enrico but I cant get hConnect to return a value hConnect = INTERNETCONNECT( hInternet, "myIP",INTERNET_DEFAULT_FTP_PORT, "myUser", "myPass", INTERNET_SERVICE_FTP,0, 0 ) In a desktop app - I use the tip library to connect back to the same server and have no ...
by Colin Haig
Sat Jun 27, 2009 6:26 am
 
Forum: FiveWin for Pocket PC
Topic: FTP
Replies: 4
Views: 1165

Re: How to connect FiveWin with Mysql

... Error description: Error ADODB.Connection/0 S_OK: OPEN Args: [1] = C DRIVER={ MySQL ODBC 3.51 Driver };server=www.freesql.org;database=test00;uid=myuser;pwd=mypass. I have not tried ADORDD but used ADO If you have the option to specify the connections string then I think you should use Driver={MySQL ...
by anserkk
Mon Feb 23, 2009 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to connect FiveWin with Mysql
Replies: 16
Views: 4462

Re: help Problem with Adordd

... Error description: Error ADODB.Connection/0 S_OK: OPEN Args: [ 1] = C DRIVER={MySQL ODBC 3.51 Driver} ;server=www.freesql.org;database=test00;uid=myuser;pwd=mypass Stack Calls =========== Called from: win32ole.prg => TOLEAUTO:OPEN(0) Called from: adordd.PRG => ADO_OPEN(0) Called from: => ...
by anserkk
Sat Jan 10, 2009 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help Problem with Adordd
Replies: 3
Views: 1024

help Problem with Adordd

... Error description: Error ADODB.Connection/0 S_OK: OPEN Args: [ 1] = C DRIVER={MySQL ODBC 3.51 Driver};server=www.freesql.org;database=test00;uid=myuser;pwd=mypass Stack Calls =========== Called from: win32ole.prg => TOLEAUTO:OPEN(0) Called from: adordd.PRG => ADO_OPEN(0) Called from: => ...
by Databaselab2002
Fri Jan 09, 2009 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help Problem with Adordd
Replies: 3
Views: 1024

Re: Ayuda por favor Con Adordd en Fwh 805 y Xharbour 1.1.

... Trate de dar la IP de la http://www.freesql.org Eg. DRIVER={MySQL ODBC 3.51 Driver};server=24.63.165.245;database=test00;uid=myuser;pwd=mypass Por favor, inténtelo de http://www.freesql.org Ping para obtener la propiedad intelectual y asegurarse de que usted no está recibiendo ...
by anserkk
Thu Jan 08, 2009 5:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda por favor Con Adordd en Fwh 805 y Xharbour 1.1.
Replies: 5
Views: 888

Ayuda por favor Con Adordd en Fwh 805 y Xharbour 1.1.

... Error description: Error ADODB.Connection/0 S_OK: OPEN Args: [ 1] = C DRIVER={MySQL ODBC 3.51 Driver};server=www.freesql.org;database=test00;uid=myuser;pwd=mypass Stack Calls =========== Called from: win32ole.prg => TOLEAUTO:OPEN(0) Called from: adordd.PRG => ADO_OPEN(0) Called from: => ...
by Databaselab2002
Wed Jan 07, 2009 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda por favor Con Adordd en Fwh 805 y Xharbour 1.1.
Replies: 5
Views: 888
Next

Return to advanced search