[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

Re: [PHP-DB] Re: PHP vs ASP

2004-11-27 Thread Michael Gargiullo
On Sat, 2004-11-27 at 19:57 +0800, javagen wrote: 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. Appeal to his budget. php + mysql (Both will run on either

Re: [PHP-DB] Re: PHP vs ASP

2004-11-27 Thread Bruno B B Magalhães
Take a look at: http://www.oracle.com/technology/pub/articles/hull_asp.html Regards, Bruno B B Magalhães -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHPMysqlAdmin

2004-11-27 Thread [EMAIL PROTECTED]
Where can you get PHPmysqladmin? I would like to load it on my test server to make updating and entering Mysql data easier. Thanks for your help! Tim

RE: [PHP-DB] PHPMysqlAdmin

2004-11-27 Thread Rich Hutchins
Sourceforge... http://sourceforge.net/projects/phpmyadmin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, November 27, 2004 1:28 PM To: PHP DB Subject: [PHP-DB] PHPMysqlAdmin Where can you get PHPmysqladmin? I would like to load it on my test

[PHP-DB] fatal error

2004-11-27 Thread Aravalli Sai
i had created an inventory management system in php using sqlite DB..with ADD,DELETE,UPDATE,VIEW,FIND functions...and it was working properly..but suddenly it is giving an error as Fatal error: Call to undefined function: sqlite_open() in /home/saravall/.HTML/view.php on line 25 can anyone

Re: [PHP-DB] fatal error

2004-11-27 Thread Huy Ton That
how do i remove myself off this list? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Uploading a db

2004-11-27 Thread ioannes
What is a good way to load a database which I have served in a sql file (with all the sql statements etc). I have tried a GUI called Mascon, and a terminal command mysql -u user -ppassword db_name file.sql with no luck due to various errors, including too large packet size, need reload

[PHP-DB] number format

2004-11-27 Thread balwantsingh
hello, may pls. suggest me how i can retreive number before decimal and after decimal. for example 123456.7. I want to store 123456 in a variable and 7 in another. also how can i force the user by validations so that he can only enter data in this format only i.e. 123456.7. thanks with best

[PHP-DB] Is there any replication service for MySQL?

2004-11-27 Thread Sadeq Naqashzade
Hi all, Do you know any replicator server to synchronize database on local server with my web server? Sadeq Naqashzade Yazdi www.Sadeq.ir -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php