Page 1 of 1

ReceiveHeader Net packets out of order received(45), expected(0)

Posted: Sat 11 Jun 2005 22:12
by Robert Short - mcqube
Hello,

First attempt using trial version 3.50.0.20 with Delphi 5 Professional
I am using the sample CommDialog project to get a feel for MyDAC, naturally I changed the basics
Userneame
Password
Databasename
Port
to the appropriate content. Including the SQL statment in MyQuery component to
SELECT * FROM contact

What am I missing?

Robert :?:

Posted: Mon 13 Jun 2005 06:28
by Ikar
We couldn't reproduce the problem.
Please send us (mydac*crlab*com) complete small sample to demonstrate it.

RecieveHeader 45 expected 0

Posted: Sun 19 Jun 2005 23:51
by Robert Short MCQube
Hello,

I am using the ConnDialog example program without modification and plugging in the server parms, so you have the exact code. I also update MyDAC to 3.55.0.21 Problem persist

:shock: The server side is running MySQL 4.0.18-standard
Appache ver 1.3.33 (Unix)

Robert

Posted: Tue 21 Jun 2005 15:11
by Ikar
Do you have this problem if to set TMyConnection.Options.Direct to False?

Better

Posted: Wed 22 Jun 2005 20:21
by Robert Short mcqube
Hello,

Better :P ... Now I lose connection during query. I have also discovered that my Server does not allow direct access to MySQL database other than phpMyAdmin. Is there a work around? Or will I need to request my server provider to independently install MySQL?

Robert

Posted: Thu 23 Jun 2005 10:08
by Ikar
> my Server does not allow direct access to MySQL database other than phpMyAdmin

Yes, it might be the problem, but error must be other.

The server might have been compiled in unusual\specific way.