Oh yeah. Putting "MySql.Data.dll" in a bin folder, that's in the same directory fixed the issue of having to have people install the whole thing. I don't know if anyone cares. You probably all knew this, but I'm happy I figured it out lol.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Smarter on April 13, 2008, 09:11 PMQuote from: Hell-Lord on April 13, 2008, 08:07 AM
No, you will need to distirbute it with your application.
Are you positive? I believe you ran my Nerve app and that coding I posted is in that app, and it uses MySQL Connector.
Quote from: betawarz on April 13, 2008, 10:20 AMQuote from: NicoQwertyu on April 13, 2008, 02:08 AM
Yes, you can use a wildcard rather than specific IP addresses. Yes, allowing any IP address to access your server compromises security. However, that is how information security works; you need for find a balance between security and availability.
Thankfully this is possible with MySQL. Just create an account specifically for your application, which you should have done in the first place because I hope you're not coding your admin logon information into your application. Allow any host to connect using this account. Only give this account SELECT authorization.
Quote from: FrostWraith on April 09, 2008, 09:31 PMQuote from: Huendin on April 08, 2008, 08:15 PMI go to purdue and it seems that all my engineering courses have C/++ mainly integrated with it.
A saw a lot of replies of C++. I talked to my professor today and he said that colleges tend to focus on C# rather than C++ to try to lure students away from the malicious possibilities that come with knowledge of C++. That's how it seems to be with Purdue. Does that seem to be true in your area/college?
Page created in 0.323 seconds with 16 queries.