Click here to Skip to main content
15,890,825 members
Home / Discussions / Database
   

Database

 
Questionsql comparison help needed Pin
neodeaths8-Apr-07 21:21
neodeaths8-Apr-07 21:21 
AnswerRe: sql comparison help needed Pin
Krish - KP8-Apr-07 21:58
Krish - KP8-Apr-07 21:58 
Questionhow to compare date in sql statement Pin
neodeaths8-Apr-07 19:44
neodeaths8-Apr-07 19:44 
AnswerRe: how to compare date in sql statement Pin
_mubashir8-Apr-07 21:17
_mubashir8-Apr-07 21:17 
AnswerRe: how to compare date in sql statement Pin
Krish - KP8-Apr-07 21:55
Krish - KP8-Apr-07 21:55 
GeneralRe: how to compare date in sql statement Pin
Colin Angus Mackay9-Apr-07 0:10
Colin Angus Mackay9-Apr-07 0:10 
Questiontransactions and transactionScope Pin
steve_rm8-Apr-07 16:45
steve_rm8-Apr-07 16:45 
Questionneed help with special case when sql got no data Pin
neodeaths8-Apr-07 15:34
neodeaths8-Apr-07 15:34 
hi my questions is that in the case where my datasource have no result (becasue of the parameter there are no result) i want to route it to another sql statment is it possible??

my code below:

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:asdConnectionString1 %>"<br />
            <br />
            SelectCommand="SELECT DISTINCT AuctionSessionID, LocationID, Date_Time, AuctionDescription, Comments FROM AuctionSession WHERE (AuctionSessionID <> (SELECT AuctionSession FROM Registration WHERE (NRIC = @NRIC)))"<br />

AnswerRe: need help with special case when sql got no data Pin
Colin Angus Mackay8-Apr-07 16:09
Colin Angus Mackay8-Apr-07 16:09 
GeneralRe: need help with special case when sql got no data Pin
neodeaths8-Apr-07 17:49
neodeaths8-Apr-07 17:49 
GeneralRe: need help with special case when sql got no data Pin
Colin Angus Mackay9-Apr-07 0:04
Colin Angus Mackay9-Apr-07 0:04 
Questionstore proc programming Pin
coolzzzz8-Apr-07 2:05
coolzzzz8-Apr-07 2:05 
AnswerRe: store proc programming Pin
Colin Angus Mackay8-Apr-07 3:13
Colin Angus Mackay8-Apr-07 3:13 
Questionhow can rename table name with tsql ? Pin
B.A7-Apr-07 20:39
B.A7-Apr-07 20:39 
AnswerRe: how can rename table name with tsql ? Pin
B.A7-Apr-07 22:40
B.A7-Apr-07 22:40 
QuestionDTS help Pin
indian1437-Apr-07 6:16
indian1437-Apr-07 6:16 
Questiongive DTS source file at runtime Pin
indian1436-Apr-07 22:04
indian1436-Apr-07 22:04 
QuestionStored Procedure Pin
vengaqua6-Apr-07 21:44
vengaqua6-Apr-07 21:44 
AnswerRe: Stored Procedure Pin
Rob Graham7-Apr-07 4:24
Rob Graham7-Apr-07 4:24 
Questionwhat is different between SqlDataAdapter and SqlDataReader?.what is different between SqlDataAdapter and SqlDataReader?.these 2 r different from dataadapter and datareader. Pin
sathyan_82946-Apr-07 18:53
sathyan_82946-Apr-07 18:53 
AnswerRe: what is different between SqlDataAdapter and SqlDataReader?.what is different between SqlDataAdapter and SqlDataReader?.these 2 r different from dataadapter and datareader. Pin
vengaqua6-Apr-07 21:56
vengaqua6-Apr-07 21:56 
AnswerRe: what is different between SqlDataAdapter and SqlDataReader?.what is different between SqlDataAdapter and SqlDataReader?.these 2 r different from dataadapter and datareader. Pin
Rob Graham7-Apr-07 4:17
Rob Graham7-Apr-07 4:17 
AnswerRe: what is different between SqlDataAdapter and SqlDataReader?.what is different between SqlDataAdapter and SqlDataReader?.these 2 r different from dataadapter and datareader. Pin
Vinay Dornala8-Apr-07 21:00
Vinay Dornala8-Apr-07 21:00 
QuestionSQL triple-join question Pin
GregStevens6-Apr-07 7:15
GregStevens6-Apr-07 7:15 
AnswerRe: SQL triple-join question Pin
Ian Dennis6-Apr-07 7:42
Ian Dennis6-Apr-07 7:42 

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.