Click here to Skip to main content
15,902,492 members
Home / Discussions / Database
   

Database

 
QuestionString comparison Pin
H he el el oooo7-Aug-06 22:34
H he el el oooo7-Aug-06 22:34 
AnswerRe: String comparison Pin
nguyenvhn8-Aug-06 0:03
nguyenvhn8-Aug-06 0:03 
GeneralRe: String comparison Pin
H he el el oooo8-Aug-06 0:50
H he el el oooo8-Aug-06 0:50 
AnswerRe: String comparison Pin
Eric Dahlvang8-Aug-06 3:21
Eric Dahlvang8-Aug-06 3:21 
AnswerRe: String comparison Pin
Rob Graham9-Aug-06 2:25
Rob Graham9-Aug-06 2:25 
QuestionDateTime Conversion!!! Pin
psamy7-Aug-06 22:34
psamy7-Aug-06 22:34 
AnswerRe: DateTime Conversion!!! [modified] Pin
Frank Kerrigan8-Aug-06 1:05
Frank Kerrigan8-Aug-06 1:05 
AnswerRe: DateTime Conversion!!! [modified] Pin
Mike Dimmick8-Aug-06 2:48
Mike Dimmick8-Aug-06 2:48 
For consistent date-time conversion behaviour, always use the ISO format: yyyyMMdd hh:mm:ss. All other formats are subject to the user's current locale setting.

Best practice when passing dates from an application into a query is to use parameterised queries with parameter objects. For example, in ADO.NET with SQL Server, use @name placeholders to mark the parameters, and SqlParameter objects to set the values of the parameters.

Stability. What an interesting concept. -- Chris Maunder

Questionrandom row Pin
md_refay7-Aug-06 19:31
md_refay7-Aug-06 19:31 
AnswerRe: random row Pin
_AK_7-Aug-06 19:54
_AK_7-Aug-06 19:54 
GeneralRe: random row Pin
Colin Angus Mackay7-Aug-06 22:05
Colin Angus Mackay7-Aug-06 22:05 
GeneralRe: random row Pin
_AK_7-Aug-06 22:22
_AK_7-Aug-06 22:22 
AnswerRe: random row Pin
albCode7-Aug-06 21:15
albCode7-Aug-06 21:15 
AnswerRe: random row Pin
Eric Dahlvang8-Aug-06 3:56
Eric Dahlvang8-Aug-06 3:56 
QuestionWhat would you solve the is scenario [modified] Pin
Skanless7-Aug-06 18:41
Skanless7-Aug-06 18:41 
AnswerRe: What would you solve the is scenario Pin
Frank Kerrigan8-Aug-06 2:43
Frank Kerrigan8-Aug-06 2:43 
QuestionUpdating a dataset from a datagrid Pin
TheJudeDude7-Aug-06 10:25
TheJudeDude7-Aug-06 10:25 
AnswerRe: Updating a dataset from a datagrid Pin
Frank Kerrigan8-Aug-06 1:10
Frank Kerrigan8-Aug-06 1:10 
GeneralRe: Updating a dataset from a datagrid Pin
TheJudeDude8-Aug-06 6:24
TheJudeDude8-Aug-06 6:24 
QuestionSQL Query Order of Execution Pin
Rajkamal_dfine7-Aug-06 3:36
Rajkamal_dfine7-Aug-06 3:36 
AnswerRe: SQL Query Order of Execution Pin
Colin Angus Mackay7-Aug-06 3:54
Colin Angus Mackay7-Aug-06 3:54 
AnswerRe: SQL Query Order of Execution Pin
Ennis Ray Lynch, Jr.7-Aug-06 10:08
Ennis Ray Lynch, Jr.7-Aug-06 10:08 
QuestionDiffucult T-SQL question: showing sales data that was not sold Pin
Izak -7-Aug-06 0:29
Izak -7-Aug-06 0:29 
AnswerRe: Diffucult T-SQL question: showing sales data that was not sold Pin
Eric Dahlvang7-Aug-06 3:41
Eric Dahlvang7-Aug-06 3:41 
GeneralRe: Diffucult T-SQL question: showing sales data that was not sold Pin
Izak -7-Aug-06 23:14
Izak -7-Aug-06 23:14 

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.