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
N

Niraj_Silver

@Niraj_Silver
About
Posts
11
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • delete duplicate rows
    N Niraj_Silver

    Example Table : Cl1 Cl2 ID SecndClmnNAme Delete From Tab Where ID NOt In Select Distinct ID From Tab)

    Database database question

  • Payment gateway...In C#.Net New developer in this service help ...
    N Niraj_Silver

    Asp.Net with C# (2.0) i am just novice user to this Gateway service, i wants to make enable my user at my site to by items and pay through Visa or master card.... What should be the my first step ? can you please help me ..... Thanks in advance... Niraj

    C# csharp asp-net help question

  • Date Between Problem
    N Niraj_Silver

    hi...

    SELECT StarRate, date FROM BasicSearch WHERE date BETWEEN '2008-06-03' AND '2008-06-05'
    Order By Date

    By.. Tc :-D

    Database database help

  • Get row count and data set from sproc
    N Niraj_Silver

    Hi.. Sure You Can Have This One....

    @Filter int,
    @theRows int output
    AS
    BEGIN
    SET @theRows=(SELECT Count(Field)
    FROM MyTable
    WHERE FilterField=@Filter)

    END

    Hope It Will work... do Reply.. Have Nice Day.. :-D

    Database question

  • convert
    N Niraj_Silver

    Hi... Try This One Will Work Select Convert(varChar(20), Role) + LogInID From LogIn By Take Care.. :)

    Database database tutorial

  • how i set Table name and Column name dynmicalyy in Ms sql sp
    N Niraj_Silver

    Sure you can try this One... Declare @qry VarChar(1000), @clmname VarChar(100), @tabname VarChar(100) Set @qry = (Select @clmname from @tabname) Exec(@qry) hAVE A nICE DAY.... bY... :-D

    Database csharp sharepoint database sql-server

  • select values from a table dyunamically in Stored procedure
    N Niraj_Silver

    hi... Try This one.... Declare @loopId int set @loopId=1 Declare @vr varchar(100) declare @variable varchar(100) Declare @qry VarChar(1000) while @loopId<=4 begin set @vr='Q'+''+Convert(varchar,@loopId)+'' Select @variable=@vr from test print(@variable ) Set @qry = (Select @variable=@vr from test) set @loopId=@loopId+1 Exec(@qry) end Take Care .... sure there will not be any prob now if still having prob..then reply.. take care... By :-D

    Database database help

  • Data transaction between MySQL , MSMQ and Asp.net C# application
    N Niraj_Silver

    i do not how it is in mysql but in MS SQL you can use stored procesure.. if you want to knw abt that tellme... :)

    Database csharp asp-net database mysql help

  • Problem in query
    N Niraj_Silver

    CAn you Explore it more with Code.... I can try on it..... By

    Database help database tutorial

  • joining two queries
    N Niraj_Silver

    if u wants to run both qries one after another then the Solution is.... SqlQry 1 Go Sqlqry 2 Go . . . . Try Go Statement in SQL it will help you... Enjoy your coding.. :-D

    Database help tutorial question

  • Problem in Query
    N Niraj_Silver

    hi Niraj Here , I hope this will work for you.... try this.. Select fieldnamewhich containst1t2ec as [1945] From Tablename Where year = 1945 Have a noce Day.. Stay Tune ..... Take Care.... :-D

    Database database help
  • Login

  • Don't have an account? Register

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