[android-developers] Re: Android 2.1 SQL Server

2010-05-20 Thread Tim
At MobiForms we use the jTDS JDBC driver to support JDBC access to SQL Server from apps developed using our MobiForms Developer. In fact Android supports full JDBC syntax and access to a range of databases. With MobiForms you do not need to learn Java, XML, Eclipse or the Android SDK. Instead

RE: [android-developers] Re: Android 2.1 SQL Server

2010-05-19 Thread Ted Neward
://www.tedneward.com -Original Message- From: android-developers@googlegroups.com [mailto:android- develop...@googlegroups.com] On Behalf Of Mark Sent: Monday, May 17, 2010 3:36 PM To: android-developers@googlegroups.com Subject: RE: [android-developers] Re: Android 2.1 SQL Server Yea, I do

[android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Nerdrow
You don't mean MS SQL Server, do you? As far as I'm aware there's no ODBC/JDBC driver (at least none that are public supported). Android uses SQLite, there's a few examples in the SDK, it's pretty straight- forward. On May 11, 6:46 am, Mark vbreneg...@sbcglobal.net wrote: Hello everyone,

RE: [android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Mark
, May 17, 2010 3:18 PM To: Android Developers Subject: [android-developers] Re: Android 2.1 SQL Server You don't mean MS SQL Server, do you? As far as I'm aware there's no ODBC/JDBC driver (at least none that are public supported). Android uses SQLite, there's a few examples in the SDK, it's

Re: [android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Mark Murphy
Mark wrote: Yea, I do mean MS SQL Server. And cant find any help with it. The problem is I need to be able to connect and show data from tables in it. You are best served by writing a Web service (REST-style recommended) and accessing it that way. -- Mark Murphy (a Commons Guy)

RE: [android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Mark
, 2010 5:40 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Android 2.1 SQL Server Mark wrote: Yea, I do mean MS SQL Server. And cant find any help with it. The problem is I need to be able to connect and show data from tables in it. You are best served by writing

Re: [android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Mark Murphy
Mark wrote: Any examples out there on getting the service to android. I found one but it didn't work with a simple hello world web service I am not quite certain what you are asking, so here's a firehose... Android offers two HTTP access options. One is the standard Java HttpUrlConnection and

RE: [android-developers] Re: Android 2.1 SQL Server

2010-05-17 Thread Mark
: Android 2.1 SQL Server Mark wrote: Any examples out there on getting the service to android. I found one but it didn't work with a simple hello world web service I am not quite certain what you are asking, so here's a firehose... Android offers two HTTP access options. One is the standard Java