Sage 100 ProvideX: Difference between revisions

From Data Islands
No edit summary
No edit summary
 
Line 15: Line 15:
[[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  
You can generate part of the connection string from here and add in the 3 items


     UID=USERNAME;PWD=PASSWORD;Company=ABX
     UID=USERNAME;PWD=PASSWORD;Company=ABX

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"