Re: Is type of datetime timestamp same??

2002-07-26 Thread Mateus Begossi
the SQLBindParameter function for it. I´ve tried this many different ways already, with no sucess, so any help would be greatly appreciated. - Mateus Begossi - Original Message - From: Peter [EMAIL PROTECTED] To: Jenny Christy [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July

Binding Timestamp Columns with myODBC

2002-07-09 Thread Mateus Begossi
TIMESTAMP, or should I alter my table and use a integer column with TIMESTAMP-style values... Thanks in advance, and sorry for sending the same problem twice to the list, Mateus Begossi - Before posting, please check: http

Feching results, and Timestamp

2002-07-08 Thread Mateus Begossi
. In sum, the question is: How do I add time constrains to a query with Prepared Execution? What formats must my variables have so that query can work? Thanks in advance, Mateus Begossi - Before posting, please check: http

Re: SQLPrepare problems

2002-06-06 Thread Mateus Begossi
Problem Solved. Thx! Mateus Begossi - Original Message - From: Mateus Begossi [EMAIL PROTECTED] To: [EMAIL PROTECTED]; MySQL List [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 10:27 PM Subject: SQLPrepare problems Hello everyone, I´m writing a VC++ 6.0 App that among many other

SQLPrepare problems

2002-06-05 Thread Mateus Begossi
and retcode returns an error. I know that myODBC is working because I already tested Direct Execution (SQLExecDirect) with sucess. So, what may I be doing wrong? Thanks in advance, Mateus Begossi - Before posting, please check