Purchase tree
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user