Click here to Skip to main content
15,904,655 members
Home / Discussions / Database
   

Database

 
GeneralRe: base de donnée avec une classe en C++ Pin
Verdant12323-Feb-04 12:06
Verdant12323-Feb-04 12:06 
GeneralRe: base de donnée avec une classe en C++ Pin
maevava26-Apr-04 1:54
maevava26-Apr-04 1:54 
GeneralInstall my SQL Database to other Machine Pin
Sarvesvara (BVKS) Dasa22-Feb-04 20:12
Sarvesvara (BVKS) Dasa22-Feb-04 20:12 
GeneralRe: Install my SQL Database to other Machine Pin
TLWallace22-Feb-04 20:43
TLWallace22-Feb-04 20:43 
GeneralRe: Install my SQL Database to other Machine Pin
Sarvesvara (BVKS) Dasa23-Feb-04 2:05
Sarvesvara (BVKS) Dasa23-Feb-04 2:05 
GeneralRe: Install my SQL Database to other Machine Pin
Verdant12323-Feb-04 12:10
Verdant12323-Feb-04 12:10 
GeneralSaving DataSet into Access MDB Pin
dave charlton22-Feb-04 18:15
dave charlton22-Feb-04 18:15 
GeneralProblems building Query Pin
xfitr221-Feb-04 18:16
xfitr221-Feb-04 18:16 
I am having problems building a Query and would really appreciate if anybody had any ideas. I need to build a query where I select only the new people that have come in during a quarter that have children ages 0 to 5. (ie The person does not get counted if they came in during another quarter that year) I have been making multiple queries and runnning this report using VB6 code and it is very slow. Below is a list of my tables and other info: (I've simplified the tables to make it easier to list.)


Language\DB: VB6, DAO 3.6, Access Database

Tables\Queries:
tbl_Customer
l_Mem_id (Key)
dt_DateCreated
str_First_nm
str_Last_nm

Qry_Child
l_ID_id (Key)
l_Mem_id
dt_DOB
str_Name
l_age (l_Age: Int((DateDiff("d",[dt_DOB],Now()+1)/365.25))

Qry_Visit
l_ID_id (Key)
l_Mem_id
dt_Date
str_Reason
l_Quarter (l_Quarter: DatePart("q",[dt_Date])

Any help would be appreciated! Thanks Confused | :confused:

GeneralRe: Problems building Query Pin
John Kuhn21-Feb-04 18:59
John Kuhn21-Feb-04 18:59 
GeneralRe: Problems building Query Pin
xfitr221-Feb-04 20:57
xfitr221-Feb-04 20:57 
GeneralRe: Problems building Query Pin
John Kuhn22-Feb-04 6:05
John Kuhn22-Feb-04 6:05 
GeneralRe: Problems building Query Pin
xfitr222-Feb-04 6:57
xfitr222-Feb-04 6:57 
GeneralRe: Problems building Query Pin
John Kuhn22-Feb-04 7:54
John Kuhn22-Feb-04 7:54 
GeneralRe: Problems building Query Pin
xfitr222-Feb-04 8:25
xfitr222-Feb-04 8:25 
GeneralTriggers in windows application ^_^!!! Pin
solostar***19-Feb-04 20:15
solostar***19-Feb-04 20:15 
GeneralRe: Triggers in windows application ^_^!!! Pin
Mazdak20-Feb-04 1:11
Mazdak20-Feb-04 1:11 
GeneralSQL / PHP Problem Pin
LOSTTWARE.com19-Feb-04 18:18
LOSTTWARE.com19-Feb-04 18:18 
GeneralMSDE Connection String Pin
monrobot1319-Feb-04 15:40
monrobot1319-Feb-04 15:40 
GeneralRe: MSDE Connection String Pin
Mike Dimmick20-Feb-04 0:15
Mike Dimmick20-Feb-04 0:15 
GeneralProblem in Joining Two Tables Pin
Touseef Afzal19-Feb-04 10:23
Touseef Afzal19-Feb-04 10:23 
GeneralRe: Problem in Joining Two Tables Pin
Edbert P19-Feb-04 12:43
Edbert P19-Feb-04 12:43 
GeneralRe: Problem in Joining Two Tables Pin
Touseef Afzal20-Feb-04 10:31
Touseef Afzal20-Feb-04 10:31 
GeneralRe: Problem in Joining Two Tables Pin
Edbert P22-Feb-04 17:41
Edbert P22-Feb-04 17:41 
GeneralTimeouts in C# Pin
19-Feb-04 5:49
suss19-Feb-04 5:49 
GeneralRe: Timeouts in C# Pin
Tom Larsen19-Feb-04 10:44
Tom Larsen19-Feb-04 10:44 

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.