Click here to Skip to main content
15,901,982 members
Home / Discussions / Database
   

Database

 
GeneralRe: Login failed for user "myDomain\Guest" Pin
denizmercan3-Apr-06 1:27
denizmercan3-Apr-06 1:27 
GeneralRe: Login failed for user "myDomain\Guest" Pin
HimaBindu Vejella3-Apr-06 1:29
HimaBindu Vejella3-Apr-06 1:29 
GeneralRe: Login failed for user "myDomain\Guest" Pin
denizmercan3-Apr-06 1:37
denizmercan3-Apr-06 1:37 
QuestionContinuing setup after msde installation system reboot Pin
Qaiser_Iftikhar31-Mar-06 0:07
Qaiser_Iftikhar31-Mar-06 0:07 
QuestionSimple Count Statement. Pin
munklefish30-Mar-06 23:52
munklefish30-Mar-06 23:52 
AnswerRe: Simple Count Statement. Pin
George L. Jackson31-Mar-06 1:10
George L. Jackson31-Mar-06 1:10 
GeneralRe: Simple Count Statement. Pin
munklefish31-Mar-06 1:13
munklefish31-Mar-06 1:13 
GeneralRe: Simple Count Statement. Pin
George L. Jackson31-Mar-06 1:21
George L. Jackson31-Mar-06 1:21 
First of all, your problem is really SQL related. I am getting ready to go to work and I don't have time to leave a good example so here is how your SQL might look like:

SELECT SUM(bookingNumbers) FROM tbl_Booking WHERE bookingWhen='"+addDays+"'"

The "GROUP BY" might not be necessary. If it is do this:

SELECT SUM(bookingNumbers) FROM tbl_Booking WHERE bookingWhen='"+addDays+"' GROUP BY booingwhen"
QuestionTenant Database Pin
Lav KG30-Mar-06 18:34
Lav KG30-Mar-06 18:34 
AnswerRe: Tenant Database Pin
Colin Angus Mackay31-Mar-06 12:29
Colin Angus Mackay31-Mar-06 12:29 
GeneralRe: Tenant Database Pin
Lav KG2-Apr-06 18:08
Lav KG2-Apr-06 18:08 
AnswerRe: Tenant Database Pin
HimaBindu Vejella2-Apr-06 18:49
HimaBindu Vejella2-Apr-06 18:49 
Questionprimary key duplication Pin
Ritesh123430-Mar-06 18:31
Ritesh123430-Mar-06 18:31 
QuestionSQL server retrival on demand Pin
sameerhanda30-Mar-06 10:27
sameerhanda30-Mar-06 10:27 
AnswerRe: SQL server retrival on demand Pin
Eric Dahlvang31-Mar-06 3:25
Eric Dahlvang31-Mar-06 3:25 
QuestionHow to pass a recordset from server-side asp to client? Pin
Jesse Evans30-Mar-06 9:25
Jesse Evans30-Mar-06 9:25 
QuestionFirst time programming - need help with database design... Pin
tanpanjang30-Mar-06 7:43
tanpanjang30-Mar-06 7:43 
QuestionPleas help me Pin
papa198030-Mar-06 6:18
papa198030-Mar-06 6:18 
AnswerRe: Pleas help me Pin
Lav KG30-Mar-06 23:32
Lav KG30-Mar-06 23:32 
QuestionPhone number location question Pin
Richard Parsons30-Mar-06 4:29
Richard Parsons30-Mar-06 4:29 
AnswerRe: Phone number location question Pin
Colin Angus Mackay30-Mar-06 4:46
Colin Angus Mackay30-Mar-06 4:46 
QuestionSorting a DataSet for binding to a DataList Pin
cybersurferdev29-Mar-06 22:32
cybersurferdev29-Mar-06 22:32 
QuestionWhat is the command to list all the tables in a data base in SQL server??? Pin
BawaSingh29-Mar-06 21:39
BawaSingh29-Mar-06 21:39 
AnswerRe: What is the command to list all the tables in a data base in SQL server??? Pin
Colin Angus Mackay29-Mar-06 22:10
Colin Angus Mackay29-Mar-06 22:10 
GeneralRe: What is the command to list all the tables in a data base in SQL server??? Pin
BawaSingh29-Mar-06 23:41
BawaSingh29-Mar-06 23:41 

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.