Click here to Skip to main content
15,895,084 members
Home / Discussions / Database
   

Database

 
QuestionInvalid cast in using SQLDataReader Pin
Brendan Vogt27-Mar-06 2:35
Brendan Vogt27-Mar-06 2:35 
QuestionSQL login problem Pin
acroitoriu26-Mar-06 23:37
acroitoriu26-Mar-06 23:37 
AnswerRe: SQL login problem Pin
Brendan Vogt27-Mar-06 2:20
Brendan Vogt27-Mar-06 2:20 
QuestionCrystal Report, cannot find keycodev2.dll Pin
illusionFinder26-Mar-06 19:29
illusionFinder26-Mar-06 19:29 
AnswerRe: Crystal Report, cannot find keycodev2.dll Pin
nguyenvhn26-Mar-06 20:32
nguyenvhn26-Mar-06 20:32 
GeneralRe: Crystal Report, cannot find keycodev2.dll Pin
illusionFinder26-Mar-06 23:57
illusionFinder26-Mar-06 23:57 
Questioncolumn alter problm Pin
Vipin.d26-Mar-06 17:06
Vipin.d26-Mar-06 17:06 
AnswerRe: column alter problm Pin
-C-?-M-26-Mar-06 18:45
-C-?-M-26-Mar-06 18:45 
Hi i believe your statement

'alter table applcn alter column txtreforg3 nvarchar not null'

does not specify the column length which its will automatically give a default length value = 1 for txtreforg3 which you already has some data more than length = 1

So i suggest you make your statement

'alter table applcn alter column txtreforg3 nvarchar(x) not null'

x = depend the max length of your data in table. Smile | :)



-C-?-M-
QuestionMySQL character set Pin
Monin D.26-Mar-06 3:15
Monin D.26-Mar-06 3:15 
AnswerRe: MySQL character set Pin
S Douglas26-Mar-06 20:42
professionalS Douglas26-Mar-06 20:42 
QuestionReporting Service - drill down Pin
devvvy26-Mar-06 2:09
devvvy26-Mar-06 2:09 
QuestionReporting Services - dynamic columns in reports Pin
devvvy26-Mar-06 1:36
devvvy26-Mar-06 1:36 
QuestionIs this possible to customize the ODBC Driver for SQL Server 2000 to support SQL Server 2005 too? Pin
Ashutosh Bhatnagar25-Mar-06 3:20
Ashutosh Bhatnagar25-Mar-06 3:20 
AnswerRe: Is this possible to customize the ODBC Driver for SQL Server 2000 to support SQL Server 2005 too? Pin
cmk26-Mar-06 0:20
cmk26-Mar-06 0:20 
QuestionHow to avoid dead locks in SQL Server 2000 Pin
Ph@ntom25-Mar-06 1:24
Ph@ntom25-Mar-06 1:24 
QuestionReporting Service: "Remote name cannot be resolved" Pin
devvvy24-Mar-06 17:23
devvvy24-Mar-06 17:23 
Questionsql sort problem Pin
shabonaa24-Mar-06 7:37
shabonaa24-Mar-06 7:37 
AnswerRe: sql sort problem Pin
Dave Kreskowiak24-Mar-06 8:18
mveDave Kreskowiak24-Mar-06 8:18 
GeneralRe: sql sort problem Pin
shabonaa24-Mar-06 10:28
shabonaa24-Mar-06 10:28 
GeneralRe: sql sort problem Pin
Rob Graham24-Mar-06 11:40
Rob Graham24-Mar-06 11:40 
GeneralRe: sql sort problem Pin
Colin Angus Mackay24-Mar-06 12:41
Colin Angus Mackay24-Mar-06 12:41 
GeneralRe: sql sort problem Pin
shabonaa24-Mar-06 13:07
shabonaa24-Mar-06 13:07 
QuestionQuery Is Required? Pin
majidbhutta24-Mar-06 6:00
majidbhutta24-Mar-06 6:00 
QuestionPlease help totally lost on syntax Pin
MeterMan24-Mar-06 4:09
MeterMan24-Mar-06 4:09 
AnswerRe: Please help totally lost on syntax Pin
Michael Potter24-Mar-06 4:21
Michael Potter24-Mar-06 4:21 

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.