Click here to Skip to main content
15,915,742 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to post my example Pin
Pete O'Hanlon1-Sep-10 0:21
mvePete O'Hanlon1-Sep-10 0:21 
AnswerRe: How to post my example Pin
AspDotNetDev1-Sep-10 9:31
protectorAspDotNetDev1-Sep-10 9:31 
QuestionDate Problem in SL Pin
Jagz W31-Aug-10 21:05
professionalJagz W31-Aug-10 21:05 
AnswerRe: Date Problem in SL Pin
Pete O'Hanlon31-Aug-10 21:36
mvePete O'Hanlon31-Aug-10 21:36 
GeneralRe: Date Problem in SL Pin
Jagz W1-Sep-10 3:16
professionalJagz W1-Sep-10 3:16 
GeneralRe: Date Problem in SL Pin
Pete O'Hanlon1-Sep-10 3:17
mvePete O'Hanlon1-Sep-10 3:17 
GeneralRe: Date Problem in SL Pin
V.1-Sep-10 9:52
professionalV.1-Sep-10 9:52 
GeneralRe: Date Problem in SL Pin
Pete O'Hanlon1-Sep-10 23:03
mvePete O'Hanlon1-Sep-10 23:03 
V. wrote:
in Oracle this could be Select getdate() from dual


No it isn't - Oracle uses select sysdate from dual. Why would you consider doing this though? If you have a web server, then the application has access to the server time anyway, why on earth would you expect it to make an unnecessary call to a database. Bear in mind that the db connection might need to be created which is an expensive operation and database connections should not be squandered on trivial tasks like this; it it's a high traffic site then this is an unnecessary waste of resources.

Supplying the date in this format should only be used when attempting to perform an operation on the database, e.g. an insert or update.

I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: Date Problem in SL Pin
V.1-Sep-10 23:37
professionalV.1-Sep-10 23:37 
QuestionSetting the cursor for all controls Pin
dbrenth31-Aug-10 8:39
dbrenth31-Aug-10 8:39 
AnswerRe: Setting the cursor for all controls Pin
Pete O'Hanlon31-Aug-10 9:08
mvePete O'Hanlon31-Aug-10 9:08 
GeneralRe: Setting the cursor for all controls Pin
dbrenth31-Aug-10 9:33
dbrenth31-Aug-10 9:33 
GeneralRe: Setting the cursor for all controls Pin
Pete O'Hanlon31-Aug-10 9:35
mvePete O'Hanlon31-Aug-10 9:35 
GeneralRe: Setting the cursor for all controls Pin
dbrenth31-Aug-10 9:37
dbrenth31-Aug-10 9:37 
GeneralRe: Setting the cursor for all controls Pin
Pete O'Hanlon31-Aug-10 9:41
mvePete O'Hanlon31-Aug-10 9:41 
Questionpluggable gadget system Pin
karanba31-Aug-10 0:53
karanba31-Aug-10 0:53 
AnswerRe: pluggable gadget system Pin
Pete O'Hanlon31-Aug-10 2:01
mvePete O'Hanlon31-Aug-10 2:01 
AnswerRe: pluggable gadget system Pin
PumbaPumba27-Sep-10 8:08
PumbaPumba27-Sep-10 8:08 
QuestionHow to pass some parameters to modules(they are instantiated by Bootstrapper) from Main method of App.xaml Pin
Mukesh Naval30-Aug-10 3:10
Mukesh Naval30-Aug-10 3:10 
AnswerRe: How to pass some parameters to modules(they are instantiated by Bootstrapper) from Main method of App.xaml Pin
Abhinav S30-Aug-10 5:50
Abhinav S30-Aug-10 5:50 
AnswerRe: How to pass some parameters to modules(they are instantiated by Bootstrapper) from Main method of App.xaml Pin
RichardGrimmer8-Sep-10 4:58
RichardGrimmer8-Sep-10 4:58 
Questionwhen i run my silverlight project then error comes Pin
awinash kr27-Aug-10 0:10
awinash kr27-Aug-10 0:10 
AnswerRe: when i run my silverlight project then error comes Pin
Pete O'Hanlon27-Aug-10 0:31
mvePete O'Hanlon27-Aug-10 0:31 
GeneralRe: when i run my silverlight project then error comes Pin
awinash kr27-Aug-10 1:26
awinash kr27-Aug-10 1:26 
GeneralRe: when i run my silverlight project then error comes Pin
Pete O'Hanlon27-Aug-10 1:40
mvePete O'Hanlon27-Aug-10 1:40 

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.