Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Thursday, February 13, 2014
ABS SQL Server Example
›
SQL Server > Built-in Functions > ABS Returns the absolute positive value of a numeric expression. Example DECLARE @i int ; ...
Power SQL Server Example
›
SQL Server > Built-in Functions > POWER Returns the value of a number to the specified power. Example: select power ( 2 , 4 ...
Wednesday, February 12, 2014
ORA_ROWSCN Oracle example
›
Oracle ORA_ROWSCN returns the conservative upper bound system change number (SCN) of the most recent change to the row. This is useful fo...
Friday, February 7, 2014
Convert binary data to MemoryStream C#
›
C# > IO > MemoryStream Creates a stream whose backing store is memory. Example: Convert binary data to MemoryStream publi...
Thursday, February 6, 2014
SPACE SQL Server Example
›
SQL Server > Built-in Functions > SPACE Returns a string of repeated spaces. Example: declare @str nvarchar ( max ), @...
RIGHT function SQL Server Example
›
SQL Server > Built-in Functions > RIGHT Returns the right part of a string with the specified number of characters. Example: ...
Tuesday, February 4, 2014
Using jQuery ajax to call asmx WebService methods
›
ASP.NET > WebService > jQuery Using jQuery ajax to call asmx WebService methods Example: Code: WebService1.asmx using ...
‹
›
Home
View web version