Click here to Skip to main content
15,906,097 members
Home / Discussions / Database
   

Database

 
GeneralRe: query inside a dataset Pin
ekolis26-May-04 10:58
ekolis26-May-04 10:58 
GeneralRe: query inside a dataset Pin
fuel2run27-May-04 4:34
fuel2run27-May-04 4:34 
GeneralRe: query inside a dataset Pin
ekolis27-May-04 10:53
ekolis27-May-04 10:53 
GeneralRe: query inside a dataset Pin
fuel2run27-May-04 21:04
fuel2run27-May-04 21:04 
GeneralRe: query inside a dataset Pin
ekolis28-May-04 9:28
ekolis28-May-04 9:28 
GeneralRe: query inside a dataset Pin
fuel2run29-May-04 2:55
fuel2run29-May-04 2:55 
GeneralRe: query inside a dataset Pin
ekolis29-May-04 9:15
ekolis29-May-04 9:15 
GeneralRe: query inside a dataset Pin
fuel2run29-May-04 22:14
fuel2run29-May-04 22:14 
hi ekolis,

you're quite right once again, i didn't explain enough, some more informations for you:

i'm trying to convert to asp.net something i've done inside access writing some vb code in a module and, most iportant, i have 3 tables to query from:

- "TabLines"= LineID, LineName
- "TabRoutes"=RouteID, LineID (related to LineID in "TabLines"), .. more data ...
- "TabStops"=LineID, RouteID, StopTime, ...more data...

"TabLines"' key field is LineID, RouteID and LineID are both key fields in "TabRoutes" and they are related to the same fields in "TabStops" where there are no key fields.

the procedures in access can find every bus stopping in the "from" place within a range of 2 hours from the time specified by input and stopping in the "to" place

i create the "ToTable" and write it on disk, create the "FromTable" and write it as well and then query those tables:

..."WHERE ToTable.LineID=FromTable.LineID AND ToTable.RouteID=FromTable.RouteID AND ToTable.StopTime>FromTable.StopTime"

i never thought to past midnight! this is one more problem!

Cheers!
fuel2run

GeneralRe: query inside a dataset Pin
ekolis30-May-04 15:50
ekolis30-May-04 15:50 
GeneralRe: query inside a dataset Pin
fuel2run30-May-04 23:55
fuel2run30-May-04 23:55 
GeneralRe: query inside a dataset Pin
ekolis31-May-04 13:54
ekolis31-May-04 13:54 
GeneralRe: query inside a dataset Pin
fuel2run31-May-04 22:02
fuel2run31-May-04 22:02 
GeneralProblems porting a DataSet from SQL Server to XML Pin
Jordan Breckenridge24-May-04 6:23
Jordan Breckenridge24-May-04 6:23 
GeneralADO and Excel File Pin
bigBA24-May-04 1:45
bigBA24-May-04 1:45 
GeneralRe: ADO and Excel File Pin
-Dr_X-26-May-04 17:17
-Dr_X-26-May-04 17:17 
GeneralDBase file table names Pin
IJay24-May-04 0:27
IJay24-May-04 0:27 
GeneralProblem connecting to sql with C# and ASP.NET Pin
Aviv Halperin23-May-04 10:38
Aviv Halperin23-May-04 10:38 
GeneralRe: Problem connecting to sql with C# and ASP.NET Pin
Grimolfr24-May-04 3:30
Grimolfr24-May-04 3:30 
GeneralConnection String for Database access Pin
Ali Alaradi22-May-04 19:55
Ali Alaradi22-May-04 19:55 
GeneralRe: Connection String for Database access Pin
Hesham Amin23-May-04 11:12
Hesham Amin23-May-04 11:12 
GeneralSQL Pin
Member 110684620-May-04 21:02
Member 110684620-May-04 21:02 
GeneralRe: SQL Pin
Hesham Amin20-May-04 21:48
Hesham Amin20-May-04 21:48 
Generaltext to ntext Pin
ShankarPS20-May-04 16:59
ShankarPS20-May-04 16:59 
GeneralRe: text to ntext Pin
Grimolfr21-May-04 4:17
Grimolfr21-May-04 4:17 
GeneralRe: text to ntext Pin
ShankarPS23-May-04 19:54
ShankarPS23-May-04 19:54 

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.