Recent

Author Topic: mssql problem  (Read 1778 times)

elzawey2020

  • New Member
  • *
  • Posts: 32
mssql problem
« on: August 15, 2019, 11:19:23 am »
Hi guys
We have designed the Android application and during the design linked to the database mssql on the server is free and successful communication during the design and when released APK and install on the mobile application does not work

* And designed another application and linked to sqlite and also does not work on mobile

Is there any solution

Leledumbo

  • Hero Member
  • *****
  • Posts: 8746
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: mssql problem
« Reply #1 on: August 17, 2019, 11:15:12 am »
Any exception? Error code? Error message? Whatever technical information that can be used to diagnose the problem?

elzawey2020

  • New Member
  • *
  • Posts: 32
Re: mssql problem
« Reply #2 on: August 17, 2019, 12:18:43 pm »
When run app on mobile Message error

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: mssql problem
« Reply #3 on: August 17, 2019, 06:53:22 pm »
Hi, elzawey2020!


(1)
You  need put your "lisbsybdb.so"   [compiled for android] in
the project folder same as "libcontrols.so"   ["armeabi" or "armeabi-v7a" or .......]

and use only FCL stuff.....    [not LCL]

(2) For inner [android device] "sqlite"  there are some "demos".....
« Last Edit: August 17, 2019, 06:56:28 pm by jmpessoa »
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

elzawey2020

  • New Member
  • *
  • Posts: 32
Re: mssql problem
« Reply #4 on: August 17, 2019, 10:54:39 pm »
Hi, elzawey2020!


(1)
You  need put your "lisbsybdb.so"   [compiled for android] in
the project folder same as "libcontrols.so"   ["armeabi" or "armeabi-v7a" or .......]

and use only FCL stuff.....    [not LCL]

(2) For inner [android device] "sqlite"  there are some "demos".....

where i found lisbsybdb.so ?????? give me the link to download

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: mssql problem
« Reply #5 on: August 18, 2019, 06:38:03 am »

For "MySQL":

https://od.lk/d/Ml8xNzIwMDM3NTRf/libmysqlclient.so

"armeabi-v7a"     compatible.....


Code: Pascal  [Select][+][-]
  1. Uses
  2.     mysql57conn, sqldb, .................
  3.  

Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

elzawey2020

  • New Member
  • *
  • Posts: 32
Re: mssql problem
« Reply #6 on: August 18, 2019, 10:16:14 am »

For "MySQL":

https://od.lk/d/Ml8xNzIwMDM3NTRf/libmysqlclient.so

"armeabi-v7a"     compatible.....


Code: Pascal  [Select][+][-]
  1. Uses
  2.     mysql57conn, sqldb, .................
  3.  
I want for mssql

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: mssql problem
« Reply #7 on: August 19, 2019, 06:21:50 am »
You can try:

the NEW demo:

"AppMSSQLJDBCConnectionDemo1"


[NEW "jMsSqlJDBCConnection" component !]
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

elzawey2020

  • New Member
  • *
  • Posts: 32
Re: mssql problem
« Reply #8 on: August 19, 2019, 10:35:13 am »
thankss

 

TinyPortal © 2005-2018