Re: Is type of datetime timestamp same??

2002-07-26 Thread Mateus Begossi
25, 2002 2:44 AM Subject: Re: Is type of datetime timestamp same?? Hi Jenny, The formatting are the same -MM-DD HH: - The timestamp field is set automatic by the system when updating a record. The date/time fields are for Your control and usage. Take a look in the manual 6.2.2.2

Re: Is type of datetime timestamp same??

2002-07-25 Thread Peter
- Original Message - From: Jenny Christy [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 6:22 AM Subject: Is type of datetime timestamp same?? Hello All, I m using mysql 3.23.42 and myodbc 3.51 on linux7.2. I use SQLDescribeCol API to get type of column

Is type of datetime timestamp same??

2002-07-24 Thread Jenny Christy
Hello All, I m using mysql 3.23.42 and myodbc 3.51 on linux7.2. I use SQLDescribeCol API to get type of column(field). When i call above functuon it returns type of datetime and timestamp is 93 for both. but the format of inserting datetime value uses ( )and timesstamp value is different. I m

Is type of datetime timestamp same??

2002-07-24 Thread Jenny Christy
Hello All, I m using mysql 3.23.42 and myodbc 3.51 on linux7.2. I use SQLDescribeCol API to get type of column(field). When i call above functuon it returns type of datetime and timestamp is 93 for both. but the format of inserting using sql query, datetime value uses ( )and timesstamp value is