Click here to Skip to main content
15,923,015 members
Home / Discussions / Database
   

Database

 
GeneralRe: Strange problem with Access and SQLServer Pin
Rob Graham29-Dec-02 8:58
Rob Graham29-Dec-02 8:58 
GeneralRe: Strange problem with Access and SQLServer Pin
Mazdak29-Dec-02 19:59
Mazdak29-Dec-02 19:59 
GeneralRe: newbie needs database help Pin
Michael P Butler28-Dec-02 10:25
Michael P Butler28-Dec-02 10:25 
GeneralA difficult challenge Pin
skallestad27-Dec-02 15:06
skallestad27-Dec-02 15:06 
GeneralGetDate() in Access Pin
Mazdak27-Dec-02 8:40
Mazdak27-Dec-02 8:40 
GeneralRe: GetDate() in Access Pin
Nick Parker27-Dec-02 9:05
protectorNick Parker27-Dec-02 9:05 
GeneralRe: GetDate() in Access Pin
Mazdak29-Dec-02 1:16
Mazdak29-Dec-02 1:16 
GeneralRe: GetDate() in Access Pin
Rob Graham30-Dec-02 8:59
Rob Graham30-Dec-02 8:59 
The previous CPian gave you the correct answer. The equivalent function for getDate() in MsAccess is Now(). It will work in both an isert query and as the default value for a date/time field: "INSERT INTO MyTable( Mydate) SELECT Now() AS Expr1"
or
"INSERT INTO MyTable( Mydate) Values( Now())"

Some ideas are so stupid that only an intellectual could have thought of them - George Orwell
GeneralRe: GetDate() in Access Pin
Mazdak31-Dec-02 7:30
Mazdak31-Dec-02 7:30 
GeneralDetermining if a datarow contains a particular column Pin
MS le Roux26-Dec-02 21:35
MS le Roux26-Dec-02 21:35 
GeneralRe: Determining if a datarow contains a particular column Pin
MS le Roux26-Dec-02 21:54
MS le Roux26-Dec-02 21:54 
GeneralRe: Determining if a datarow contains a particular column Pin
leppie27-Dec-02 12:14
leppie27-Dec-02 12:14 
QuestionHow do I execute a query through an ASP page to update my fields Pin
E Slipchenko26-Dec-02 18:29
E Slipchenko26-Dec-02 18:29 
AnswerRe: How do I execute a query through an ASP page to update my fields Pin
leppie27-Dec-02 12:20
leppie27-Dec-02 12:20 
QuestionHow to send data from one application to another Pin
Exceter25-Dec-02 17:37
Exceter25-Dec-02 17:37 
AnswerRe: How to send data from one application to another Pin
Alexander Kojevnikov26-Dec-02 6:00
Alexander Kojevnikov26-Dec-02 6:00 
GeneralCount records / ASP Pin
Sarvesvara (BVKS) Dasa24-Dec-02 21:02
Sarvesvara (BVKS) Dasa24-Dec-02 21:02 
GeneralRe: Count records / ASP Pin
Rein Hillmann24-Dec-02 23:04
Rein Hillmann24-Dec-02 23:04 
GeneralRe: Count records / ASP Pin
Tatham26-Dec-02 7:04
Tatham26-Dec-02 7:04 
GeneralRe: Count records / ASP Pin
Rein Hillmann26-Dec-02 17:43
Rein Hillmann26-Dec-02 17:43 
QuestionWhy my SQL Server is so slow? Pin
Wenrich24-Dec-02 18:12
Wenrich24-Dec-02 18:12 
AnswerRe: Why my SQL Server is so slow? Pin
Nick Seng26-Dec-02 23:10
Nick Seng26-Dec-02 23:10 
GeneralRe: Why my SQL Server is so slow? Pin
leppie27-Dec-02 12:25
leppie27-Dec-02 12:25 
AnswerRe: Why my SQL Server is so slow? Pin
Thomas Lau30-Dec-02 18:28
Thomas Lau30-Dec-02 18:28 
GeneralCount total records Pin
Jassim Rahma23-Dec-02 21:18
Jassim Rahma23-Dec-02 21:18 

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.