Closed drebrez closed 1 year ago
The Port property in the ADatabaseProviderOptions has the short type which doesn't allow numbers higher than 32767. it should be changed to ushort or just int
Port
ADatabaseProviderOptions
short
ushort
int
The
Port
property in theADatabaseProviderOptions
has theshort
type which doesn't allow numbers higher than 32767. it should be changed toushort
or justint