What is the translation of " DATABASE METHOD " in English?

database method
método base
método de banco

Examples of using Database method in Portuguese and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
O On Drop database method está disponível em aplicaçÃμes 4D locais ou remotas.
  The On Drop database method is available in local or remote 4D applications.
 Para mais informação sobre este parâmetro,consulte a descrição do On Web Connection database method.
For more information about this parameter,please refer to the description of the On Web Connection database method.
On Mobile App Authentication database method não está definido na aplicação.
The On Mobile App Authentication database method is not defined in the application.
Com o sistema de controle de conexões ao servidor web, administrado pelo sistema de senhas eOn Web Authentication Database Method.
With the Web server's connection control system, managed by the password system andthe On Web Authentication Database Method.
O On Server Startup database method NÃO é executado em um ambiente diferente a 4D Server.
The On Server Startup database method is NOT invoked by any 4D environment other than 4DÂ Server.
Para maior informação, consulte a descrição On 4D Mobile Authentication database method no manual de Linguagem 4D.
For more information, please refer to the On 4D Mobile Authentication database method description in the 4D Language Referenc e.
Se existir o On Web Authentication Database Method, ele é executado e todos os seus parâmetros são dados.
If the On Web Authentication Database Method exists, it is executed and all its parameters are given.
Para executar cÃ3digo automaticamente na máquina cliente quando um 4D remoto se conecta ao servidor,utilize o On Server Startup database method.
To automatically execute code on a client machine when a remote 4Dconnects to the server, use the On Startup database method.
Estes dois valores são enviados ao On Web Authentication database method junto com os outros parâmetros da conexão.
These two values are then sent to the On Web Authentication database method along with the other connection parameters.
O On Server Startup database method é chamado uma vez na máquina servidor quando abre uma base com 4D Server.
The On Server Startup database method is called once on the server machine when you open a database with 4D Server.
Estes dois valores são enviados criptografados ao On Web Authentication database method com os outros parâmetros da conexão.
These two values are then sent encrypted to the On Web Authentication database method with the other connection parameters.
On Web Close Process database method é chamado por 4D a cada vez que um processo Web estiver prestes a terminar sua execução.
The On Web Close Process database method is called by 4D each time a Web process is about to finish its execution.
Este comando pode ser utilizado por razões de segurança no On Web Authentication Database Method para determinar a natureza das petições recebidas.
This command can be used for security reasons in the On Web Authentication Database Method in order to determine the nature of the received requests.
On Mobile App Authentication database method sempre é chamado para uma primeira conexão, mesmo se a aplicação mÃ3vel for criada no modo convidado.
The On Mobile App Authentication database method is always called for a first connection, even if the mobile application was built in Guest mode.
Quando é alcançado o número definido, a seção mais antiga é fechada e se chama ao On Web Close Process database method se o servidor web necessita criar uma nova.
When you reach the limit set, the oldest session is closed(and On Web Close Process database method is called) if the Web server needs to create a new one. Possible values.
Caso se defina On 4D Mobile Authentication database method, o controle de acessos automáticos por senhas de 4D se desativa.
If an On 4D Mobile Authentication database method is defined, the control of automatic accesses by 4D passwords is disabled.
Neste caso, quando o servidor web recebe um formulário enviado, chama ao método de projeto COMPILER_WEB(se existir, ver abaixo),depois chama ao On Web Authentication Database Method se existir.
Usually used to request the Web server- data coming from a database. In this case, when the Web serverreceives a posted form, it calls the On Web Authentication Database Method if it exists.
Neste caso, sea conexão foi aceita pelo On Web Authentication Database Method, os direitos de acesso do usuário Web genérico serão aplicados ao navegador.
In this case,if the connection has been accepted by the On Web Authentication Database Method, the Generic Web User's access rights will be applied to the browser.
Se deseja utilizar sua prÃ3pria lista de usuários externos para a lista da base 4D,pode guardar suas senhas em forma hash utilizando o mesmo algoritmo que o utilizado por Wakanda Server quando se envia a solicitação de conexão a On 4D Mobile Authentication database method em $2.
If you want to use your own list of users external to the 4D database list,you can save their passwords in hashed form using the same algorithm as that used by Wakanda Server when sending the connection request to the On 4D Mobile Authentication database method in $2.
O On Web Authentication database method é chamada automaticamente, sem importar o modo, quando uma petição ou processo requisitar a execução de um método 4D.
The On Web Authentication database method is automatically called, regardless of the mode, when a request or processing requires the execution of a 4D method..
Nota: se o nome de usuário enviado é uma string vazía e seo On Web Authentication Database Method não existe, é enviada ao navegador uma caixa de diálogo de pedido de senha.
Note: If the user name sent by the browser is an empty string andif the On Web Authentication Database Method doesn't exist, a password dialog box is sent to the browser.
Nota: O On Server Startup database method se executa de forma atÃ́mica, o que significa que nenhum 4D remoto pode ser conectado enquanto a execução do método não tenha terminado.
Note: The On Server Startup database method is executed automatically, which means that no remote 4D can connect until the method has finished executing.
Nota: No contexto de uma sessão 4D Mobile(que pode gerar vários processos),On Web Close Process database method é chamado para cada processo Web que é fechado, permitindo que salve todos os tipos de dados(variáveis, seleção, etc) gerados pelo processo de sessão 4D Mobile.
Note: In the context of a 4D Mobile session(which can generate several processes),the On Web Close Process database method is called for each Web process that is closed, allowing you to save all types of data(variables, selection, etc.) generated by the 4D Mobile session process.
Windows(*) e macOS On Drop database method é chamada unicamente, se a aplicação já tiver sido lançada, exceto no caso das aplicaçÃμes fusionadas com 4D Desktop.
When a drop occurs on the 4D application icon on the desktop, the On Drop database method is only called when the application is already launched, except in the case of applications merged with 4DÂ Desktop.
Este exemplo de On 4D Mobile Authentication database method verifica que a demanda de conexão que provém de um dos servidores Wakanda autorizados, salvos nos usuários da base 4D.
This example of the On 4D Mobile Authentication database method checks that the connection request comes from one of the two authorized Wakanda servers, saved in the users of the 4D database..
Se o On Web Authentication Database Method não existe, a conexão é negada automaticamente e é enviada uma mensagem ao navegador indicando que o método de autenticação não existe.
If the On Web Authentication Database Method doesn't exist, the connection is automatically refused and a message indicating that the Authentication method doesn't exist is sent to the browser.
Se existe On Web Authentication database method se executa e além de $1 e $2, somente as direções IP do navegador e do servidor($3 e $4) são informadas, o nome de usuário e a senha($5 y $6) estão vazios.
If the On Web Authentication database method exists, it is executed and, in addition to $1 and $2, only the IP addresses of the browser and the server($3 and $4) are provided, the user name and password($5 and $6) are empty.
Importante: Quando On 4D Mobile Authentication database method está definido(ou seja, quando contém cÃ3digo), 4D lhe delega plenamente o controle das solicitaçÃμes REST: qualquer ajuste realizado utilizando o menu"Leitura/Escritura" da página Web/4D Mobile das Propriedades da base se ignora ver o manual de Desenho.
Important: When On 4D Mobile Authentication database method is defined(i.e. when it contains code), 4D fully delegates control of 4D Mobile requests to it: any setting made using the"Read/Write" menu on the Web/4D Mobile page of the Database Settings is ignored see the Design Reference manual.
Results: 28, Time: 0.0154

Word-for-word translation

Top dictionary queries

Portuguese - English