> BTW, how to set port for mysql connection using sqlDB? Defining "port=3307"
> or "-P 3307" on params property seems to be ignored. Using "hostname:port"
> on hostname property is also not working. Thanks for the help.
If I look in the source, I see a ports parameter, so port=xxx is the way to
Could be that in the source it is spelled with a capital P, try "Port=..."
Nope, still not working. :(
If I look in the source, I see a ports parameter, so port=xxx is the way to
go.
Here's why...
{ this is in private section }
procedure TConnectionName.ConnectMySQL(var HMySQL : PMySQL;H,U,
Op zondag 16-09-2007 om 23:29 uur [tijdzone +0700], schreef Bee:
> > Could be that in the source it is spelled with a capital P, try "Port=..."
>
> Nope, still not working. :(
>
> > If I look in the source, I see a ports parameter, so port=xxx is the way to
> > go.
>
> Here's why...
Ah, now I s
Ah, now I see. Please don't use such an old version, as I told you
before. Next time, always mention your version. So we can tell you to
test the latest version, before we'll try to help you.
Sorry I forgot to mention the version I used. It is happened on sqldb using
tmysql50connection class on