hi all,
         I am using mysql on Win98 platoform. Am facing problems 
using the Time field in SQL queries being executed from a VB 
program. Would it be possible for someone to help me out with 
this

At mysql> prompt
1. CREATE TABLE TEST(field Time)   ----> success
2. INSERT INTO TEST(field) VALUES ('11:00:00')            --> 
success
3. SELECT * FROM    TEST  ---> success
            11:00:00

But from a VB program - the first two queries get executed 
successfully ;
              the values were checked from mysql> prompt & has 
been entered successfully

But the 3rd query (SELECT) when executed from the VB program 
returns a result set of Null.

kindly help

Praveen
_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to