Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

Goutam Patra

@Goutam Patra
About
Posts
95
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • window application
    G Goutam Patra

    May be a "inherited form" will help you(I guess so) :confused:

    C# csharp question

  • Getting network drives names issue
    G Goutam Patra

    Absolutely.

    C# csharp sysadmin help tutorial question

  • Getting network drives names issue
    G Goutam Patra

    I have checked your code but it works in Windows 7 also!

    C# csharp sysadmin help tutorial question

  • Hello ?
    G Goutam Patra

    Cross Post[^]

    C# csharp database tools tutorial question

  • How to get the connected computer in the network
    G Goutam Patra

    You may use the Comments and Discussions section below the article and add a new message to the article writer and ask what you more want to know.

    C# sysadmin help tutorial question

  • How to get the connected computer in the network
    G Goutam Patra

    Here[^] is a solution for you

    C# sysadmin help tutorial question

  • Cheap Web Hosting Services. Advert?
    G Goutam Patra

    http://www.codeproject.com/Questions/141370/Cheap-Web-Hosting-Services.aspx[^]

    Site Bugs / Suggestions com hosting question

  • help with inport csv file to my C# program
    G Goutam Patra

    Perhaps this link[^] will help you.

    C# tutorial csharp database help question

  • converting column values to column. [modified]
    G Goutam Patra

    SELECT * FROM mytable AS A
    PIVOT (
    SUM(AMOUNT)
    FOR MEVENT IN([ReliefFund], [Donation], [Festival])
    ) AS M

    Database database help

  • See the post
    G Goutam Patra

    See the link in this post[^]

    Site Bugs / Suggestions com

  • adding Group by result to each other
    G Goutam Patra

    Then try using UNION Query like

    SELECT A.NUM, SUM(A.TOTAL) AS TOTAL FROM (
    SELECT num1 AS NUM,count(*) AS TOTAL FROM NumaraBilgileri
    GROUP BY num1
    UNION ALL
    SELECT num2 AS NUM,count(*) AS TOTAL FROM NumaraBilgileri
    GROUP BY num2
    ) AS A
    GROUP BY A.NUM

    You need to create union for all fields.

    Database sql-server com tutorial

  • adding Group by result to each other
    G Goutam Patra

    Are you looking for something like this

    SELECT

    CASE WHEN NUM1 = 10 THEN 1 ELSE 0 END +
    CASE WHEN NUM2 = 10 THEN 1 ELSE 0 END +
    CASE WHEN NUM3 = 10 THEN 1 ELSE 0 END +
    CASE WHEN NUM4 = 10 THEN 1 ELSE 0 END +
    CASE WHEN NUM5 = 10 THEN 1 ELSE 0 END +
    CASE WHEN NUM6 = 10 THEN 1 ELSE 0 END
    AS TOTAL

    FROM MYTABLE

    Database sql-server com tutorial

  • begintrans, commit and rollback
    G Goutam Patra

    Rajesh Puli wrote:

    In this case there is no chance for Programmers

    I agree

    Visual Basic question

  • begintrans, commit and rollback
    G Goutam Patra

    Well that was not my intention. Yes, some of my clients are still using good old VB6 application. And I told them I will not be able to give any more functionality in this application platform, I can give you support up to some minor changes. I think there is no point of doing any further development on VB6. And that’s why I said so. And I also I gave OP the some solution also. I just didn’t reply OP to say that.

    Visual Basic question

  • begintrans, commit and rollback
    G Goutam Patra

    mabrahao wrote:

    app on vb6

    VB6 is dead.

    mabrahao wrote:

    how can i know if the transaction is "open" or not.

    As much as i can remember (asuming that you are using ADODB) the only way to use a variable. After opening the transaction make it true and after commit or rollback make it false.

    Visual Basic question

  • Sql Time Out Problem
    G Goutam Patra

    vishnukamath wrote:

    Im Using The Select Query to Get the data in to datatable

    Post the code you are using

    ASP.NET database help csharp asp-net sysadmin

  • Sql Time Out Problem
    G Goutam Patra

    vishnukamath wrote:

    I Tried A lot Of Ways For Solving This Problem.

    Have you tried

    cmd.CommandTimeout = 10000;

    ASP.NET database help csharp asp-net sysadmin

  • Restrict characters on oracle
    G Goutam Patra

    You mean oracle Substr[^] function

    Database tools database oracle com testing

  • TSQL to print the content/inside of stored proc, definition of view and tables?
    G Goutam Patra

    You may use 1. information_schema.columns for columns 2. information_schema.tables for tables 3. sp_helptext 'sp_procedurename' for SP Text

    Database database sql-server xml question

  • How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?
    G Goutam Patra

    One LIKE operation may help you to compare two image field. Here [^] is a link on Brief Tutorial on Text, Ntext, and Image. You will also find a example how to compare two image column

    Database database help question sql-server sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups