Hi Oliver.
sorry for the lack of info, here is the information i can give you.
1. i am trying to connect to a MS SQL database created with MICROSOFT SQL SERVER MANAGEMENT STUDIO
2. My database is located on a friends online server
3. I would love to connect the database directly from my phone app directly to the database without any "middleware"
4. JDBC driver used ... this is where i have tried them all i think Microsoft JDBC - Mysql JDBC - JDBC SERVER i think i really cant remember them all, i tried many different but nothing works, and again i know it all comes down to the code element, i am easily able to connect to a database saved on the phone, but not online, and that is what i want the simplest way to do that.
5. simple connection -
sql1.Initialize2("net.sourceforge.jtds.jdbc.Driver", "jdbc:jtds:sqlserver://bendanisoftware.com\CORTSENDB,"Username","Password")
I havent got much knowledge at this point so i cant give you much more info, than what i need is the simplest way to connect my app to the database on the server
thank you