Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Techie technology Blog  > 

2018-03-20 06:16
Create header in cross tab - WEBIUsually for cross tabs if we put required text above the crosstab data part it would replicate (i.e. it wont merge) the same header in all columns.So he… Read More
Locking A BEx Query In SAP BW
2018-02-26 08:08
In order to modify any existing BEx query in lower environments first step is to lock the query for which follow below steps:1) Login to SAP Logon Dev system2) Go to Transport Connection on… Read More
2018-02-21 08:20
SQL * Plus File commands - Oracle1. SAVE filename2. GET filename3. START filename4. @ filename5. EDIT filename6. SPOOL filename7. EXITSQL> L1. Select lastname, manager_id, dept_no2* from… Read More
2018-02-07 09:42
A table in a dataset is used to populate a list box with employee name from the employee table. With the dataset the name of the table and field must be known at design time. if they are mis… Read More
2018-02-05 11:24
Drawing simple lines on a Windows form is not easier as there is no Line control. Still you can make a line by using a Panel control and setting its width or height to a few pixels. But if y… Read More
2018-02-05 11:22
Travel:Olive Mountain HillView - Best Resorts in WayanadOlive Mountain is a joint venture of Babu Varghese and Thomas K. Paul. It is situated at the lower slopes of elegant chembra peak, the… Read More
2018-02-05 07:54
This code snippet demonstrates the use to create a log file to store either your error or informational thing like storing executed queries etc.Here you need to pass the message when you cal… Read More
2010-11-02 14:02
This code demonstrates how WinGrid allows the user to sort on both single and multiple columns by clicking on the column headers. The UltraWinGrid allows user to sort by setting the .HeaderC… Read More
2010-10-06 09:00
The following code demonstrates using SHA1 algorithm to hash a password:In VB:Imports System.Security.Cryptography Public Function ComputeSHA1(ByVal textToHash As String) As String Dim S… Read More
2010-10-05 08:37
DirectCastperforms better than using CType when casting from an object to a more specific type because it does not use runtime helper functions.The below example shows way to cast from type… Read More
2010-08-05 12:43
SQL FunctionsTypes of FunctionsSingle Row Functions - 1. Single row functions: •2. Manipulate data items •3. Accept arguments and return one value •4. Act on each row ret… Read More
2010-08-04 11:35
Table - Basic unit of storage; composed of rows  and columnsNaming Rules -  1. Table names and column names: •2. Must begin with a letter 3•3. Must be 1&n&hellip…Read More
2010-05-30 14:49
This code shows usage of validations in Devexpress controls.ASPX Page    Namespace="DevExpress.Web.ASPxEditors" TagPrefix="dx" %>    Namespace="DevExpress.We… Read More
2010-04-26 16:10
Pivoting is an operation in which you need to build a transformation such that each record from any  input stream, such as, a  nonrelational database table, must be converted into… Read More
2010-04-18 15:40
SQL * Plus editing commands -1. A[PPEND] text2. C[HANGE] / old / new3. C[HANGE] / text4. CL[EAR] BUFF[ER]5. DEL6. DEL n7. DEL m n8. I[NPUT]9. I[NPUT] text10. L[IST]11. L[IST]… Read More
2010-03-02 09:45
Read this article to load a service : http://angeldeeps.blogspot.com/2010/03/load-list-of-services.htmlprivate void cmdStartService_Click(object sender, System.EventArgs e) { try { msvc… Read More
2010-03-02 09:38
Spool [pathdirectory] Spool will record all your statements in a text file which will be created in the path specified by you in pathdirectory. Until and unless you swtich off the spool it w… Read More

Share the post

Techie

×

Subscribe to Techie

Get updates delivered right to your inbox!

Thank you for your subscription

×