Click here to Skip to main content
15,914,375 members
Home / Discussions / Database
   

Database

 
GeneralRe: DB's on Servers Pin
Hesham Amin17-Feb-03 21:43
Hesham Amin17-Feb-03 21:43 
GeneralSyntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 1:41
IrishSonic16-Feb-03 1:41 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 2:12
IrishSonic16-Feb-03 2:12 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
karl_w16-Feb-03 3:17
karl_w16-Feb-03 3:17 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
David Salter16-Feb-03 10:44
David Salter16-Feb-03 10:44 
GeneralThanks. Pin
IrishSonic17-Feb-03 9:58
IrishSonic17-Feb-03 9:58 
GeneralConvert ORACLE functions Pin
Andy H15-Feb-03 23:30
Andy H15-Feb-03 23:30 
GeneralRe: Convert ORACLE functions Pin
jamesr337816-Feb-03 5:38
jamesr337816-Feb-03 5:38 
this should work for MSSQL

SELECT Description,
Case KQues
When 'Y' Then Null
Else Convert(Varchar(12),AddDate(month,12*(Period_ID - 7),Warning_Deadline),113)
End,
Case KQues
When 'Y' Then Null
Else Convert(Varchar(12),AddDate(month,12*(Period_ID - 7),Statutory_Deadline),113)
End,
Claim_Made,
Convert(Varchar(12),Date_Claim_Made,113)
Signed_Off_By,
KQues,
Parent_ID
FROM Client_Claims,
Standard_Claims
WHERE Client_ID = n
AND Standard_Claims.Claim_ID = Client_Claims.Claim_ID

GeneralRe: Convert ORACLE functions Pin
Andy H16-Feb-03 6:12
Andy H16-Feb-03 6:12 
GeneralSetting the lenght of a text field in an SQL Access database... Pin
IrishSonic15-Feb-03 4:40
IrishSonic15-Feb-03 4:40 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
David Salter16-Feb-03 10:42
David Salter16-Feb-03 10:42 
GeneralDocumenting DB,Sprocs,Trigers, etc... Pin
Ray Cassick14-Feb-03 11:43
Ray Cassick14-Feb-03 11:43 
GeneralAnybody plz, what is the following problem and how to solve that... Pin
Exceter13-Feb-03 23:56
Exceter13-Feb-03 23:56 
GeneralRe: Anybody plz, what is the following problem and how to solve that... Pin
Hesham Amin14-Feb-03 11:33
Hesham Amin14-Feb-03 11:33 
GeneralA simple ADO.NET and table design question Pin
DionChen13-Feb-03 5:40
DionChen13-Feb-03 5:40 
GeneralRe: A simple ADO.NET and table design question Pin
Peet Schultz17-Feb-03 8:13
Peet Schultz17-Feb-03 8:13 
GeneralRe: A simple ADO.NET and table design question Pin
Alexander Kojevnikov17-Feb-03 22:22
Alexander Kojevnikov17-Feb-03 22:22 
GeneralBackup Oracle Pin
Nguyen Huynh Hung13-Feb-03 3:10
Nguyen Huynh Hung13-Feb-03 3:10 
GeneralRe: Backup Oracle Pin
Mark Conger14-Feb-03 0:33
Mark Conger14-Feb-03 0:33 
GeneralADO and ADOX Pin
Miguel Segarra12-Feb-03 8:26
Miguel Segarra12-Feb-03 8:26 
GeneralRe: ADO and ADOX Pin
Rickard Andersson2013-Feb-03 0:37
Rickard Andersson2013-Feb-03 0:37 
GeneralDataSet query Pin
Shaun Wilde11-Feb-03 23:46
Shaun Wilde11-Feb-03 23:46 
GeneralRe: DataSet query Pin
Mazdak12-Feb-03 1:10
Mazdak12-Feb-03 1:10 
GeneralRe: DataSet query Pin
Shaun Wilde12-Feb-03 1:26
Shaun Wilde12-Feb-03 1:26 
GeneralRe: DataSet query Pin
Bruce Duncan12-Feb-03 7:04
Bruce Duncan12-Feb-03 7:04 

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.