Click here to Skip to main content
15,912,285 members
Home / Discussions / Database
   

Database

 
AnswerRe: I am new to SQL Server. Pin
Colin Angus Mackay29-Oct-06 3:34
Colin Angus Mackay29-Oct-06 3:34 
Questionsp_add_job Pin
neilsolent28-Oct-06 1:22
neilsolent28-Oct-06 1:22 
AnswerRe: sp_add_job Pin
Rob Graham28-Oct-06 4:38
Rob Graham28-Oct-06 4:38 
GeneralRe: sp_add_job Pin
neilsolent28-Oct-06 5:54
neilsolent28-Oct-06 5:54 
QuestionSql Server 2000 Pin
Alfred Willi27-Oct-06 5:50
Alfred Willi27-Oct-06 5:50 
AnswerRe: Sql Server 2000 Pin
Colin Angus Mackay27-Oct-06 5:57
Colin Angus Mackay27-Oct-06 5:57 
GeneralRe: Sql Server 2000 Pin
Alfred Willi27-Oct-06 7:10
Alfred Willi27-Oct-06 7:10 
QuestionDIGITS Pin
Kschuler27-Oct-06 3:41
Kschuler27-Oct-06 3:41 
I have an SQL statement that works for one database but when I try it on a microsoft access database it doesn't work.

SELECT DIGITS(field1) FROM myTable

The DIGITS() function will convert the field1 from a numeric into a string, but will ensure that the size is maintained. For example, if field1 contained the number 12 and the size of the field was 5 (precision 5, scale 0), this select statement would return 00012.

So my question is, what can I use that is valid in access SQL to accomplish the same goal?
AnswerRe: DIGITS Pin
ChandraRam31-Oct-06 0:36
ChandraRam31-Oct-06 0:36 
GeneralRe: DIGITS Pin
Kschuler31-Oct-06 3:25
Kschuler31-Oct-06 3:25 
QuestionAuto inserting the current date/time - how? Pin
Alice@mywonderland27-Oct-06 3:04
Alice@mywonderland27-Oct-06 3:04 
AnswerRe: Auto inserting the current date/time - how? [modified] Pin
Eric Dahlvang27-Oct-06 3:10
Eric Dahlvang27-Oct-06 3:10 
GeneralRe: Auto inserting the current date/time - how? Pin
Colin Angus Mackay27-Oct-06 3:26
Colin Angus Mackay27-Oct-06 3:26 
GeneralRe: Auto inserting the current date/time - how? Pin
Eric Dahlvang27-Oct-06 3:43
Eric Dahlvang27-Oct-06 3:43 
GeneralRe: Auto inserting the current date/time - how? Pin
Colin Angus Mackay27-Oct-06 4:59
Colin Angus Mackay27-Oct-06 4:59 
GeneralRe: Auto inserting the current date/time - how? Pin
Alice@mywonderland27-Oct-06 3:48
Alice@mywonderland27-Oct-06 3:48 
GeneralRe: Auto inserting the current date/time - how? Pin
Colin Angus Mackay27-Oct-06 4:55
Colin Angus Mackay27-Oct-06 4:55 
GeneralRe: Auto inserting the current date/time - how? Pin
Alice@mywonderland27-Oct-06 6:56
Alice@mywonderland27-Oct-06 6:56 
Questionado? sql? Pin
Haoman1727-Oct-06 2:15
Haoman1727-Oct-06 2:15 
AnswerRe: ado? sql? Pin
Colin Angus Mackay27-Oct-06 2:43
Colin Angus Mackay27-Oct-06 2:43 
GeneralRe: ado? sql? Pin
Haoman1727-Oct-06 3:44
Haoman1727-Oct-06 3:44 
GeneralRe: ado? sql? Pin
Paddy Boyd27-Oct-06 3:50
Paddy Boyd27-Oct-06 3:50 
GeneralRe: ado? sql? Pin
Colin Angus Mackay27-Oct-06 4:57
Colin Angus Mackay27-Oct-06 4:57 
AnswerRe: ado? sql? Pin
Damodar Periwal27-Oct-06 10:50
Damodar Periwal27-Oct-06 10:50 
GeneralRe: ado? sql? Pin
Haoman1727-Oct-06 17:58
Haoman1727-Oct-06 17:58 

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.