Hi,
Thank you, now my Konakart application working well. I install my db successfully.......
Thanks & Regards,
Geetha..............
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: Geetha on January 18, 2008, 01:10:55 pm
hi,
I find the query in database/MYSQL/konakart-demo.sql.
"{ Create a KK_IF function which for MySQL is a wrapper around the IF function (but we can't use IF on all databases)
DROP FUNCTION IF EXISTS KK_IF;
#CREATE FUNCTION KK_IF (test int, a decimal(15,4), b decimal(15,4)) RETURNS decimal(15,4) deterministic return IF(test, a, b)" }"
now, what have to do? by deleting this or i have to change something in this query...
thanks and regards,
geetha