I am working on a project in which I need to connect to pointbase database from javascript. I do not have much knowledge about java script. Is it possible to connect to pointbase from java script? Please help me with a sample code.
Thank you in advance.
JavaScript is for client side programming. If you mean you have a web interface you wish to connect to a server side database you need to use Server Side scripting (perl,php,asp…), you can then use JavaScript and AJAX to work with the remote database.