[PHP-DB] how can i set a large String to a xmltype field use PHP?

2004-11-27 Thread javagen
i can set xml String to xmltype field with: $sql_insert_sql = insert into g_province (p_id,p_regionid,p_provincenameobj,solt) values (g_province_q.nextval,'.$_GET['region_id'].',sys.XMLTYPE.createXML('.$xml _con.'),0); but if $xml_con too long,i can not set this content into xmltype fields.

[PHP-DB] how can i set a large String to a xmltype field use PHP?

2004-11-27 Thread javagen
i can set xml String to xmltype field with: $sql_insert_sql = insert into g_province (p_id,p_regionid,p_provincenameobj,solt) values (g_province_q.nextval,'.$_GET['region_id'].',sys.XMLTYPE.createXML('.$xml _con.'),0); but if $xml_con too long,i can not set this content into xmltype fields.

[PHP-DB] Re: oci8

2004-11-27 Thread javagen
hi, what is your php OS? and what is your oracle OS? Joe [EMAIL PROTECTED] дÈëÓʼþ news:[EMAIL PROTECTED] I am facing problem in connecting to Oracle from php. I followed the instructions listed in www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_linux.h tml. However,

[PHP-DB] Re: php v jsp

2004-11-27 Thread javagen
hi i think php is a fast develop tools for you and jsp is for team work. if you only user jsp , it is be of no concern ,because jsp is sames like php or asp,if you use jsp i suggest you to use strust or servlet Vikas Nanda [EMAIL PROTECTED] news:[EMAIL PROTECTED] Hi I just wanted to know

[PHP-DB] Re: How can I store Images in the MySQL Database

2004-11-27 Thread javagen
i sugest it too. Daniel Kummer [EMAIL PROTECTED] news:[EMAIL PROTECTED] Nikhil Mulley wrote: Hi Lists , My Query is How Can I store Images in the MySQL Database , and how to Index them , can anybosy help me on this please I am starting out a Online Photo Gallery and want to

[PHP-DB] Re: PHP vs ASP

2004-11-27 Thread javagen
asp is not safe because asp only run in windows. Matthew Perry [EMAIL PROTECTED] дÈëÓʼþ news:[EMAIL PROTECTED] I need some ammo to convince my boss not to use ASP but use PHP instead. Anyone have some info I can give him? - Matthew -- PHP Database Mailing List (http://www.php.net/) To