Hi there again,
Could some-one help me out with the following problem:
I have a table with ip-adresses in it. Now the ppl that are going to use the database want to be able to determine the first un-used ip-adress in a certain range. That might be in different segments, so the question might be:
Give me the first free ip-adress in the 10.10.100.*
or Give me the first free ip-adress in the 10.10.*.*
And it might also be that there are gaps between the ip-adresses, for instance: ip-adress 10.10.100.18 might be in use, 10.10.100.20 aswell, but 10.10.100.19 might still be free. Then I want 10.10.100.19 to be shown.
If it makes things any easier it is no problem to store the ip's as 010.010.100.019.
Hope this is all the required info.
I really appreciate any help, tnx in advance!!!
Could some-one help me out with the following problem:
I have a table with ip-adresses in it. Now the ppl that are going to use the database want to be able to determine the first un-used ip-adress in a certain range. That might be in different segments, so the question might be:
Give me the first free ip-adress in the 10.10.100.*
or Give me the first free ip-adress in the 10.10.*.*
And it might also be that there are gaps between the ip-adresses, for instance: ip-adress 10.10.100.18 might be in use, 10.10.100.20 aswell, but 10.10.100.19 might still be free. Then I want 10.10.100.19 to be shown.
If it makes things any easier it is no problem to store the ip's as 010.010.100.019.
Hope this is all the required info.
I really appreciate any help, tnx in advance!!!