Click here to Skip to main content
15,901,373 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to create query on query in MFC Pin
basementman29-May-03 6:31
basementman29-May-03 6:31 
GeneralRe: How to create query on query in MFC Pin
soundman322-Jun-03 22:43
soundman322-Jun-03 22:43 
GeneralRe: How to create query on query in .NET Pin
Mike Osbahr3-Jun-03 3:41
Mike Osbahr3-Jun-03 3:41 
GeneralINNER JOIN within DataSet Pin
Dr_Sh0ck28-May-03 18:43
Dr_Sh0ck28-May-03 18:43 
GeneralRe: INNER JOIN within DataSet Pin
andyharman30-May-03 3:24
professionalandyharman30-May-03 3:24 
GeneralRe: INNER JOIN within DataSet Pin
Dr_Sh0ck30-May-03 21:31
Dr_Sh0ck30-May-03 21:31 
GeneralRe: INNER JOIN within DataSet Pin
Daniel Turini3-Jun-03 10:21
Daniel Turini3-Jun-03 10:21 
GeneralAdding Time value in Access table Pin
Yakimo28-May-03 3:20
Yakimo28-May-03 3:20 
I couldn't add a time part of a DateTime in an Access table, using VB.Net
It always adds only the date part.
What is the problem?

Here is the scenario:
My table contains 2 fields - one DateTime field and one TEXT field.
I have a DataAdapter and a Dataset, an I am using the following code:

DsLog1.Tables("Log").Rows.Add(New Object() {"#01/02/03 04:05:06#","SomeText"})
OleDbDataAdapter1.Update(DsLog1)

As a result I got only the date part 01/02/03 into Access table
I know, that that is not due to a field format in the table, because if I add the same value directly in Access table (using access), I can see the new added time value, but not the one, added by the code above.

Any suggestions are welcome.;)
Thanks in advance

Yakimo(to)



GeneralRe: Adding Time value in Access table Pin
Hesham Amin28-May-03 3:49
Hesham Amin28-May-03 3:49 
GeneralRe: Adding Time value in Access table Pin
Yakimo28-May-03 3:56
Yakimo28-May-03 3:56 
Generalconfusing error Pin
Pavel Klocek28-May-03 1:12
Pavel Klocek28-May-03 1:12 
GeneralRe: confusing error Pin
Pavel Klocek28-May-03 2:49
Pavel Klocek28-May-03 2:49 
GeneralADO.NET & MYSQL Pin
kgoodrich27-May-03 6:47
kgoodrich27-May-03 6:47 
GeneralRe: ADO.NET & MYSQL Pin
kgoodrich27-May-03 6:58
kgoodrich27-May-03 6:58 
GeneralRe: ADO.NET & MYSQL Pin
Mazdak28-May-03 18:50
Mazdak28-May-03 18:50 
GeneralRe: ADO.NET & MYSQL Pin
kgoodrich29-May-03 4:32
kgoodrich29-May-03 4:32 
GeneralData Binding and DB Update Pin
DionChen27-May-03 3:35
DionChen27-May-03 3:35 
QuestionCan we use Array In SQL Server? Pin
pradipta26-May-03 23:07
pradipta26-May-03 23:07 
AnswerRe: Can we use Array In SQL Server? Pin
Hesham Amin27-May-03 5:43
Hesham Amin27-May-03 5:43 
GeneralRe: Can we use Array In SQL Server? Pin
pradipta27-May-03 18:11
pradipta27-May-03 18:11 
GeneralRe: Can we use Array In SQL Server? Pin
Hesham Amin27-May-03 20:56
Hesham Amin27-May-03 20:56 
Questionbest data Access method ? Pin
Gaurika Wijeratne26-May-03 17:34
Gaurika Wijeratne26-May-03 17:34 
AnswerRe: best data Access method ? Pin
Hesham Amin27-May-03 5:47
Hesham Amin27-May-03 5:47 
Questionhow can I open a database in one NT service? Pin
diyzhao26-May-03 17:19
diyzhao26-May-03 17:19 
GeneralCreating Tree type Structures DB Pin
saahmad25-May-03 19:35
saahmad25-May-03 19:35 

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.