Hello.
I have got a problem.
I'm programming in Visual Basic and when connecting to database a got this error 
message:

RUN-TIME ERROR '-2147467259(80004005)': 
[TCX][MY ODBC] Can't connect ty MYSQL SERVER on 'localhost'(10055) 

It happens in this function: 

   pop.ConnectionString = "Driver=MySQL;" & "db=zdroj" 
   pop.Open 
   com.ActiveConnection = pop 
   com.CommandType = 1 
    dat.Open "SELECT Customer FROM priklad WHERE id_number =" & number, 
pop 
    Expect = dat("Customer") 
  pop.Close 

Interesting is, that this error happens after 5 correct readings from database. That 
readings are made from another function, whis is absolutely the same...:-))

Can you, please, help me?

Thank you very much.

Ondrej Vacek-Vesely
[EMAIL PROTECTED]


---------------------------------------------------------------------
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