Re: MySQL with Delphi 5.0

2002-04-24 Thread TAKAHASHI, Tomohiro
Hi, Did you use dbexpmysql.dll(not dbexpmys.dll) ? Alexander Burbello wrote: > > I tryed to use Delphi 6.0 and dbExpress, but I didn't got. > > What component and what property I have to set for use correct?? > > Regards > > Alexander > > >-- Mensagem Original -- > > > >> Hi, Haroldo >

RE: MySQL with Delphi 5.0

2002-04-23 Thread [EMAIL PROTECTED]
Hi Jose, In the portal and contrib section of the MySQL website there is several direct API's to MySQL. I propose you use one of these, although dbExpress is a nice idea it is not dedicated and developed only for MySQL and thus works poorly. Our own components is also available at: http://ww

Re: MySQL with Delphi 5.0

2002-04-23 Thread Alexander Burbello
I tryed to use Delphi 6.0 and dbExpress, but I didn't got. What component and what property I have to set for use correct?? Regards Alexander >-- Mensagem Original -- > >> Hi, Haroldo >> >> Is it first time to develop Database Application with Delphi? >> Do you know how to use DataAcces

Re: MySQL with Delphi 5.0

2002-04-23 Thread Alexander Burbello
I tryed to use Delphi 6.0 and dbExpress, but I didn't got. What component and what property I have to set for use correct?? Regards Alexander -- Mensagem Original -- > Hi, Haroldo > > Is it first time to develop Database Application with Delphi? > Do you know how to use DataAccess Compo

Re: MySQL with Delphi 5.0

2002-04-23 Thread massey
Several ways to do this, MyODBC, ZEOS, ASTA. dbExpress has issues, these can be confirmed in the Borland News groups. ZEOS works well and is free, MyODBC works but the BDE must be installed on the Client if the native database componets id D6 - D5 is used, ASTA is fast and excellent for Internet a

Re: MySQL with Delphi 5.0

2002-04-23 Thread TAKAHASHI, Tomohiro
Hi, Haroldo Is it first time to develop Database Application with Delphi? Do you know how to use DataAccess Component(e.g., TDatabase) and BDE(or BDE Administrator)? I suggest to use Delphi6 Pro/Ent. It contains dbExpress Component which help you to develop Database Application very easil

RE: MySQL with Delphi 5.0

2002-03-06 Thread RBRoa
Hi, Im developing software using MySQL with DELPHI... In my side, I use no ODBCODBC sucksit limits u from everything, so if u plan to get it easy...then download the latest WINZEOS utility...a component that exploit the use of TCP/IP connecting to your server... goodluck R.B.Roa Tr