If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi...
i'm used vb6.0 and microsoft access as database.
i got input from .txt file.this input declare as string.it is time.this: 22:53:21.95 as hour:minute:second and this:00:56.57 as minute :second.my problem is.how to add this two times.1st time as start time.2nd time as duration.i want to find end time.i used odbc as connection.and my other question is.why everytime i want to convert string to integer.it will appear type mismatch?