Archive for the 'database' Category

How good is a career as a Database Administrator?

Is the salary good? Job availability? Competitor? Certification required? Most job locations are at which state? What ever it is to truly succeed, please let me know .Thank you so much because I do consider to become a Database Administrator.
I’m a software engineer who is basically a DBA….at least at my company it’s lots of [...]

How does a database work in a large retail store?

How does a database work in a large retail store, per store, such as Home Depot for example? For example is there a central database for a specific store that has all the products (just the products) that are currently availible on the shelf in the store? (Talking about specific stores, rather than an overall [...]

How to connect a textbox to a database in php using ms access?

I have an order form desined in php. To use it I need to connect it to a database. I use Yahoo hosting service. My website is www.ibexstudents.com. It has no support for asp but supports php, javascript and perl. Any other innovative approaches are welcomed.
Please give me the full procedure as I am not [...]

What do I need to become a database programmer or a systems administrator?

What do I need to become a database programmer or a systems administrator? What programming languages do I need to know for these? Do i need a lot of math or a computer science degree for this?
I’d really like to have a job where i not only maintain a network but also one that I [...]

What tables should be included in a database for a hotel?

For my ICT coursework I need to create a database that could be used for a hotel. I need to include 3 tables. The first table will be Customer table, which will include details about the customer…
What could I include in the other 2 tables?
How about any of these…
Bookings [...]

How to count the number of rows in Excel 2007 with a filtered database?

I have a database and I have filtered two columns. How Can I count the number of rows after being the database has been filtered?
you can use the subtotal() function.
if your list is in columns A and B…lets say something easy to test like you want to count B2 to B21 that are showing
then at [...]

What is the easiest way to implement a shared, multiuser database in a Windows desktop application?

Multiple clients have to connect to the database at a time, and it has to be really easy to setup for the Client if possible.
Download and install MySQL (http://dev.mysql.com/downloads/), once configured and running, you can connect to this database from other machines.
Depending on the software you use, you will basically have to configure each client [...]

What is the best way to organize the construction of a database driven website?

I have built a few PHP/MySQL websites. What is the best way to manage the construction and planning of the website and what is the best way to log/note the scripting (outside of commenting lines within the code) and the database?
I’m assuming you mean to document the application.
Main thing is to have something which tells [...]

How do I add users and passwords to a database for Microsoft Access?

When a person goes on to the database, I want them to enter a user name and password. Different users will access different documents, etc.
Thank you!
Have a look at the official Microsoft materials here:
http://office.microsoft.com/en-us/access/CH062526741033.aspx
It isn’t too hard to do.
One thing to bear in mind is that Microsoft removed this feature from 2007 because they want [...]

How can I setup my database on my localhost with Xampp to work with my website?

I’m just testing my website that has a database and I keep getting the error:
Error selecting MySQL database: Access denied for user ”@’localhost’ to database ‘mysql’
There is a database when i like inside phpMyAdmin called mysql. I’ve even tried making a new database and renaming it to that new database inside the code. What am [...]