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

Database

 
GeneralDB's on Servers Pin
RichardS16-Feb-03 21:39
RichardS16-Feb-03 21:39 
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 
I have a SELECT statement written for Oracle which I need to convert to work on Access, SQL, and Oracle. Could some kind soul please let me know what the SQLCommand would be to convert from:

SELECT Description,<br />
Decode(KQues, 'Y', NULL, To_Char(Add_Months(Warning_Deadline, 12*(Period_ID - 7)),'dd/mm/yyyy')),<br />
Decode(KQues, 'Y', NULL, To_Char(Add_Months(Statutory_Deadline, 12* (Period_ID - 7)),'dd/mm/yyyy')),<br />
Claim_Made,<br />
To_Char(Date_Claim_Made,'dd/mm/yyyy'),<br />
Signed_Off_By,<br />
KQues,<br />
Parent_ID<br />
FROM<br />
Client_Claims,<br />
Standard_Claims<br />
WHERE<br />
Client_ID = n AND<br />
Standard_Claims.Claim_ID = Client_Claims.Claim_ID


You will be doing me a big favour in converting this.
GeneralRe: Convert ORACLE functions Pin
jamesr337816-Feb-03 5:38
jamesr337816-Feb-03 5:38 
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 

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.