SQLite Forum

Need to connect with CDAS server
Login

Need to connect with CDAS server

(1) By anonymous on 2021-05-21 11:46:25 [link] [source]

Gi. I need to connect my sqlite database with CDAS server. Is any one have idea how to do it. Please help regarding this.

(2) By Kees Nuyt (knu) on 2021-05-21 14:01:17 in reply to 1 [source]

You will have to write some code in the language of your choice.

That code would:

  • access the CDAS server using the APIs described on that page,
  • access your SQLite database using the SQLite API in the language you have chosen.

Probably somebody already did that, so a thorough web search might yield some example code.