Click here to Skip to main content
15,914,111 members

Comments by Zakirom (Top 6 by date)

Zakirom 18-Jan-16 3:40am View    
Its Select @rn:=@rn+1
Zakirom 18-Jan-16 3:34am View    
Select 1 As `Sno`, perName As `Name`, perMobile As `Mobile`, perEmail As `Email`, speDesignation As `Designation`, speId As `SysId` From Shahab.SupplierPeople Inner Join Shahab.People On spePerId = perId Where speSupId = 7;

That works fine but all turns out as 1
Zakirom 26-Feb-15 7:53am View    
Thank you.

Okay. So I'm doing it wrong. I just want to send an sms using that provider. The sms will still be successfully sent using the method I've pasted above but of course, there is that error.

Any other advice? I'm pushing it here, aren't I? :D
Zakirom 4-Oct-12 9:00am View    
Also tried, no effect. I've also backup the db and restore it at another server. Same problem persist.
Zakirom 4-Oct-12 8:48am View    
Thank you btw.