Click here to Skip to main content
15,900,461 members
Home / Discussions / Database
   

Database

 
Questioncan't save image in database Pin
md_refay20-Jun-06 22:24
md_refay20-Jun-06 22:24 
AnswerRe: can't save image in database [modified] Pin
Colin Angus Mackay20-Jun-06 22:33
Colin Angus Mackay20-Jun-06 22:33 
Questionlast value updated in sql server 2000 Pin
anj198320-Jun-06 21:33
anj198320-Jun-06 21:33 
AnswerRe: last value updated in sql server 2000 Pin
vivek-g20-Jun-06 23:01
vivek-g20-Jun-06 23:01 
AnswerRe: last value updated in sql server 2000 Pin
Mairaaj Khan22-Jun-06 3:34
professionalMairaaj Khan22-Jun-06 3:34 
Questionsql 2005 windows authentication vs sql auth. Pin
TintinV3ck20-Jun-06 20:15
TintinV3ck20-Jun-06 20:15 
AnswerRe: sql 2005 windows authentication vs sql auth. Pin
r.stropek20-Jun-06 23:35
r.stropek20-Jun-06 23:35 
QuestionProblem for retriveing record using between for date datetype Pin
sishya20-Jun-06 18:49
sishya20-Jun-06 18:49 
Hi ,
pls help me out with this code

insert into chk values('notwking',convert(datetime,getdate(),101))

the row gets inserted into the table(type varchar, type datetime).

but if i try to retrive that record by this query
select * from chk where dt between getdate() and getdate()+20
i dont get that tuple

but i get the same with this query
select * from chk where dt between getdate()-1 and getdate()+20

i thnk the problem is with the time part which is inserted during insertion.
is there any solution.Pls help me out

Thnks in advance

AnswerRe: Problem for retriveing record using between for date datetype Pin
Edbert P20-Jun-06 19:29
Edbert P20-Jun-06 19:29 
AnswerRe: Problem for retriveing record using between for date datetype Pin
vivek-g20-Jun-06 23:07
vivek-g20-Jun-06 23:07 
Generalworks fine.but one doubt Pin
sishya20-Jun-06 23:25
sishya20-Jun-06 23:25 
GeneralRe: works fine.but one doubt Pin
vivek-g20-Jun-06 23:59
vivek-g20-Jun-06 23:59 
QuestionGUIDs in Oracle? Pin
Luis Alonso Ramos20-Jun-06 16:31
Luis Alonso Ramos20-Jun-06 16:31 
QuestionReading Data From Password Protected Acces Database Using VB Program Pin
vijukalan20-Jun-06 15:38
vijukalan20-Jun-06 15:38 
AnswerRe: Reading Data From Password Protected Acces Database Using VB Program Pin
Edbert P21-Jun-06 14:03
Edbert P21-Jun-06 14:03 
Questionithout image an messageIMages Pin
md_refay20-Jun-06 12:38
md_refay20-Jun-06 12:38 
AnswerRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 13:13
Colin Angus Mackay20-Jun-06 13:13 
GeneralRe: ithout image an messageIMages Pin
md_refay20-Jun-06 22:21
md_refay20-Jun-06 22:21 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 22:44
Colin Angus Mackay20-Jun-06 22:44 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay21-Jun-06 1:35
Colin Angus Mackay21-Jun-06 1:35 
QuestionProblem using EntLib DAAB for .NET 2.0 Pin
supD20-Jun-06 9:30
supD20-Jun-06 9:30 
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Colin Angus Mackay20-Jun-06 10:48
Colin Angus Mackay20-Jun-06 10:48 
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Not Active21-Jun-06 9:34
mentorNot Active21-Jun-06 9:34 
QuestionHow do I reattach a database file that was not detached? Pin
Jesse Evans20-Jun-06 8:55
Jesse Evans20-Jun-06 8:55 
AnswerRe: How do I reattach a database file that was not detached? Pin
Eric Dahlvang20-Jun-06 12:14
Eric Dahlvang20-Jun-06 12:14 

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.