PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → [Video Aulas Amarildo] Aula 1158 WinDev Curso ErpAmarildo 16 - Conexao Hyperfile
[Video Aulas Amarildo] Aula 1158 WinDev Curso ErpAmarildo 16 - Conexao Hyperfile
Débuté par amarildo, 24 mai 2017 05:14 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 24 mai 2017 - 05:14
Nessa aula de hoje

Na aula de vamos , revisar a conexao hyperfile

In class, let's review the hyperfile connection.

En la clase de vamos, revisar la conexión hyperfile

// Initializin Project code

// VAMOS FAZER A CONEXAO
// LET'S MAKE THE CONNECTION
// VAMOS HACER LA CONEXIÓN

erp_amarildo_hyperfile..Provider = hAccessHFClientServer
erp_amarildo_hyperfile..Password = "senha"
erp_amarildo_hyperfile..User = "admin"
erp_amarildo_hyperfile..Server = "localhost"
erp_amarildo_hyperfile..Database = "matos"
erp_amarildo_hyperfile..CryptMethod = hCryptNo
IF HOpenConnection(erp_amarildo_hyperfile) = False THEN
// SE DER ERRO AO ABRIR CONEXÃO MOSTRA MENSAGEM
// IF ERROR IS DONE BY OPEN CONNECTION SHOW MESSAGE
// SI ERROR AL ABRIR CONEXIÓN MOSTRAR MENSAJE
Info("problema na conexao",HErrorInfo(hErrMessage))
ELSE
Trace("Conexao ok")
END
HChangeConnection("*",erp_amarildo_hyperfile)
// ALTERA CONEXAO TODAS TABELAS
// CHANGE CONNECTION ALL TABLES
// ALTERA CONEXION TODAS TABLAS

// NAO ESQUECAM NA DEVCON, VOU ENSINAR A FAZER CONVERSÃO AUTOMATICO NO CLIENTE
// DO NOT FORGET IN DEVCON, I WILL TEACH AUTOMATIC CUSTOMER CONVERSION
// NO OLVIDES EN LA DEVCON, VOY ENSEÑANDO A HACER CONVERSIÓN AUTOMATICO EN EL CLIENTE


HCloseConnection(erp_amarildo_hyperfile)
// FECHAR CONEXÃO
// CLOSE CONNECTION
// CERRAR CONEXIÓN




http://windevdesenvolvimento.blogspot.com.br/2016/06/menu-blog.html

http://windevdesenvolvimento.blogspot.com.br/2015/04/windevwebdevmobile-hyperfile-instalar.html

https://doc.windev.com/en-US/…
https://doc.windev.com/en-US/…
https://doc.windev.com/en-US/…
https://doc.windev.com/en-US/…


http://windevdesenvolvimento.blogspot.com.br/2017/05/aula-1158-windev-curso-erpamarildo-16.html