Re: [android-developers] Re: Try to connect on SQL database jtdb drivers

2012-07-27 Thread Andre St-Onge
And who need to know how the connection string work for SQLEXPRESS on the Android XXX.XXX.XXX.XXX:1434;instance=SQLEXPRESS;databaseName=WorkAdventures;user=**;password=** Replace XXX.XXX.XXX.XXX by computer name or IP Adress and by the SQL user information and under AndroidManifest

Re: [android-developers] Re: Try to connect on SQL database jtdb drivers

2012-07-27 Thread Andre St-Onge
Hum !!! .. my program working very well on other one SQL Server 2005 except if I tried to connect on my computer on Microsoft SQL Server Express Edition with Advanced Services This can be a problem with port lan or restriction on SQL Express When I will found a way, I will post my solution, just in