Thirteen Years of Service
Posts: 123
Threads: 15
RE: is it safe to add SQL info in vb? 08-06-2013, 01:21 PM
#11
If you're making a Login System then you're going to wanna use a gateway such as PHP.
So it goes
VB.NET Application > PHP > MySQL Database
•
Thirteen Years of Service
Posts: 504
Threads: 18
RE: is it safe to add SQL info in vb? 08-06-2013, 03:15 PM
#12
You could also write the sensitive information using Chr(), it will take someone a long time to check that out ... Just a thought.
•
Thirteen Years of Service
Posts: 18
Threads: 2
RE: is it safe to add SQL info in vb? 08-07-2013, 09:39 AM
#13
thanks guys for the replies, well im using a php login system lol, but can you they know the URL of the login page?
•