cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Anywhere support for bluetooth as data syn/exchange medium

Former Member
0 Kudos
2,596

Hi

I have a query on the data exchange mechanism in SQLA using Bluetooth as a medium instead of Internet(3G/WIFI)

Scenario : There is a Linux based device which has only Bluetooth enabled and SQLA is installed on it.The Linux device will sync data with Mobile phone which has Ultralite DB installed .Mobile Phone has all the features including Bluetooth.

I understand its possible but dont have any concrete details .Please suggest in details on the above query

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It looks like you can set up a tcpip connection over bluetooth. Googling it, I found a few walkthroughs explaining how to do it. Once you have tcpip running over the bluetooth connection, I *assume a regular tcpip connection would work, which would allow you to sync.

*Note - I have never tried this, so I don't know if it will really work.