Re: MySQL Tools for Visual Studio 1.0.2 GA released!
Posted by: Ramiro Bueno
Date: January 24, 2007 06:21AM

Hi, all!

I have a litle problem with a application over Visual Basic 6.0, when i'm try to update a "date field", the query is execute fine, but the date field isn't update with the correct date.

This is an query's example that i use,

insert into `AAAA`.`salarios`(`id_personas`,`fecha_inicio`,`fecha_fin`) values (1,07/01/2001,08/02/2003);

when the datatype of fecha_inicio and fecha_fin is "DATE"

Thanks,

Ramiro

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.