Support Forums

Full Version: [VB.Net] MySQL connection class [Register/List/Login]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I would not recommend this method unless explicitly required. Storing MySQL details inside a .NET application is extremely un-secure. I suggest using an intermediate PHP script as the connection to the database and encrypt all information before sending to the php script.
(06-20-2011, 09:09 PM)Cod3ing Wrote: [ -> ]This is exactly the sort of thing you need when creating a checkout system
on a forum Smile

bookmarked.

A checkout system on a forum is not related to VB.NET at all. I suggest you learn PHP for a forum checkout system (:
I mite download this latter, thanks.
This is pretty cool!

Thanks for the share Smile
Thanks for the comments all, I appreciate it!
just downloaded. Thanks bro
So if we use this code correctly and change some things we could make our files password protected and the passwords unable to get to by looking at the source?
this is very very helpful. i have phpmyadmin on my vps and its very easy to use as well
Very nice dud but i will not be downloading because i do not run windows.
looks cool Smile, thanks for this
Thankyou. I need to get better with Mysql. Smile
Pages: 1 2 3