Click here to Skip to main content
15,919,893 members
Home / Discussions / Database
   

Database

 
QuestionSystem.ArgumentException in accesing data from DatagridView Pin
Rocky#4-Sep-06 20:49
Rocky#4-Sep-06 20:49 
QuestionThe text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
uwhockey4-Sep-06 10:10
uwhockey4-Sep-06 10:10 
AnswerRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
Marek Grzenkowicz4-Sep-06 23:02
Marek Grzenkowicz4-Sep-06 23:02 
GeneralRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
uwhockey5-Sep-06 5:20
uwhockey5-Sep-06 5:20 
GeneralRe: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Pin
Member 965-Sep-06 6:51
Member 965-Sep-06 6:51 
QuestionMigrating SQL server 2000 database to SQL server 2005 with Japanese alphabets Pin
VaibhavJ4-Sep-06 4:38
VaibhavJ4-Sep-06 4:38 
Questionlayout query Pin
srinandan..4-Sep-06 2:06
srinandan..4-Sep-06 2:06 
AnswerRe: layout query Pin
SeMartens4-Sep-06 2:32
SeMartens4-Sep-06 2:32 
Hi srinandan,

which dialect of sql are you using exactly, because you have to write a case-statement I think to get this done with NA...

e.g. for Sybase:
<br />
SELECT id, (FName + ' ' + (CASE WHEN (LNAME is null) THEN 'NA' ELSE LNAME END)) AS NAME <br />
FROM Student order by name<br />


(For Sybase there is also a function named IsNull to perform a null check with an assignment of a default value if the tested one is null)

Hope this helps you a bit,

regards
Sebastian
GeneralRe: layout query Pin
srinandan..4-Sep-06 2:40
srinandan..4-Sep-06 2:40 
QuestionWhich one's the best----Relational or non-relational DB structure? Pin
kamalika_kk4-Sep-06 0:07
kamalika_kk4-Sep-06 0:07 
AnswerRe: Which one's the best----Relational or non-relational DB structure? Pin
Colin Angus Mackay4-Sep-06 0:51
Colin Angus Mackay4-Sep-06 0:51 
GeneralRe: Which one's the best----Relational or non-relational DB structure? Pin
Paul Conrad4-Sep-06 7:18
professionalPaul Conrad4-Sep-06 7:18 
Questionsql 2000 installing problem Pin
yazan_zahi3-Sep-06 22:27
yazan_zahi3-Sep-06 22:27 
AnswerRe: sql 2000 installing problem Pin
yahao9-Oct-06 23:58
yahao9-Oct-06 23:58 
Questionmod div Pin
TAREQ F ABUZUHRI3-Sep-06 22:02
TAREQ F ABUZUHRI3-Sep-06 22:02 
AnswerRe: mod div Pin
Eric Dahlvang5-Sep-06 3:23
Eric Dahlvang5-Sep-06 3:23 
QuestionUpgrading an SQL Database via one click Pin
Martin J Evans3-Sep-06 22:02
Martin J Evans3-Sep-06 22:02 
AnswerRe: Upgrading an SQL Database via one click Pin
Eric Dahlvang5-Sep-06 3:20
Eric Dahlvang5-Sep-06 3:20 
Questionhow to (stored procedures) Pin
yazan_zahi2-Sep-06 22:28
yazan_zahi2-Sep-06 22:28 
AnswerRe: how to (stored procedures) Pin
Michael P Butler2-Sep-06 23:02
Michael P Butler2-Sep-06 23:02 
QuestionCast from string "28/09/2006" to type 'Date' is not valid. Pin
bpavan_22-Sep-06 7:33
bpavan_22-Sep-06 7:33 
AnswerRe: Cast from string "28/09/2006" to type 'Date' is not valid. Pin
Sage2-Sep-06 9:03
Sage2-Sep-06 9:03 
AnswerRe: Cast from string "28/09/2006" to type 'Date' is not valid. Pin
Michael P Butler2-Sep-06 23:08
Michael P Butler2-Sep-06 23:08 
AnswerRe: Cast from string "28/09/2006" to type 'Date' is not valid. Pin
Hesham Amin3-Sep-06 1:23
Hesham Amin3-Sep-06 1:23 
QuestionBusiness Logic problem ... Pin
devboycpp2-Sep-06 0:38
devboycpp2-Sep-06 0:38 

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.