Results 1 to 5 of 5

Thread: Can somebody answer me the following please.

  1. #1

    Thread Starter
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Can somebody answer me the following please.

    Hi,

    I have recently downloaded visual C# beta 2 from Microsofts's website and was wondering the following.

    1. is there a way of compiling the solutions into executable and distributable programs, or is this one of the functions disallowed for this version?

    2. is it possible to connect to MySQL and not just microsoft SQL server 2005 or abcess (ahem...) Access?

    Ta very much indeed

    Kai

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Can somebody answer me the following please.

    2. Yes. You can use the ODBC namespace, and get your connection string from here:
    www.connectionstrings.com

  3. #3
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Can somebody answer me the following please.

    1) Standing under correction, but you should be able to compile - but only in Debug mode - you can't select Release.

  4. #4

    Thread Starter
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: Can somebody answer me the following please.

    Hi,

    Cheers all, found out the answer to question 1 just before I looked this up, but thanks anyways.

    Cheers alot for question 2 though.

    many thanks all

    Kai

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Can somebody answer me the following please.

    You don't mention the solution you found to question 1. You create a Debug build by using the Debug menu or the other usual methods. You create a Release build using the Build menu. You cannot legally distribute software created with a beta IDE, however, without Microsoft's express permission. I believe it is called a "Go Live" licence.

    With regards to MySQL, there are various native MySQL connectors available. They worked with .NET 1.1 so I don't see a reason that they wouldn't work with 2.0. Get one of them here, but there are others as well.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width