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
0

00thilani

@00thilani
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • get the difference of two attributes in two tables
    0 00thilani

    I have a table called "Issue" and table called "Receive" and both have same attributes they are "code,curr_val,date,coin_note,no_of_items,amount,operator_id,officer_id"And also code ,curr_val, and date are superkeys. data types are char(8),datetime,char(1)if t is a coin c,if it is a note n,money,char(8),char(8) I'm using sql server 2000 I want to get the difference of currency values (ex no of $10notes,$50 notes).In other words I want to get the difference of Items in the "no_of items"attribute. I tried toget notes value and no of notes items in receive table. >SELECT curr_val,count(*)AS Items ,SUM (amount)AS Amount_Rs FROM RECEIVE AS R WHERE coin_note='n'GrOUP BY curr_val I tried toget notes values and no of notes items in issue table >SELECT curr_val,count(*)AS Items ,SUM (amount)AS Amount_Rs FROM ISSUE AS I WHERE coin_note='n'GrOUP BY curr_val . What I want is the difference betveen the items values of R and I with their currency value please help ASAP Thanx Thilani

    Database help database sql-server sysadmin

  • store datagrid data in a database
    0 00thilani

    There is a data grid and I have entered data into datagrid.So I want to store these in a database table .How can I do it. :( This is very Argent

    C# css database question

  • C# and Sql server 2000 stored procedure
    0 00thilani

    How to excecute stored procedure by using c# application in run time? I need to know the coding. Please someone help me as soon as possible Thanx

    Thilani

    C# database csharp sql-server sysadmin 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