Click here to Skip to main content
15,911,896 members

Comments by Wathon Aung (Top 6 by date)

Wathon Aung 9-Feb-16 23:08pm View    
Yeah I got this function dbo.DateBackbone from my Ms Sql Server, but how can I change this function for usinng in my Mysql database with phpMyAdmin?

CREATE FUNCTION [dbo].[DateBackbone](@StartDate Datetime,@EndDate DateTime)

RETURNS @Dates TABLE (Date DateTime) AS

BEGIN
While @StartDate <= @EndDate
BEGIN
insert @Dates (Date) Values (@StartDate)
Set @StartDate = @StartDate + 1
END
RETURN

END
Wathon Aung 9-Feb-16 4:38am View    
I have not this UDF I only use DateBackbone(Date1,Date2). DateBackBone is not implement in my MSSql Server.
Wathon Aung 10-Jul-15 4:35am View    
Pls,
Help me! @_@
Wathon Aung 10-Jul-15 3:56am View    
I have 500 internal server occur! Why?
----------------------------------------
POST http://localhost:2000/ViewReport/ReportViewer/BLGeneral/BLGeneral.Stock.StockController/GetAllStockList/Stock/rpt_StockSummary 500 (Internal Server Error)
Wathon Aung 10-Jul-15 3:50am View    
Deleted
500 internal server Error occur!