Database connectivity in NetBeans IDE 6.9.1 [closed] - ms-access

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
what are the exact steps to connect a database prepared in MS Access to NetBeans IDE 6.9.1?

This outta do the trick
NetBeans Info on DB

Related

live server http://127.0.0.1:54572/ error in vs code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 15 hours ago.
Improve this question
getting error http://127.0.0.1:54572/ in vs code while opening the live server for wed development
i want to solve my problem

How to solve this database connection error? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Deprecated:mysql_connect(): the MySQL extension is deprecated and will be removed in the future: use mysqli or PDO instead How to remove this errors???
Set this code on the top of your pages.
error_reporting(E_ALL ^ E_DEPRECATED);
ini_set('display_errors',1 );

Codeigniter mysql_connect for Quercus resin [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I use Tomcat and Quercus.
Quercus want mysql_connect, How add mysql_connect argument?
mysql_connect() has been deprecated as of PHP 5.5.0 as per the below document
http://php.net/manual/en/function.mysql-connect.php
Make sure why you need mysql_connect to do it. The betterway to connect MySQL it is by using mysqli_connect.
Codeigniter provides the facility for mysqli by default. You just need to create a model as specified here

AutoMySQLBackup For WIndow? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How do I automatically backup mysql after regular interval in windows?
You can use Task Scheduler and call the mysqldump program from there.

how do i build a website using access 2010? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
has anyone done this yet? please show me some good tutorials on building websites with databases using ACCESS 2010
you can build a website using it: http://www.youtube.com/watch?v=AU4mH0jPntI