Hello,

now I successfully ported our project from .net 2.0 to .net 4.0.
I am using provider 2.5.2.

I have something strange, though.
When I'm reading data from a firebird database (Server 1.5) and the
field type is "Time", I get an error when using a data adapter to fill
a table with a datacolumn of datatype "DateTime".

The exception suggests that the value is interpreted as "Timespan" and
can therefore not be written into a datacolumn of datatype "DateTime".

If I comment-out the definition of the datatype for the respective
DataColumn, everything works, but the seconds are displayed in the
corresponding DataGridView because if nothing is defined, the column
will interpret the data as string and I can't use the time format
hh:mm to suppress the seconds.

If this is something known, can somebody please point me to relevant
discussions, or if this is unknown, can you tell me what info you
would need from me to analyse this?

Thank you very much!

ciao,
André

---

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to