chr(ord ($var) +1);
Does anybody know how to do the above in ASP?
I'm using a char(2) character (eg. AA, A😎 as a primary key in my database, and to increment it I'm using a stored procedure in MS SQL.
So I need some code that'll go into the stored procedure to increment it.
I want it in the SP rather than in PHP because it'll have 2 front ends, one in PHP and another in coldFusion.
Cheers,
Mariusz.