Search found 32 matches: mypassword

Return to advanced search

Re: New Fivewin with new PDF

... nil Function TestSend() Local cServer := "smtp.gmail.com" Local cUserName := "Shipping@mycompany.com" Local cPassWord := "mypassword" Local cFrom := "Shipping@mycompany.com" Local cSubject := DtoC( Date() ) + "-" + Time() + ", SPF Test for ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

oAuth 2.0 Restful Web Service

... "MSXML2.XmlHttp" ) hLogin["email" ] := "bhopp@matrixcomputer.com" hLogin["password"] := "MyPassword" cLogin := hb_JsonEncode( hLogin ) oHttp:Open( "POST","https:" + "/" + "/" + "api.carbonite.com:443/api/auth/login",.f. ...
by byron.hopp
Wed Jun 16, 2021 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth 2.0 Restful Web Service
Replies: 2
Views: 695

How to use hb_curl

... like to know how to reproduce this code on the line where it is: CURLOPT_POSTFIELDS => array('username' => 'myUsername','password' => 'myPassword*'), I don't know how to send the data type as an array in this situation. Could you help me? I use hb_curl.lib to use CURL commands. in FiveWin: ...
by tiagojbi
Fri Jan 15, 2021 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hb_curl
Replies: 0
Views: 329

Re: Unattended e-mails via Outlook 365

... objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "mypassword objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") ...
by Rick Lipkin
Thu Jan 05, 2017 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended e-mails via Outlook 365
Replies: 5
Views: 2760

Re: Ejemplo ADORDD solo SQL

... MySQL. Thank you and sorry, I,m very clumsy with SQL, until now, I hope. Standard Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword; MySQL Specifying TCP port Server=myServerAddress;Port=1234;Database=myDataBase;Uid=myUsername; Pwd=myPassword; The port 3306 is the default ...
by D.Fernandez
Mon Nov 23, 2015 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo ADORDD solo SQL
Replies: 10
Views: 1693

Re: API Google. Ejemplos

... API de Google Calendar, para poder leer y insertar eventos en nuestros calendarios. Teneis que configurar las variables myEmail (email de gmail),myPassword (password del email) Si teneis mas informacion //////////////////////////////// // Codigo Fuente //////////////////////////// #include "FiveWin.ch" ...
by jorjio
Mon Sep 21, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Google. Ejemplos
Replies: 30
Views: 9948

Re: Conexion a POSTGRESQL via ADO

Buenas

Ve esto https://www.connectionstrings.com/postg ... -psqlodbc/

ANSI
Driver={PostgreSQL ANSI};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;
by RenOmaS
Thu Jan 29, 2015 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexion a POSTGRESQL via ADO - SOLUCIONADO
Replies: 18
Views: 3663

xharbour AdsEnableEncryption Error

... RDDSetDefault ("ADS") SET SERVER LOCAL SET FILETYPE TO CDX Use abcd.dbf New Alias abcd Via "ADS" AdsEnableEncryption("myPassword") AdsEncryptTable() If execute it, lower part error occurs. *Error DBCMD/2001 Workarea not in use: ADSENABLEENCRYPTION Called from ADSENABLEENCRYPTION(0)* ...
by dbmanfwh
Wed Jan 21, 2015 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour AdsEnableEncryption Error
Replies: 1
Views: 371

Re: Pasar datos de una tabla DBF a una de access

... with passwords. ( Both mdb and accdb ) Creating an access database with password: FW_CreateMDB( "c:\fwh\samples\mdbpwd.mdb", "mypassword" ) Opening: 1) Using connection string: cStr := "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\fwh\samples\mdbpwd.mdb;Jet OLEDB:Database ...
by nageswaragunupudi
Fri Aug 08, 2014 1:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar datos de una tabla DBF a una de access
Replies: 17
Views: 4882

Re: DBF to SQL script tool

... string to MSSql server looks like this: Provider=sqloledb;Data Source=myServerAddress;Initial Catalog=myDataBase; User Id=myUsername;Password=myPassword; You may refer to http://www.connectionstrings.com/sql-server/ for more information. In case you like FWH to construct the connection string ...
by nageswaragunupudi
Sat Jun 28, 2014 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13636

Create a wifi hotspot without extra software

... le dan enter) Cuando se abre teclean esto (LEs recomiendo usar Ctrl+C y luego pegar): netsh wlan set hostednetwork mode=allow ssid=MyNet key=MyPassword En la parte de ssid ponen el nombre de como quieran que se llame el HotSpot, en mi caso MyNet. En key va la contraseña que tiene que tener ...
by Antonio Linares
Mon May 05, 2014 2:06 pm
 
Forum: Utilities / Utilidades
Topic: Create a wifi hotspot without extra software
Replies: 4
Views: 1421

Re: Uploading a file to webspace

... Building is ok now. I have called the executable FTP.EXE So I run FTP.EXE with these parameters : ftp://www.ma-consult.be content myusername mypassword test.txt Server = ftp://www.ma-consult.be Remote path = content Username = myusername Password = mypassword File = test.txt Unfortunately, ...
by driessen
Mon Sep 09, 2013 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uploading a file to webspace
Replies: 8
Views: 1559

Re: CONEXIÓN A POSTGRES CON ADO

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

Re: string connection MS Access

... ) Example: Create a password protected mdb file with: FW_CreateMDB( "c:\mydata\tutor05.mdb", "mypassword" ) and open it with oCn := FW_OpenAdoConnection( "c:\mydata\tutor05.mdb,mypassword" ) OR oCn := FW_OpenAdoConnection( { "c:\mydata\tutor05.mdb", ...
by nageswaragunupudi
Tue Aug 20, 2013 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: string connection MS Access
Replies: 19
Views: 3679

Re: To Antonio:

Antonio: Marc pointed out the correct syntax via the USE filename VIA SIX PASSWORD "mypassword" (password cannot be greater than 8 chars). Also this is correct: USE filename VIA SIXSx_SetPass("mypassword")    // this sets the password for ...
by HunterEC
Fri Jul 05, 2013 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 12
Views: 2730
Next

Return to advanced search