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

Database

 
GeneralRe: Ado.net sqldatareader not working Pin
miah alom13-Dec-05 3:49
miah alom13-Dec-05 3:49 
Questionstored procedure problem Pin
kal13na1311-Dec-05 21:39
kal13na1311-Dec-05 21:39 
AnswerRe: stored procedure problem Pin
Fariborz Golara11-Dec-05 22:33
Fariborz Golara11-Dec-05 22:33 
QuestionPassword Pin
kenexcelon11-Dec-05 6:53
kenexcelon11-Dec-05 6:53 
AnswerRe: Password Pin
Colin Angus Mackay11-Dec-05 21:03
Colin Angus Mackay11-Dec-05 21:03 
AnswerRe: Password Pin
Al Ortega12-Dec-05 13:04
Al Ortega12-Dec-05 13:04 
QuestionArchitecture of .Net windows applications problem Pin
Fariborz Golara11-Dec-05 4:47
Fariborz Golara11-Dec-05 4:47 
AnswerRe: Architecture of .Net windows applications problem Pin
Colin Angus Mackay11-Dec-05 4:50
Colin Angus Mackay11-Dec-05 4:50 
GeneralRe: Architecture of .Net windows applications problem Pin
Michael P Butler11-Dec-05 5:03
Michael P Butler11-Dec-05 5:03 
GeneralRe: Architecture of .Net windows applications problem Pin
Colin Angus Mackay11-Dec-05 6:05
Colin Angus Mackay11-Dec-05 6:05 
Question"show create table" equivalent in MSSQL Pin
karanba11-Dec-05 1:58
karanba11-Dec-05 1:58 
AnswerRe: "show create table" equivalent in MSSQL Pin
Colin Angus Mackay11-Dec-05 4:48
Colin Angus Mackay11-Dec-05 4:48 
GeneralRe: "show create table" equivalent in MSSQL Pin
karanba11-Dec-05 5:01
karanba11-Dec-05 5:01 
GeneralRe: "show create table" equivalent in MSSQL Pin
Colin Angus Mackay11-Dec-05 5:15
Colin Angus Mackay11-Dec-05 5:15 
AnswerRe: "show create table" equivalent in MSSQL Pin
Fariborz Golara11-Dec-05 10:21
Fariborz Golara11-Dec-05 10:21 
GeneralRe: "show create table" equivalent in MSSQL Pin
Colin Angus Mackay12-Dec-05 4:55
Colin Angus Mackay12-Dec-05 4:55 
AnswerRe: "show create table" equivalent in MSSQL Pin
Mike Dimmick12-Dec-05 5:34
Mike Dimmick12-Dec-05 5:34 
GeneralRe: "show create table" equivalent in MSSQL Pin
karanba12-Dec-05 22:14
karanba12-Dec-05 22:14 
Questionfocus on row Pin
NikoTanghe9-Dec-05 22:50
NikoTanghe9-Dec-05 22:50 
Questionquestion Pin
eyalso9-Dec-05 22:05
eyalso9-Dec-05 22:05 
AnswerRe: question Pin
Colin Angus Mackay10-Dec-05 7:34
Colin Angus Mackay10-Dec-05 7:34 
QuestionADO with VS.Net Query Failure when Time is selected Pin
K.J.B.9-Dec-05 13:07
K.J.B.9-Dec-05 13:07 
I am using Visual Studio 2002 (Visual Basic) and an Access Database.
Some tables are read into a Dataset via oledbDataAdapters.

When I read fields from the datasets, I get good values for strings, numbers and dates or times.
When selecting from dataset tables using “myRows = myTable.Select(Filter, Sort)”, I get correct results unless I use a time field in the select criteria. Then 0 rows are returned.

The select clause is properly formatted. As soon as I drop the time field, I get returned rows. I have bypassed the problem by getting the data directly from the database (hard drive), but it is frustrating! A typical WHERE filter clause is:-

"ID = 12 AND StartTime = #07:00:00# AND ReportDate = #10/11/2005# AND ReportArea = 'Area A'"

A, probably related, anomaly is:
Using the “DataAdapter Preview – Fill” method (design mode), the time fields are represented as 30/12/1899 – (a null or base date?). Despite this, I do read times and dates from the dataset/tables correctly in code.

I’m fed up searching the, often overly extensive, help. “Can’t see the forest for the trees”

Any suggestions welcome!!

Questionmanaging long data types Pin
kasko_9-Dec-05 11:42
kasko_9-Dec-05 11:42 
QuestionInconsistent Read issues Pin
tsramkumar9-Dec-05 9:31
tsramkumar9-Dec-05 9:31 
Questionadp.Fill method pooling issues Pin
Joshua Lunsford9-Dec-05 7:57
Joshua Lunsford9-Dec-05 7:57 

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.