PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Native SQL access
[WD20] Native SQL access
Iniciado por guest, 14,jul. 2016 14:20 - 3 respuestas
Publicado el 14,julio 2016 - 14:20
Hello All

I am trying to setup the PCSoft supplied nativeSQL access driver and of course the instructions are all in French.
I already have this working on one set of server and am trying to set it up on a different set of servers.
I can establish a connection to the SQL server using hOledbSQLServer so I m confident that my username, password and database name etc are all correct, but the connection fails if I nominate hNativeAccessSQLServer as the connection type so I think I need to get this other part of the connection going

The fields in order are
Nom - Nom de la connexion utlisee avec la fonction SQL connecte ou nom de la connexion definie dans l'analyse

Description

Chaine de connexion - chaine de connexions envouy au servuer

I think the NOM field is looking for a connection established in the analysis but I don't have one and haven't needed it on the servers currently in use

Regards
Al
Publicado el 14,julio 2016 - 14:56
check tihs post maybe it help you:
http://27130.foren.mysnip.de/read.php…
Publicado el 14,julio 2016 - 15:24
Hello Al,

Quote
Al

Nom - Nom de la connexion utlisee avec la fonction SQL connecte ou nom de la connexion definie dans l'analyse

l

This means: Name of the conexion used in the SQLCOnnect function, -OR- name of the connection defined in the analysis

Hope this helps