Al Programming

Free source code programming in C#, VB.Net, Java, SQL

Monday, May 17, 2010

Oracle/PLSQL: Oracle System Tables

›
Oracle/PLSQL > Oracle System Tables -------------------------------------------------------------------------------- Below is an alph...
Saturday, May 15, 2010

Oracle FOR LOOP

›
The syntax for the FOR Loop in Oracle is: FOR loop_counter IN [REVERSE] lowest_number..highest_number LOOP {.statements.} END LOOP; ...

Get current day , month, year Oracle

›
Oracle > Date Time > Get current day , month, year Oracle select to_number(to_char(sysdate,'dd')) day,to_number(to_char(sys...
Thursday, May 6, 2010

SQL COUNT

›
SQL Server   >  Built-in Functions   >  COUNT COUNT returns the number of rows that matches a specified criteria. The NULL values...
Wednesday, May 5, 2010

How to pass Database logon info to a Crystal Report at runtime in C#

›
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; private CrystalReport1 crReportDocument = new CrystalReport...
Wednesday, April 7, 2010

Default web browser Internet Explorer

›
Tools -> Internet Options ->Programs Tools -> Internet
Monday, February 22, 2010

Added Microsoft Access as linked server SQL Server

›
SQL Server  > Linked Server > Add sp_addlinkedserver Creates a linked server. A linked server allows for access to distributed, ...
‹
›
Home
View web version
Powered by Blogger.