4D v14

Configuração da fonte de dados

Página Inicial

 
4D v14
Configuração da fonte de dados

Configuração da fonte de dados    


 

 

Os campos destas caixas de diálogo tem que estar cheias com a seguinte informação:

  • Nome da fonte de dados:
    Introduza um nome único para esta fonte de dados.
    Por padrão: "".
    Este campo é obrigatório.
  • Descrição:
    Introduza uma breve descrição desta fonte de dados.
    Por padrão: "".
    Este campo é opcional.
  • Servidor:
    Exemplos:
    "localhost"A aplicação 4D está localizada na máquina local.
    "PC-1"A aplicação 4D está localizada na equipe PC-1, publicado na porta 1919 (porta por padrão).
    "148.1.2.3"A aplicação 4D tem o endereço IP 148.1.2.3.

    Por padrão: "localhost".
    Este campo é obrigatório.
  • Porta:
    Introduza a porta de acesso 4D.
    Por padrão: "1919".
    Este campo é opcional.
  • Caixa de seleção SSL:
    A ativação desta opção permite a conexão com o servidor SQL de 4D se a opção "Ativar SSL" foi definida na página SQL/Configuração das Preferências.
  • Usuário:
    Introduza o nome de usuário que se utiliza para provar a conexão com 4D.
    Por padrão: "".
    Este campo é opcional.
  • Senha:
    Introduza a senha utilizada (em combinação com o nome de usuário) para provar a conexão com 4D.
    Por padrão: "".
    Este campo é opcional.
  • Conexão:
    Introduza o tempo de espera em segundos, que será utilizado (0 significa que não há tempo de espera) depois que o driver se conectar a um soquete do servidor: endereço da porta
    Por padrão: "".
    Este campo é opcional.
  • Login:
    Introduza o tempo de espera em segundos que será utilizado (0 significa que não há tempo de espera) quando o driver envia uma petição e recebe o estado do servidor.
    Por padrão: "".
    Este campo é opcional.
  • Pesquisa:
    Introduza o tempo de espera em segundos que será utilizado (0 significa que não há tempo de espera) quando se espera uma resposta depois de uma consulta ao servidor.
    Por padrão: "".
    Este campo é opcional.
  • Botão de prova de conexão
    Prova a conexão com os parâmetros atuais.
    Utiliza os campos "Nome de usuário" e "Senha" para iniciar a sessão.

  • Driver
    Identifies the ODBC Driver used.
    For a connection string: Use the value "{4D ODBC Driver 32-bit}" or "{4D ODBC Driver 64-bit}"
    For DSN definition (OS X): Use "/Library/ODBC/4D ODBC x32.bundle/Contents/MacOS/4D ODBC x32" in the obdc.ini file or in the generic DSN configuration key/value pair.
  • DSN
    For a connection string: Indicates a DSN to be used.
    In this case, it is not necessary to use other keywords since they will already be defined in the DSN.
    For DSN definition: you assign a name directly and do not need a keyword.
  • Description
    For a connection string: this keyword is not used.
    For DSN definition: you can enter a short description (optional).
    Default value: ""
  • Server
    Indicates the IP address or the name of the 4D server to which you want to connect. Examples: "127.0.0.1", "localhost", "2001:0db8:0000:85a3:0000:0000:ac1f:8001".
    Default value: “localhost”.
  • Port
    Specifies the connection port.
    Default value: 19812
    This port must be the same as the one provided on the SQL/Configuration page of the Preferences (on the server machine).
  • UID
    Identifies the user name under which you will be connected.
    Default value: ""
  • PWD
    Provides the password associated with the user name specified in the UID key.
    Default value: ""
  • SSL
    Enables an SSL connection.
    For a connection string: Can either be "True" or "False"
    For DSN definition: Appears as a checkbox
    Default value: "False"
  • PhysicalConnectionTimeout*
    An ODBC connection begins by connecting to the TCP/IP network.
    This value sets the timeout for this step.
    Default value: 0
  • LoginTimeout*
    Once the driver is connected to the TCP/IP network, it must then be recognized by the 4D server. It thus sends a frame containing the user, password and other information. This timeout sets the maximum time to wait for a reply.
    Default value: 0
  • QueryTimeout*
    Once an ODBC Driver is connected, it can also execute queries and handle data. This timeout, expressed in seconds, will be applied in this case.
    Default value: 0

    * Timeouts set the length of time to wait before aborting an action. Their values are expressed in seconds, with 0 being no timeout (unlimited wait time).
  • DefaultPageSize (advanced setting):
    Value expressed in rows.
  • NetworkCacheSize (advanced setting):
    Value expressed in KB.
  • FavouriteImageFormats (advanced setting):
    For a connection string: Contains a list of accepted image formats, separated by spaces, chosen from among the following: .tiff, .gif, .jpg, .png, .bmp.
    For a DSN definition: Appear as selection buttons (as shown below).

    Default value: "" (accepts any image format)
  • CharsEncoding (advanced setting):
    For a connection string: Can be "UTF-8" or "System".
    For a DSN definition: Shown as a radio button
    Default value: UTF-8
  • OpenQuery (advanced setting):
    For a connection string: Use "True" or "False". If you use SQLServerManagementStudio and you experience difficulty connecting to 4D, it is preferable to execute the following script:
    EXEC sp_addlinkedserver
    @server = '<Your name>',
    @srvproduct = '<Anything>',
    @provider = 'MSDASQL',
    @provstr = 'OpenQuery=true;dsn=<a 4D-defined DSN>;UID=<your 4D User>;PWD=<Password>'

    For a DSN definition: Appears as a check box
    Default value: False (not checked)
  • MSAccess (advanced setting):
    For a connection string: Use "True" or "False". If you encounter problems with dates and times, you can try setting this option to "True".
    For a DSN definition: Appears as a check box
    Default value: False (not checked)

 
 

 
PROPRIEDADES 

Produto: 4D
Tema: Configuração da fonte de dados

 
ARTICLE USAGE

4D ODBC Driver ( 4D v14)

Parent of : Configuração da fonte de dados ( 4D v14 R2)