Tagged Questions

MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. MySQL is officially pronounced /maɪˌɛskjuːˈɛl/ ("My S-Q-L"), but is often pronounced /maɪˈsiːkwəl/ ("My Sequel"). It is named for original developer Michael Widenius's ...

learn more… | top users | synonyms

-1
votes
2answers
125 views

Crontab like scheduler

I have a program that needs to schedule where I need to perform several decisions based on time, so for example consider we have two actions saved in a DB, action one to be performed in 5 mins from ...
-1
votes
0answers
31 views

how I can get id value while select an item using JComboBox AutoSuggestion [closed]

I have created one comboBox I stored id, name in DB, and call from DB to JComboBox. While I select on item in JComboBox it show corresponding id in JLabel. For that I am using vector. But I am work ...
-5
votes
1answer
64 views

What programming language should I use with php? [closed]

I want to create a database/provisioning system for the company I work for. I am considering using PHP/MySQL for the back-end, but I am torn as to what tool I should use to create the user interface. ...
-2
votes
0answers
44 views

Retrieve the value from data base into combobox [closed]

Am use the following program for retrieve the value from my sql database to combobox.if i select first item in JComboBox from mysql database using ResultSet, it's not showing an id value of the first ...
-4
votes
0answers
32 views

is it possible to implement a relational database and integrate it with the expert system using vB6 as GUI [closed]

I am currently having my thesis entitled:"Database Implementation and Integration For Intelligent Enrolment Advising system".There is an existing system that uses VB6 as its user-interface and amzi ...
-2
votes
0answers
20 views

Problem with INNER JOIN [migrated]

I have a problem with the inner join. I need to filter the table before it will combine tables using inner join. The following code is of course wrong but I need something like this. Please help. ...
-2
votes
0answers
83 views

How does a CMS, like Joomla, differ from a PHP/MySQL setup? [closed]

Possible Duplicate: Joomla or development from scratch? I just started with PHP and MySQL and I'm wondering how does a PHP/MySQL setup, installed with XAMPP, differ from a CMS like Joomla, ...
3
votes
1answer
95 views

Technique for multiple users on same datasets

This is more a learning question than coding, but I'm certain it's a common issue for anyone developing administration systems or applications in php/mysql/js etc. I've developed quite a complex ...
0
votes
2answers
84 views

How to store personal information properly?

It's not about security or something. There is a table to record user information, like username, password, postcode and so on, one record per person. There is also a table called post to record the ...
5
votes
1answer
141 views

General approach to re-factoring an large, very badly written legacy system [closed]

Possible Duplicate: Techniques to re-factor garbage and maintain sanity? What is a good way to refactor a large, terribly written code base by myself? Really open question here. I'm not ...
-2
votes
0answers
109 views

Database Schema [closed]

I have created an application for my client. They want to be able to join 2 or more products together. The table turbo_connections, has 3 columns primary_id, partner_id and verified. What would be ...
-2
votes
0answers
16 views

PHP/MySQL/TextArea problem [migrated]

I'm trying to pull some html data from a mysql database to populate a text area. I'm doing some tests with the home page content data and it only displays the last half of the html code I'm trying to ...
0
votes
1answer
94 views

Is it common to have stored procedures disabled on MySQL managed hosting plans?

I'm building an app that I think would benefit from the use of MySQL stored procedures. I know stored procedures have a bad reputation, but I think they suit my application well. Using stored ...
-1
votes
1answer
95 views

Is there a Software Development Kit for PHP and MySQL for iPhone? [closed]

I need to know if there is a development kit for PHP and MySQL on iPhone. I want to write PHP scripts using my iPhone and I want to run these scripts on it as a server.
0
votes
0answers
24 views

unable to delete from sql database [migrated]

i have desinged url loader for my site , its working fine but have little problem that it cant delete url at end after loading <?php // set time 1000 set_time_limit(1000); // connect to db ...

1 2 3 4 5 8
15 30 50 per page