Re: [android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-26 Thread Boozel
The jTDS driver works perfectly and it's open source. Thanks a lot. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-25 Thread Boozel
The same code runs fine in a regular java app on windows. Does any one have any idea what the problem is? any help would be appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-25 Thread Nikolay Elenkov
On Tue, Jul 26, 2011 at 12:29 AM, Boozel boozelcl...@gmail.com wrote: The same code runs fine in a regular java app on windows. Does any one have any idea what the problem is? any help would be appreciated. Set up your SQL server to accept non-SSL connections and try it. You might want to try

[android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-22 Thread Boozel
HI Thanks for the reply. I'll give that a try on monday when i have access to the SQL server and post my results, thanks for the suggestion. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-21 Thread gjs
Hi, Does this work (connect ok execute the query) if you just code a plain old java console program, in Eclipse for example ? Regards On Jul 21, 9:04 pm, Boozel boozelcl...@gmail.com wrote: Hi I'm trying to connect to SQL Server 2008 using JDBC. I downloaded the JDBC from microsoft and