Need help in storing and retreving images

2005-06-18 Thread madderla sreedhar
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

need help in stroing and retreving images from database

2005-06-18 Thread madderla sreedhar
Sir , Iam working on Mysql5.0 version. Can I store .jpeg or .png or .gif etc imagefiles in database. If so where can I get the tutorials or sample code to insert and retrive the images from mysql database. Any help is welcome. Thanking you , Sreedhar

Need help

2005-06-18 Thread madderla sreedhar
Isn't MySql supports large amounts of data to be stored in databases. What is the maximum number of records that can be handled or stored in Mysql. Is there any limit. If i want to store large amounts of data then is it necessary to migrate to another database. Please reveal this . Any help is

Need help in running MySql in PHP script

2005-05-17 Thread madderla sreedhar
Hi, Iam using php 5.0, IIS 5.0, Mysql 5.04 ,win2000 NT and IE as web browser and executed the php script,but got a fatal error describing that undefined fuction mysql_connect() in the file and not getting the desired output. I had uncommented the php.ini file the entry named

Need help in running MySqli (extension) in PHP script

2005-05-17 Thread madderla sreedhar
hi, I use php 5.0,Mysql 5.04 ,IIS 5.0 ,IE in windows2000 NT os and still got errors in running php script with Mysqli functions. when I execute the Php script with Mysql functions in it, it gives fatal error undefined function Mysqli_connect() on line no etc.,, in browser. IS that correct,

Need help in locating configuration file

2005-05-17 Thread madderla sreedhar
Hi, Iam using Mysql5.04 What does it mean, To install the mysqli extension for PHP, use the --with-mysqli=mysql_config_path/mysql_config configuration option where mysql_config_path represents the location of the mysql_config program that comes with MySQL versions greater than 4.1. in this,is

Need help in running MySql in PHP script

2005-05-16 Thread madderla sreedhar
Hi, Iam using mysql 5.04 , php 5.0 with IIS 5.0 webserver and written some scripts and executed on IE webbrowser but getting an fatal error undefined function mysql_connect() in the code kindly tell me where iam going wrong and also tell the mysql username how to find it out becoz when Iam

NEED HELP IN IF STATEMENT

2005-05-02 Thread madderla sreedhar
Can u please execute the following procedure in MySql and tell me where I had gone wrong because on my system the same code is giving error near line := 'TRUE' CREATE PROCEDURE cart_items_validate (IN mcustid INT ,IN mprodid varchar(10), OUT mvalidate varchar(10)) BEGIN DECLARE rowexists

Need hlep for creating a Package in MySql 5.0.4 beta nt

2005-04-30 Thread madderla sreedhar
Is there any statement in MySql 5.0 to create a package of my own i,e create package Pack_name ( ) etc., if so please give the syntax of that or what to do if I want to create a package of my own in mysql 5.0 . Any help is welcome. Thanks , Sreedhar

need help in syntax for create package or compile etc

2005-04-30 Thread madderla sreedhar
Is there any statement named create and complie java source named .. syntax in the mysql for creation of a java source file for loading data from java files or retriving data etc . Any help is welcome . __ Do You Yahoo!? Tired of spam?

Need help with stored procedures in mysql

2005-04-28 Thread madderla sreedhar
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Need help with stored procedures in MySQL

2005-04-28 Thread madderla sreedhar
Hi, Iam looking to migrate an Oracle database to MySQL and trying to write a simple stored procedure in MySQL 4.1 .I reffered few examples posted and used the statements from them but I get errors while creating procedures create procedure helloworld (out p_text VARCHAR(30)) BEGIN set p_text =