Purchase tree

This commit is contained in:
2026-06-04 18:45:09 +02:00
parent c272630a8a
commit a98415fe62
5 changed files with 91 additions and 11 deletions

View File

@@ -15,13 +15,7 @@ Option Explicit
' dans n'importe quelle cellule, puis F9 pour recalculer.
' Mode macro : remplis Setup!B6:B9, lance RefreshGLApi.
Private Const GL_API_CONNECTION_STRING As String = _
"Driver={PostgreSQL Unicode(x64)};" & _
"Server=vps107.geneva.hosting;" & _
"Port=5432;" & _
"Database=tradon;" & _
"Uid=postgres;" & _
"Pwd=dsproject;"
Private Const GL_API_CONNECTION_STRING As String = "DSN=tradon;"
Private gConnection As Object
Private gCache As Object