PHP using VB database possible?

A

Anonymous

Guest
Here's the deal, our school has an enrollment system made in Visual Basic 6.0.
I'm gonna create an evaluation of students in their subject.
Is there a possibility for me to use PHP language and connect it to the enrollment systems database???
Most probably the enrollment systems database is in Microsoft Access.

Someone told me that i can copy the database of the enrollment system and then use it in PHPs database or something.
Please help me out i'm confused @_@
 
I have answered this in your other post.

I have gave an example of how to connect and perform a query on an access database but you can also
migrate the access database into mysql and do it that way.
 
Back
Top