Click here to Skip to main content
15,880,469 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: adp.Fill method pooling issues Pin
Farhan Noor Qureshi9-Dec-05 12:00
Farhan Noor Qureshi9-Dec-05 12:00 
QuestionHelp - I'm a Novice - SQL Query Problem Pin
kabatlantafan79-Dec-05 5:20
kabatlantafan79-Dec-05 5:20 
AnswerRe: Help - I'm a Novice - SQL Query Problem Pin
miah alom9-Dec-05 5:58
miah alom9-Dec-05 5:58 
GeneralRe: Help - I'm a Novice - SQL Query Problem Pin
Farhan Noor Qureshi9-Dec-05 6:03
Farhan Noor Qureshi9-Dec-05 6:03 
GeneralRe: Help - I'm a Novice - SQL Query Problem Pin
miah alom9-Dec-05 6:03
miah alom9-Dec-05 6:03 
QuestionDiffering Results between Record binding (C++) and Collect method Pin
Stone Free9-Dec-05 3:42
Stone Free9-Dec-05 3:42 
QuestionCounter Pin
vuthaianh8-Dec-05 17:08
vuthaianh8-Dec-05 17:08 
AnswerRe: Counter Pin
Colin Angus Mackay8-Dec-05 20:22
Colin Angus Mackay8-Dec-05 20:22 
GeneralRe: Counter Pin
vuthaianh10-Dec-05 15:10
vuthaianh10-Dec-05 15:10 
GeneralRe: Counter Pin
Johny Ng12-Dec-05 8:20
Johny Ng12-Dec-05 8:20 
QuestionODBC rowset size Pin
jia20048-Dec-05 9:21
jia20048-Dec-05 9:21 
QuestionIs it possible to split a column in a GridView? Pin
kofler8-Dec-05 7:12
kofler8-Dec-05 7:12 
Questionhow to automatically fresh browser when the records are updated? Pin
vicky4578-Dec-05 6:23
vicky4578-Dec-05 6:23 
QuestionMoving DBs to new Server Pin
-Dr_X-8-Dec-05 5:27
-Dr_X-8-Dec-05 5:27 

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.