Click here to Skip to main content
15,891,704 members
Home / Discussions / Database
   

Database

 
GeneralRe: Backup_Restore Pin
Tobias Schoenig3-Feb-08 19:42
Tobias Schoenig3-Feb-08 19:42 
GeneralRe: Backup_Restore Pin
simworld4-Feb-08 6:49
simworld4-Feb-08 6:49 
Generalinner join on datetime timing out Pin
mejner3-Feb-08 3:17
mejner3-Feb-08 3:17 
GeneralRe: inner join on datetime timing out Pin
Mycroft Holmes3-Feb-08 21:48
professionalMycroft Holmes3-Feb-08 21:48 
GeneralRe: inner join on datetime timing out Pin
mejner3-Feb-08 23:09
mejner3-Feb-08 23:09 
GeneralRe: inner join on datetime timing out Pin
andyharman3-Feb-08 23:00
professionalandyharman3-Feb-08 23:00 
GeneralRe: inner join on datetime timing out Pin
mejner4-Feb-08 0:39
mejner4-Feb-08 0:39 
GeneralSp in Ms-Sql 2000 Pin
r_mohd1-Feb-08 19:59
r_mohd1-Feb-08 19:59 
hi all,

i have developed an application in vb.net with Ms-Sql as back end.
on one stage i am facing an proble while i creating an store procedure.
the coding is as under:-

CREATE PROCEDURE ProcedureName
(
@Sid bigint
)
as
declare @Cityid bigint
begin

Select splrid,splrname,splrundrgrup from finactsplrmstr where splrid=@Sid
Select adrsemail from finactadrsmstr where concrnid=@Sid

set @Cityid=(select adrsctyid from finactadrsmstr where concrnid=@Sid)
select * from finactCscmstr where cscid=@Cityid
end
GO

further When i called this procedure in vb.net it gives not proper output,
say i want to display a record using a sql command in a list view.
i want output like this:

Name: Under Group: Email Address: City: State: Country:

the result which received only first select statement i.e Name and Under Group.

kinldy help me.

thanks in advance:

rmshah
Developer

GeneralRe: Sp in Ms-Sql 2000 Pin
pmarfleet1-Feb-08 23:04
pmarfleet1-Feb-08 23:04 
GeneralRe: Sp in Ms-Sql 2000 Pin
r_mohd3-Feb-08 22:24
r_mohd3-Feb-08 22:24 
GeneralRe: Sp in Ms-Sql 2000 Pin
pmarfleet3-Feb-08 23:44
pmarfleet3-Feb-08 23:44 
GeneralRe: Sp in Ms-Sql 2000 Pin
r_mohd4-Feb-08 0:28
r_mohd4-Feb-08 0:28 
GeneralRe: Sp in Ms-Sql 2000 Pin
pmarfleet4-Feb-08 0:40
pmarfleet4-Feb-08 0:40 
GeneralRe: Sp in Ms-Sql 2000 Pin
r_mohd4-Feb-08 18:38
r_mohd4-Feb-08 18:38 
GeneralRe: Sp in Ms-Sql 2000 Pin
Tim Carmichael4-Feb-08 5:44
Tim Carmichael4-Feb-08 5:44 
QuestionMsql foreign keys Pin
Veldrain1-Feb-08 19:29
Veldrain1-Feb-08 19:29 
GeneralRe: Msql foreign keys Pin
pmarfleet1-Feb-08 22:58
pmarfleet1-Feb-08 22:58 
GeneralSending mail.. Pin
Dio221-Feb-08 8:54
Dio221-Feb-08 8:54 
GeneralRe: Sending mail.. Pin
Krish - KP1-Feb-08 19:25
Krish - KP1-Feb-08 19:25 
GeneralRe: Sending mail.. Pin
Marek Grzenkowicz4-Feb-08 0:04
Marek Grzenkowicz4-Feb-08 0:04 
GeneralTrigger for Replication database table... Pin
Talsaniya Jayesh1-Feb-08 5:48
professionalTalsaniya Jayesh1-Feb-08 5:48 
QuestionHow to Pass Parameter to a Scheduled Job Pin
Neeraj Kr1-Feb-08 1:39
Neeraj Kr1-Feb-08 1:39 
AnswerRe: How to Pass Parameter to a Scheduled Job Pin
Michael Potter1-Feb-08 8:45
Michael Potter1-Feb-08 8:45 
QuestionWhat is Wrong with the Following Query Pin
Vimalsoft(Pty) Ltd1-Feb-08 0:36
professionalVimalsoft(Pty) Ltd1-Feb-08 0:36 
AnswerRe: What is Wrong with the Following Query Pin
Tobias Schoenig1-Feb-08 1:34
Tobias Schoenig1-Feb-08 1:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.