Re: [fpc-pascal] why is there no port property in sqldb?

2007-09-16 Thread Marco van de Voort
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 go.

Re: [fpc-pascal] why is there no port property in sqldb?

2007-09-16 Thread 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... { this is in private section } procedure TConnectionName.ConnectMySQL(var HMySQL : PMySQL;H,U,P

Re: [fpc-pascal] why is there no port property in sqldb?

2007-09-16 Thread Joost van der Sluis
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 see. Please

Re: [fpc-pascal] why is there no port property in sqldb?

2007-09-16 Thread Bee
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