Re: Expression
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Fri, 7 Oct 2005 10:34:23 +0200
Mark,
I have tested it and probably the same problem as you. I have placed your
question completely documented in another place as question and saved your
message. I hope that I can answer you soon.
If Mary will investigate it, I made this test
\\\
Dim dt As New DataTable
dt.Columns.Add("mystring", Gettype(System.String))
dt.Columns.Add("myDate", GetType(System.TimeSpan), _
"Convert(mystring, 'System.TimeSpan')")
dt.LoadDataRow(New Object() {"00:01:00"}, True)
'Error above, it is telling me that the conversion does not go
///
Cor
.
- Follow-Ups:
- Re: Expression
- From: Mary Chipman [MSFT]
- Re: Expression
- References:
- Re: Expression
- From: Mary Chipman [MSFT]
- Re: Expression
- From: Cor Ligthert [MVP]
- Re: Expression
- Prev by Date: Re: bytes to string conversion
- Next by Date: Re: Unable to merge 2 mySQL Databases using OdbcDataAdapter.Update
- Previous by thread: Re: Expression
- Next by thread: Re: Expression
- Index(es):
Relevant Pages
|