Search found 27 matches: mypass

Return to advanced search

MySQL Connector/ODBC 5.2 (Ayuda)

... use following connection string: ("Driver={MySQL ODBC 5.2 ANSI Driver};Server=localhost;Port=3306;Database=mydatabase;User=root;Password=mypass;Option=3;") De todas estas maneras lo he usado y me dice que no hay conexión. Driver={MySQL ODBC 5.2 ANSI Driver}; o Driver={MySQL ODBC ...
by ruben Dario
Sun Mar 09, 2014 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL Connector/ODBC 5.2 (Ayuda)
Replies: 12
Views: 1646

Re: To Antonio:

Gustavo,

What I meant is that as far as I know, you can encrypt/decrypt with any RDD using the syntax, as Harbour seems to support it:

USE "name" VIA "whatever" PASSWORD "mypass"

I have not tested it myself, but thats what I seemed to me
by Antonio Linares
Fri Jul 05, 2013 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 12
Views: 2730

Re: To Antonio:

Marc, Harbour provides a very good support for Six. In fact we can do: #include "hbsix.ch" USE "customer" PASSWORD "mypass" Sx_DdfEncrypt() There is some important info about Six bugs that Przemek detected related to memo fields: https://groups.google.com/forum/#!searchin/harbour-devel/encrypt/harbour-devel/rY8rn70IBI0/d-HoKNhkWQAJ ...
by Antonio Linares
Fri Jul 05, 2013 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 12
Views: 2730

Re: ODBC Problem ?

... := TOdbc():New( "DRIVER={Informix-CLI 2.5 (32 Bit)}; DB=MyDataBase;HOST=MyHost;SERV=MyService;SRVR=MyServer;PRO=MyProtocol;UID=MyName;PWD=MyPass") in class TODBC Method:New() BECOME oOdbc := TOdbc():New( "DRIVER={Informix-CLI 2.5 (32 Bit)}; DB=MyDataBase;HOST=MyHost;SERV=MyService;SRVR=MyServer;PRO=MyProtocol;UID=MyName;PWD=MyPass";PWD=) ...
by avista
Wed Jan 11, 2012 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC Problem ?
Replies: 6
Views: 1419

ADORDD

... 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' referenced from C:\FW192\SAROSSQL\SQL4.OBJ ...
by diegopolverelli
Wed Nov 16, 2011 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADORDD
Replies: 13
Views: 4443

FTP

... 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 problems #include ...
by Colin Haig
Sat Jun 27, 2009 6:26 am
 
Forum: FiveWin for Pocket PC
Topic: FTP
Replies: 4
Views: 995

Re: SQLWIN - RDD libre para SQL

s_cEngine :="MYSQL"
s_cServer :="localhost"
s_cUserfName:="root"
s_cPassword :="MyPass"
s_cTableName:="test"

erro :?

Image
by lailton.webmaster
Tue Jun 02, 2009 4:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SQLWIN - RDD libre para SQL
Replies: 95
Views: 44173

Re: How to connect FiveWin with Mysql

... 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 ODBC ...
by anserkk
Mon Feb 23, 2009 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to connect FiveWin with Mysql
Replies: 16
Views: 4063

Re: help Problem with Adordd

... 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: => DBUSEAREA(0) ...
by anserkk
Sat Jan 10, 2009 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help Problem with Adordd
Replies: 3
Views: 963

help Problem with Adordd

... 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: => DBUSEAREA(0) ...
by Databaselab2002
Fri Jan 09, 2009 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help Problem with Adordd
Replies: 3
Views: 963

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 el mensaje ...
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: 815

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

... 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: => DBUSEAREA(0) ...
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: 815

Ayuda con Error Adordd

... 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: => DBUSEAREA(0) ...
by Databaselab2002
Wed Jan 07, 2009 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Error Adordd
Replies: 0
Views: 401

... >I COMPILED AND LINKED TESTPOP3.PRG > > I insert this line : > > oInMail = TPop3():New( "mail server",, "myuser", "mypass" ) // mail server IP > > >1. Mail server can I use also the name of my provider example > http://www.supereva.it ) > My mail server ...
by James Bott
Fri Nov 14, 2008 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testpop.prg
Replies: 4
Views: 828

Re: Sample

... Objekat ORDER BY Sifra" NEW */ // Example for creation of MySQL connection string cServer := "www.freesql.org" cUserID := "myuser" cPassword := "mypass" cDatabase := "test00" OPEN CONNECTION "DRIVER={MySQL ODBC 3.51 Driver};database="+cDatabase+";server=" + cServer + ";uid=" + cUserID + ";pwd=" ...
by goosfancito
Wed Oct 29, 2008 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103121
Next

Return to advanced search