[tinysql] blob support and date
Brian Jepson
bjepson@jepstone.net
Mon, 1 Mar 2004 07:35:11 -0800 (PST)
I'm not sure whether we support memo fields or blobs, but I think we
do not.
Did you populate this table with tinySQL, or did you populate it using
another database application? Which driver (dbf?) are you using? I think
this date problem may be a known bug, but I won't have time to look into
it for a couple of weeks. If you could enter the bug at the bug tracker
at http://sourceforge.net/tracker/?group_id=3D82881&atid=3D567565, that wou=
ld
be a big help.
On Mon, 1 Mar 2004, Davide Antoni wrote:
> 1 how to exract the memo internal adderess? and there are a metod with th=
is
> one to exstract the memo field?
>
> 2 there's a bug: when i make a query on a date field that return the date
> in table but with one months added ex
> 18-10-2003 return :18-11-2003
> 18-12-2003 retunr : 18-1-2004
>
> i don=EC't think so that i do a bed query:
>
> rsTiny =3D stmtTiny.executeQuery("select DATA_ENTRA, DATA_USCIT from Cart=
el
> where N_CART =3D "+N_CART);
>
> i have teh cvs version that u give me
>
> regards.