Sage 100 ProvideX: Difference between revisions

From Data Islands
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:




Within ODBC add in your connection as a system DSN
 
Within ODBC add in your connection as a system DSN  


[[File:sage100 providex system dsn.png]]
[[File:sage100 providex system dsn.png]]
-


[[File:sage 100 providex 1.png]]
[[File:sage 100 providex 1.png]]
-


[[File:sage 100 providex 2.png]]
[[File:sage 100 providex 2.png]]
You can generate part of the connection string from here and add in the 3 items
    UID=USERNAME;PWD=PASSWORD;Company=ABX
part as required (if you do not do this you are prompted for credentials for every query)


[[File:sage 100 providex 3.png]]
[[File:sage 100 providex 3.png]]

Latest revision as of 16:57, 26 March 2025

With ProvideX you must have a 64 bit ODBC driver.


Within ODBC add in your connection as a system DSN

-

-

You can generate part of the connection string from here and add in the 3 items

    UID=USERNAME;PWD=PASSWORD;Company=ABX

part as required (if you do not do this you are prompted for credentials for every query)

Example command to add in the connection to the Data Islands console app

>addserver odbc "DSN=DIMAS100;UID=USERNAME;PWD=PASSWORD;Company=ABX; Directory=C:\Sage\Sage 100 Standard\MAS90; Prefix=C:\Sage\Sage 100 Standard\MAS90\SY\, C:\Sage\Sage 100 Standard\MAS90\==\; ViewDLL=C:\Sage\Sage 100 Standard\MAS90\HOME; LogFile=\PVXODBC.LOG; SERVER=NotTheServer"