Hi again,
I got another problemwhich accualy can be trival if u more experienced than me
I got usrw_wkfl table and i want to insert my agents ip's there. Although it inserts data, but when i wantto select them it returns only 8 characters not 12. I do it as follows
insert into usrw_wkfl(usrw_key1, usrw_key2,usrw_charfld@1,usrw_charfld@2,usrw_charfld@3) values('b2b cust','00012899','127.0.0.1','192.168.1.251','192.168.1.138');
and when i wan tto return value
select usrw_charfld@1 from usrw_wkfl
it returns ips but only first 8 characters,
Is there any sql query or a method to return full ip addres not only 8 characters?
Thanx alot for any help,
Regards
Peter
I got another problemwhich accualy can be trival if u more experienced than me
I got usrw_wkfl table and i want to insert my agents ip's there. Although it inserts data, but when i wantto select them it returns only 8 characters not 12. I do it as follows
insert into usrw_wkfl(usrw_key1, usrw_key2,usrw_charfld@1,usrw_charfld@2,usrw_charfld@3) values('b2b cust','00012899','127.0.0.1','192.168.1.251','192.168.1.138');
and when i wan tto return value
select usrw_charfld@1 from usrw_wkfl
it returns ips but only first 8 characters,
Is there any sql query or a method to return full ip addres not only 8 characters?
Thanx alot for any help,
Regards
Peter