Click here to Skip to main content
15,889,034 members
Home / Discussions / Database
   

Database

 
Questiondatabase design Pin
AndyInUK3-Dec-09 4:09
AndyInUK3-Dec-09 4:09 
AnswerRe: database design Pin
dan!sh 3-Dec-09 4:23
professional dan!sh 3-Dec-09 4:23 
GeneralRe: database design Pin
AndyInUK3-Dec-09 5:21
AndyInUK3-Dec-09 5:21 
GeneralRe: database design Pin
dan!sh 3-Dec-09 6:01
professional dan!sh 3-Dec-09 6:01 
GeneralRe: database design Pin
Mycroft Holmes3-Dec-09 14:09
professionalMycroft Holmes3-Dec-09 14:09 
GeneralRe: database design Pin
dan!sh 3-Dec-09 18:31
professional dan!sh 3-Dec-09 18:31 
QuestionSqlite (Max Value) Pin
jashimu3-Dec-09 3:56
jashimu3-Dec-09 3:56 
AnswerRe: Sqlite (Max Value) Pin
loyal ginger3-Dec-09 4:03
loyal ginger3-Dec-09 4:03 
select max([your field name]) from [your table];

That returns the max number of that column.

There is no DateTime type in SQLite. You can use text type for it. SQLite has a few date/time functions you can use, though.

Use ANSI format for the datetime field. It will sort the field correctly.
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 4:45
jashimu3-Dec-09 4:45 
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 5:49
jashimu3-Dec-09 5:49 
GeneralRe: Sqlite (Max Value) Pin
dan!sh 3-Dec-09 6:03
professional dan!sh 3-Dec-09 6:03 
GeneralRe: Sqlite (Max Value) Pin
Mycroft Holmes3-Dec-09 14:03
professionalMycroft Holmes3-Dec-09 14:03 
QuestionHow to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 20:06
chakran2-Dec-09 20:06 
AnswerRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
WoutL2-Dec-09 21:56
WoutL2-Dec-09 21:56 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 22:01
chakran2-Dec-09 22:01 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
WoutL2-Dec-09 23:36
WoutL2-Dec-09 23:36 
AnswerRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
David Skelly2-Dec-09 22:49
David Skelly2-Dec-09 22:49 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
Mycroft Holmes3-Dec-09 14:00
professionalMycroft Holmes3-Dec-09 14:00 
QuestionNewbie question Pin
NAB372-Dec-09 8:48
NAB372-Dec-09 8:48 
AnswerDid you see my response in the VB.NET forum ? Pin
David Mujica2-Dec-09 9:05
David Mujica2-Dec-09 9:05 
GeneralRe: Did you see my response in the VB.NET forum ? Pin
NAB372-Dec-09 15:24
NAB372-Dec-09 15:24 
AnswerRe: Newbie question Pin
Blue_Boy2-Dec-09 9:21
Blue_Boy2-Dec-09 9:21 
QuestionImport Export Wizard problem Pin
RajpootRohan1-Dec-09 23:03
professionalRajpootRohan1-Dec-09 23:03 
AnswerRe: Import Export Wizard problem Pin
Corporal Agarn2-Dec-09 1:24
professionalCorporal Agarn2-Dec-09 1:24 
AnswerRe: Import Export Wizard problem Pin
Mycroft Holmes2-Dec-09 12:16
professionalMycroft Holmes2-Dec-09 12:16 

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.