1

I'm trying to build a "bookmark manager" for a browser,it should read data from an existing database on the user's machine.

I tried ST2 and it's proxy,it's explained here ,but it creates its own database,I can't get it to use an existing database.

I tried the sencha sqlite proxy ,it does the same,it's not even in their documentation so i'm stuck again.

Is there any way to do this with Sencha?

Another question is : can I do this using just Javascript or jQuerymobile ,or any other library out there?

1 Answer 1

2

You can't connect to an existing DB. Think of the security issues if you could.

Edit: is an option?

Sign up to request clarification or add additional context in comments.

2 Comments

Is is a limitation of the Javascript language or a limitation of the existing browsers ?
thanks for the reply Jarrod, it will be a part of a browser,that's why i can't depend on any local databases (as my new browser doesn't support it) i'm also forced to use sqlite databases , changing that would be very time consuming. anyway, i gave up , i'll just create a web service,and put my database on a local server

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.