Hi,
I'm designing a new database. One of the table contains allowed IP ranges for a
customer (Fields: customer_id, from_ip, to_ip) which is intended to check - if
an incoming connection's originating IP number falls within the range, it is
identified as a particular customer.
Naturally, I'd l
In article ,
Herouth Maoz writes:
> Hi,
> I'm designing a new database. One of the table contains allowed IP ranges for
> a customer (Fields: customer_id, from_ip, to_ip) which is intended to check -
> if an incoming connection's originating IP number falls within the range, it
> is identifie