Same problem i face couple months ago ... 
eventually i have to use the lower version of MYSQL .. (If im not wrong it 
works OK with version 3.****) 

Puneet <[EMAIL PROTECTED]> wrote:
Hi I am trying to connect to mysql Database Using
DBxpress Driver 
Followin is the Connection property I am trying to
give .

SqlMysql.DriverName := 'MySQL';
  SqlMysql.LibraryName := 'dbexpmysql.dll';
  SqlMysql.VendorLib := 'libmysql.dll';
  SqlMysql.GetDriverFunc := 'getSQLDriverMYSQL';
  SqlMysql.ConnectionName := 'MySQLConnection';
  SqlMysql.Params.Clear;
  SqlMysql.Params.Add('User_Name=root');
  SqlMysql.Params.Add('Password=xya');
  SqlMysql.Params.Add('HostName=helloworld');
  SqlMysql.Params.Add('Database=test');

the error comes .

Delphi is not able to find the Vendorlib ie
libmysql.dll.
I have given the following search path 'C:\Program
Files\MySQL\MySQL Server 4.1\bin'
but it is still unable to find the lib file 

Has anybody able to connect to mysql Db using the
following drivers .

Mysql Version is MySQL Server 4.1

Any Clues

regards 
Puneet 



            
_______________________________________________________
Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for 
FREE! http://in.mail.yahoo.com


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 



---------------------------------
YAHOO! GROUPS LINKS 


    Visit your group "delphi-en" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------



                
---------------------------------
Discover Yahoo!
 Use Yahoo! to plan a weekend, have fun online & more. Check it out!

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to