Wolxhound90 0 Light Poster

Hey guys,

I'm trying to create an application that will allow me to view information in a database and update/delete/all the usual stuff.

How do I go about connecting to the database? I have a project using visual basic which connects to the server using this string:

con.ConnectionString = "Server=salamander.ads.ntu.ac.uk;Database=m_fyp2011_n0218430;Uid=" & txtUsername.Text & ";Pwd=" & txtPassword.Text

Is there something similar for Android?

Thanks in advance :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.