Has anyone come across VME deaths on D3 on NT when using the ODBC?
It would seem that this occurs when an ODBC connection reaches MAXUSERS.
Does anyone out there have a general list of do's and don't's when using
D3 ODBC, especially in the area of dictionaries used, what types of
dictionaries can be safely used, using override commands in the
CREATE-TABLE command etc?
Any problems known about using a standard dictionary subroutine call
from the correlative position of the dictionary.
E.G. Data on an item-id all numeric except 2 records, override in table
set to integer, subroutine converting non-numeric to 99999999.
Dictionary works in D3, any problems in ODBC?
001 SUBROUTINE(ITM)
002 IF NOT(NUM(ITM)) THEN ITM=99999999
003 RETURN
004 END
I await answers keenly - Has anybody got a regular set of ODBC
connections working properly across a complex multi-account database?