Search found 9 matches
- Sat Nov 19, 2005 11:47 am
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
- Fri Nov 18, 2005 2:45 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
Hey yj, got a small question of big proportions ... I have a small network at home. As I said earlier, Im running on Mandriva 2005 LE and it runs all my php files from /apache2/htdocs/*.php . Problem is, when I save the file on my text editor(kwrite), say input.php, there's another file input.php~ i...
- Fri Nov 18, 2005 2:37 am
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
- Thu Nov 17, 2005 8:15 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
- Thu Nov 17, 2005 5:12 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
- Thu Nov 17, 2005 4:54 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
- Thu Nov 17, 2005 12:47 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
REVISED ... PLEASE READ THIS ONE
Hi all ... Thanks everah for your help. I believe my problem is with mysqli. As you can see Im still new at this. I made a serious mistake when typing out my first post. Below are the differences in the mysql procedure procedure my_proc(in id int) begin ... if ... then select 'this is both a sedan a...
- Thu Nov 17, 2005 3:30 am
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
msqli vs mysql
I am running on Mandriva 2005 LE, php 5.0.5, apache 2.0.55, mysql 5.0.15 - all of which I am new to. I followed certain instructions made for installing php4-mysql4-apache2 (replacing php4 with php5 and mysql4 with mysql5). I am not getting any outputs when using mysqli. As soon as I change the mysq...
- Wed Nov 16, 2005 4:32 pm
- Forum: Databases
- Topic: Calling MySql stored procedure
- Replies: 12
- Views: 776
Calling MySql stored procedure
Hi all, Im a newbie. I have a database that has stored procedures outputing statements. Procedure Printer() begin ... if ... then select 'there is a problem with A'; elseif ... then select 'A is much bigger than B'; ... end if; if ... then select 'C is clear'; ... end if; end; I can see the outputs ...