Click here to Skip to main content
15,911,896 members
Home / Discussions / Database
   

Database

 
QuestionBulk insertion from one table to another table Pin
montu337720-Jul-06 4:41
montu337720-Jul-06 4:41 
AnswerRe: Bulk insertion from one table to another table Pin
Ennis Ray Lynch, Jr.20-Jul-06 5:40
Ennis Ray Lynch, Jr.20-Jul-06 5:40 
AnswerRe: Bulk insertion from one table to another table Pin
Eric Dahlvang21-Jul-06 3:45
Eric Dahlvang21-Jul-06 3:45 
QuestionNo changes to program but new error of "Timeout expired." Pin
leckey20-Jul-06 4:34
leckey20-Jul-06 4:34 
AnswerRe: No changes to program but new error of "Timeout expired." Pin
Keith Malwitz20-Jul-06 4:54
Keith Malwitz20-Jul-06 4:54 
AnswerRe: No changes to program but new error of "Timeout expired." Pin
Mike Dimmick20-Jul-06 6:42
Mike Dimmick20-Jul-06 6:42 
QuestionSQL filtering Pin
tanarnelinistit20-Jul-06 2:52
tanarnelinistit20-Jul-06 2:52 
AnswerRe: SQL filtering Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:49
Ennis Ray Lynch, Jr.20-Jul-06 3:49 
Use stored procedures! (My fingers are getting cramped from writing that in this board)

in SQL you can

SELECT * FROM table WHERE effective_date BETWEEN @startDate AND @endDate


There are also methods to convert a date to a sting to make date only comparisons simple. Use yyyymmdd for this though.

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
GeneralRe: SQL filtering Pin
tanarnelinistit20-Jul-06 18:55
tanarnelinistit20-Jul-06 18:55 
GeneralRe: SQL filtering Pin
Ennis Ray Lynch, Jr.22-Jul-06 19:56
Ennis Ray Lynch, Jr.22-Jul-06 19:56 
QuestionSimple question (i hope) how do i "join" 3 tables? (SQL) Pin
Red_Wizard_Shot_The_Food19-Jul-06 23:06
Red_Wizard_Shot_The_Food19-Jul-06 23:06 
AnswerRe: Simple question (i hope) how do i "join" 3 tables? (SQL) Pin
Steve S20-Jul-06 0:04
Steve S20-Jul-06 0:04 
AnswerRe: Simple question (i hope) how do i "join" 3 tables? (SQL) Pin
Mike Dimmick20-Jul-06 0:17
Mike Dimmick20-Jul-06 0:17 
GeneralRe: Simple question (i hope) how do i "join" 3 tables? (SQL) Pin
Red_Wizard_Shot_The_Food20-Jul-06 0:57
Red_Wizard_Shot_The_Food20-Jul-06 0:57 
QuestionSet up warranty expire date in access [modified] Pin
campbells19-Jul-06 20:04
campbells19-Jul-06 20:04 
AnswerRe: Set up warranty expire date in access Pin
S Douglas23-Jul-06 20:33
professionalS Douglas23-Jul-06 20:33 
Questionerror Pin
md_refay19-Jul-06 12:19
md_refay19-Jul-06 12:19 
AnswerThe table definitions are different Pin
Ennis Ray Lynch, Jr.19-Jul-06 12:21
Ennis Ray Lynch, Jr.19-Jul-06 12:21 
AnswerRe: error Pin
k_bhawna21-Jul-06 18:03
k_bhawna21-Jul-06 18:03 
QuestionProgress Bar with MySQL Pin
Rabbit1719-Jul-06 11:47
Rabbit1719-Jul-06 11:47 
AnswerRe: Progress Bar with MySQL Pin
S Douglas23-Jul-06 20:38
professionalS Douglas23-Jul-06 20:38 
GeneralRe: Progress Bar with MySQL Pin
Rabbit1724-Jul-06 18:20
Rabbit1724-Jul-06 18:20 
GeneralRe: Progress Bar with MySQL Pin
S Douglas24-Jul-06 22:22
professionalS Douglas24-Jul-06 22:22 
Questioncopy data from existing table to existing table Pin
md_refay19-Jul-06 9:18
md_refay19-Jul-06 9:18 
AnswerRe: copy data from existing table to existing table Pin
Ennis Ray Lynch, Jr.19-Jul-06 9:41
Ennis Ray Lynch, Jr.19-Jul-06 9:41 

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.