Search:

Type: Posts; User: Jim.Anderson; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Oracle Re: I want to retreive only first record from the specified table

    You can get first record without where clause in SQL Server and MYSQL but not in oracle



    SQL Server : SELECT TOP 1 column FROM table

    Oracle : SELECT column FROM table where ROWNUM = 1
    ...
  2. Answers
    1
    Views
    4,690

    Oracle Re: Extract String value

    try this ....

    select substr(column name,instr(columnname , '|' , -1 )+1) from table name
  3. ASP.NET Re: Displaying data in a DataGrid for particular column

    you should be able to add custom colums in grid design mode... please read few books or refer to websites..
  4. Answers
    2
    Views
    3,825

    ASP.NET Re: Create and run the stored procedure

    Please read ADO.NEt book before asking such simple questions...

    here are few tutorials that might help...

    http://www.exforsys.com/content/category/17/221/266/
    ...
  5. ASP.NET Re: How can i access methods of those DLLs created in 1.1

    You should be able to access the DLLs with no issue as long as they have just classes and functions .. just add a reference to your project.. even we are using lot of DLL's created from version 1.0...
  6. Thread: disable

    by Jim.Anderson
    Answers
    2
    Views
    3,486

    ASP.NET Re: disable

    this can be done using java script customizing the browser buttons... I had same situation in one of my application , Disabling browser buttons was not the option so I had to expire cache on back or...
  7. Answers
    7
    Views
    11,235

    ASP.NET Re: Latest version of ASP.NET

    Samir,

    Even we are using asp 2.0 in Production .. there are lot of changes around to support new Vista Operating System... That's one of the reason for Microsoft released ASP 3.0

    Thanks,
  8. Answers
    5
    Views
    5,051

    SQL Re: Which trigger will fires first?

    agree with james...

    You can create multiple triggers of the same type (BEFORE, AFTER, INSTEAD OF) for the same triggering event. The order of execution among the triggers is indeterminate.
  9. Answers
    4
    Views
    3,913

    Re: Career change Advice

    Devashish,

    Are you trying for DBA job or development ...?

    if you are looking for development career , please practice either java or dotnet since you need have frontend skills along with your...
  10. Re: maximum amount of databases that can be hosted on Exchange 2003

    there is no set size .. it all depends on how large your operating system allows...

    Thanks,
    Jim
  11. Answers
    1
    Views
    5,415

    Unix/Linux Re: Security commands in UNIX

    here is a good must have help doc..

    http://www.cis.syr.edu/~wedu/Teaching/cis400/LectureNotes/Unix_Security.pdf

    I am sure you will be able to read more in MAN
  12. Answers
    2
    Views
    3,363

    Unix/Linux Re: Puzzled with the term Emacs

    googled for it...

    Edinburgh Multi-Access System

    have no clear idea what it is though..
  13. Answers
    2
    Views
    6,261

    Unix/Linux Re: + symbol????

    I am also interested to find this out.. any unix gurus out there ..
  14. Unix/Linux Re: Information : Installing Ubuntu In your system

    I tried once installing Solaris in Patten but totally message up my hard drive .. Solaris won't come up properly complaining about display drivers...

    Is there any help for Dual instalaltions...
  15. Answers
    2
    Views
    3,687

    Unix/Linux Re: DId you know? - Ubuntu Linux Info

    is there any Unix version that we can run on USB drive or CD Drive .. ?
  16. Answers
    4
    Views
    7,277

    Re: XP will treat Zip files like folders

    Thanks for nice tip... I don't see any change on my PC though ... all the zip files defaults to winrar on my PC ...
  17. Answers
    1
    Views
    3,930

    Windows Re: Windows Vista Test Drive

    Thanks for the information admin but I tried it's kind of too slow... any how I am getting my copy this week...
  18. Answers
    2
    Views
    4,146

    Windows Windows Vista Upgrade

    Hello,

    I am getting my upgrade copy this week... I will let you know how it goes...

    does any one upgrade to Vista already ..? If so Could you share your experience with it..

    Thanks,
    Jim
  19. Answers
    1
    Views
    10,464

    SQL Server - Re: SQL Server Replace Function

    CREATE FUNCTION dbo.REMOVEALPHA
    (@str VARCHAR(8000))
    RETURNS VARCHAR(8000)

    BEGIN
    declare @validchars varchar(8000)
    set @validchars = '0-9'
    WHILE PATINDEX('%[^' + @validchars + ']%',@str) > 0...
  20. Answers
    16
    Views
    5,968

    Re: Free Resume Help

    The primary differences are the length, the content and the purpose.

    A resume is a one or two page summary of your skills, experience and education.

    A CV is a longer (two or more pages),...
  21. Answers
    5
    Views
    47,300

    SQL Server - Re: Cannot open database error 4060

    Boris,

    few things...

    1. Check to see if sql server is running ...
    2. what kind of authentication did you select .. mixed or windows ..
    3. if it's mixed, you can use the following...
  22. Re: does anybody explain the "novus testing framework?"

    seems to be not much information about this ... are you using in your company...
  23. Answers
    5
    Views
    5,631

    JSP Re: why we shift Servlet to JSP ?

    JSP doesn't give you anything that you couldn't in principle do with a servlet. But it is more convenient to write (and to modify!) regular HTML than to have a zillion println statements that...
  24. Answers
    1
    Views
    4,139

    Oracle Re: Oracle Command Line question

    Once you have logged in, you can connect under a different username with the SQL*Plus CONNECT command. The username and password must be valid for the database. For example, to connect the username...
  25. Answers
    6
    Views
    6,788

    JavaScript Re: stop and run the marque field....

    The marquee tag allows you to scroll some text of your choice accross the screen, and it doesn't need a JavaScript to make it work. The only problem with using it is that the marquee tag only works...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact