topflight Posted February 21, 2009 Share Posted February 21, 2009 I am currently in the process of creating a vb.net (Visual Basics 2008) login system. But I want to use the login information stored in my members table in mysql database. Is their anyway I can use the login information from the members table of the database with my current vb.net project? Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/ Share on other sites More sharing options...
Mark Baker Posted February 21, 2009 Share Posted February 21, 2009 Not really a PHP question: PHP and mySQL are totally different creatures. I'd imagine that there is a MySQL driver for VB.net that would allow you to access mySQL databases from within your VB.net programs, but you're better asking that in the VB forums Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/#findComment-767687 Share on other sites More sharing options...
RichardRotterdam Posted February 21, 2009 Share Posted February 21, 2009 Is their anyway I can use the login information from the members table of the database with my current vb.net project? Yup if you have php installed on the server you can ever run both PHP and asp.net Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/#findComment-767755 Share on other sites More sharing options...
topflight Posted February 21, 2009 Author Share Posted February 21, 2009 Is their anyway I can use the login information from the members table of the database with my current vb.net project? Yup if you have php installed on the server you can ever run both PHP and asp.net Well may you please tell me the steps to do that. I really need to transfer information form vb.net to phpmyadmin and viseversa that would be must appreciated. Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/#findComment-767791 Share on other sites More sharing options...
RichardRotterdam Posted February 21, 2009 Share Posted February 21, 2009 If you are using a mysql database you don't need to transfer anything. You can use the same database and read it using php or asp.net. If you just want the data in the database you dont even need php or asp.net you can use mysql query browser. and what type of server is it? can you install anything on it? Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/#findComment-767801 Share on other sites More sharing options...
topflight Posted February 21, 2009 Author Share Posted February 21, 2009 See I am new to vb.net so where would all this stuff be located at? Link to comment https://forums.phpfreaks.com/topic/146225-php-and-vbnet/#findComment-767813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.