Right Click on Setup(Application) View-File System users desktop-Create short cut-Application folder-select primary out put Right click on short cut-browse icon
Praveen029
Posts
-
setup problem -
Regarding FirebirdHi I am using firebird database using C#.Net.I am unable to connect firebird db windows application and windows service, at a time only one application is working with fire bird db. Please help me how to connect firebird db from two applicatins like windows application(Desk Top)and windows service.
-
Regarding Enterprise Library ConfigurationHi I am using Enterprise Library Configuration(Application block). I am getting log date time is 5 hours 30 min difference from actual timings, Can any one suggest how to get system timings. I have updated config file as
-
Regarding datetime pickerhi how get month name from datetime picker like if the date is 20/04/2006 I need month as April.....................
-
EnterPrise Library 3.0 April 2007Hi, I am using EnterPrise Library 3.0 April 2007 application block. I want to create a day wise Log file but it will create only single file with name trace.log and when ever day changes the Log content is adding but I need day wise logfile.Could any one assist? Thanks.
-
Sql server Date DiffHi, all select convert(varchar,(datediff(dd,'1979-09-04 12:34:50.603',getdate())/365)) here getdate()='2007-09-05 12:34:50.603' I need find the age of employee but this result is showing 28 instead of 27 because till one day is required to complete 27... Praveen Kumar
-
Subquery returned more than 1 valuewhat is the need of COALESCE
-
Regarding Sql serverHi I mean to say newly inserted records. i.e Suppose a table have 1000 records.I need to retrieve 991 to 1000 records.
-
Regarding Sql serverHi, Please send me how to get last 10 records in a table( There is no index on table)
-
Infragistics controlhi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.
-
Delete a string from a string array.hello, Thanks my problem solved
-
Delete a string from a string array.how to delete a string from a string array.
-
Convert byte[] array to byte[,]Hi, How to convert single dimention byte array to two dimensional byte array. Advance thanks