CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: amr.adawy

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    6,373

    Re: C# MySql Server 5.1 help

    thanx,
    it worked i knew that but it didn't come in my mind, :D:D
  2. Replies
    2
    Views
    6,373

    C# MySql Server 5.1 help

    i'm building an application that creates a mySql db from script.sql file, i know that i have to run MySql server 5.1 Command Line Client and type this:

    MySql> source ..\filepath\MyScript.sql;
    ...
  3. Thread: Need Help

    by amr.adawy
    Replies
    0
    Views
    656

    Need Help

    I need to build an application that convert from MS Access DB to MySql. However, I found an "BullZip" application that generates script "file.sql" then from MySql server 5.1 I built a database from...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured