March 12, 2009

MYSQL ordered table. Is there a way to insert into a MYSQL table data in an ordered way?

mysql
eliyahu_s asked:


Right now as a workaround I’ve literally made a table of questions with questionID as primary key, nextQuestion and prevQuestion pointing to other questionIDs. Basically I’ve made a two way linked list from scratch. Is there anything built into MYSQL that implements this?

Filed under Programming & Design by administrator

Permalink Print 2 Comments

How do I download MySQL onto a Mac computer?

mysql
Nechama F asked:


I’ve been trying to download MySQL but it isn’t working. I did find one option that worked but once it was downloaded the computer called it “Terminal” and it wasn’t working the same as the normal Windows PC version.

Filed under Programming & Design by administrator

Permalink Print 1 Comment

March 11, 2009

How to add items to a from a website MySQL Database ?

mysql
J Computer Repairs. asked:


How would I make a webpage where you enter your character name and click add and it adds a number to a field in the database of that character name, and this can only be done once every 12 hours.

Filed under Programming & Design by administrator

Permalink Print 1 Comment

March 10, 2009

How would MYSQL be used in a website?

mysql
m8g8 asked:


What sort of websites would use MYSQL and what would they use it for? Is it possible to find an example of an online use of MYSQL, or do users never have any contact with it?

Filed under Programming & Design by administrator

Permalink Print 4 Comments

March 8, 2009

PHP Tutorial - 24 - Connecting to MySQL Database

thenewboston posted video:


wanna watch this tutorial in high def?

http://www.youtube.com/watch?v=TteaqgZ3l7c&fmt=18

there ya go! and don’t forget to subscribe to my channel to get all the latest videos!

http://thenewboston.com

Filed under People by administrator

Permalink Print 2 Comments

How do I connect to two MySQL databases at two different servers from a single php page?

mysql
mortal asked:


I need to extract data from 2 MySQL databases located at two different servers. How is it possible from one single PHP page?

Filed under Programming & Design by administrator

Permalink Print 3 Comments

March 7, 2009

Is it possible to connect an MS ACCESS project to a MySQL database?

mysql
Bushcaos asked:


I’m trying to set a small billing system using MS Access as a platform. I have a MySQL database setup through my web hosting company (Yahoo). Can anyone provide some pointers as to how to do it -if at all possible-?

Filed under Programming & Design by administrator

Permalink Print 2 Comments

Can Visual Basic be used as a front end tool for Mysql in any desktop application? What are the prerequisites?

mysql
Indian asked:


Our college is telling us to use VB with Oracle. But I want to use Mysql as database back end. Will it be effective? Please give me the details how it should be done? Thanks in advance!

Filed under Programming & Design by administrator

Permalink Print 1 Comment

March 6, 2009

How to select a row from MySQL data base?

mysql
Robin P asked:


I have a MySQL database with the first column containing id numbers. How would I “SELECT” the row containing id 58 for example?

Filed under Programming & Design by administrator

Permalink Print 1 Comment

What sort of PHP templates are available for displaying MySQL?

mysql
Bert P asked:


I have a MySQL database and a website. I want to create a form to log in, whereby then users can add to the database, and also view the stored information in a table.

Is there a PHP template I could use? Writing it by myself seems like a colossal task.

Thankyou

Filed under Programming & Design by administrator

Permalink Print 2 Comments