Bengal313
11-06-2003, 07:13 PM
Environment: Apache 2, php 4.3.2, Linux Suse, Oracle 9i, Dreamweaver MX ( Phakt 2.6 extension)
I have a php search page that queries a oracle database. The seach fields are "house_number" and "street_name". When I search the database I get this error: "ORA-01722: invalid number".
Which means that the oracle database doesn't recognize the number entered in the house_number field as a number. In the database the field is listed as type number. How can I resolve this without having to change the data type in my database.
I have a php search page that queries a oracle database. The seach fields are "house_number" and "street_name". When I search the database I get this error: "ORA-01722: invalid number".
Which means that the oracle database doesn't recognize the number entered in the house_number field as a number. In the database the field is listed as type number. How can I resolve this without having to change the data type in my database.