Jumat, 27 September 2013

PHP Indonesia - Facebook: ini apa yang salah ya gan, DELIMITER $$ DROP FUN...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
ini apa yang salah ya gan, DELIMITER $$ DROP FUN...
Sep 28th 2013, 00:50, by Hartini Waha

Hartini Waha 12:50am Sep 28
ini apa yang salah ya gan,
DELIMITER $$

DROP FUNCTION IF EXISTS `rentalbuku_dbc1110012`.`Tampilkan Judul`$$

CREATE FUNCTION `rentalbuku_dbc1110012`.`Tampilkan Judul`(vKodeBuku varchar(10))
RETURNS varchar(30)
/*LANGUAGE SQL
| [NOT] DETERMINISTIC
| { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }
| SQL SECURITY { DEFINER | INVOKER }
| COMMENT 'string'*/
BEGIN
declare vJudulBuku varchar(30);
select JudulBuku from Buku where KodeBuku = vKodeBuku into vJudulBuku;
return vJudulBuku;
END$$

DELIMITER ;
mengalami error :
Error Code : 1418
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
(0 ms taken)

Hartini Waha 12:52am Sep 28
mohon bantuannya agan :) mkasih

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar