Posting Guidelines. Read carefully before you post in a forum!
Please follow this site's Posting Guidelines when posting questions or answers.
moderator more »
sticky
|
|
Designing a database problem
Someone normally does this stuff for me but I want to do this one. I'm having trouble visualizing how a table should be laid out where you would... more »
|
|
My Site Down. Re installed MySQL copy DB files back?
MySQL installation took a dump, (Windows XP) so I reinstalled, now the service starts fine.
I want to put the my databases back. I tried to just do... more »
|
|
need to combine these two queries
i have got two queries,
$sql1 = "select cust_id from customer where comp_name = '$compname'";
$result =... more »
|
|
Connect to MySQL database
This may seem REALLY obvious, but I am a beginner at MySQL and I have just created a new database in phpmyadmin. I have now opened up the mysql... more »
|
|
Backing up MySQL with PHPadmin
Hi All!
I'm really stumped to resort to posting a question online - and thank heavens for that! I learned it all from folks like you (gosh I sound... more »
|
|
Asking what datatype should I used?
Hello World!
I am currently working on a field that contains 'Prices'
I declared its datatype as double, Length=7 and Decimals=2and it works fine... more »
|
|
Building MySQL on WinXP
I am using WinXP.I am trying to build MYSQL from source.
I am using Visual C++ 2008.
Can anybody help me out? more »
|
|
Format the auto_increment
Hello World
How to format the auto increment in mysql? Something like
000001
000002
000003
.
.
. more »
|
|
#1030 - Got error 28 from storage engine
I got this error #1030 - Got error 28 from storage engine when i'm trying to access any table from my database.........or also when i'm trying to... more »
|
|
#1030 - Got error 28 from storage engine
I got this error #1030 - Got error 28 from storage engine when i'm trying to access in table in my database.........or when i'm trying to edit... more »
|
|
How to retrieve comings birth days
Dear Strange Friends,
I need to fetch birth date (in dd-mm format) in ascending order start from current date(dd-mm format), But i am unable to... more »
|
|
Error in Selection MySQL client ran out of memory
Hi
i got an error while my site gets loaded
Warning: mysql_query() : Unable to save result set in /path../includes/mysql.class.php on line 39
Error... more »
|
|
problem with create table
Hi,
In my phpmyadmin i logged with username and password.And create a new database.Thenafter i created the table and click on go button it gives... more »
|
|
Procedure: error -1?
1 Reply |
Posted by: AdamGr
| Last post by amitpatel66, 4 days ago
This must be a pretty newbie mistake, but I'm still flummoxed by it. I created a very simple procedure:
create procedure deleteAll ()
begin
delete... more »
|
|
Connecting to MySQL over a network? How?
What I actually really want to do is to access my MySQL database running on Linux from C# programs running on Windows on the same network.
As a... more »
|
|
MYSQL: Return any value on missing row.
Hi Guys,
I'm having problems returning a set of rows. What I have is two tables,
one to store properties and another storing the images (image... more »
|
|
Normalization
I'm new to MySQL language and my question is what is the idea of Normalization when i enter the data twice in the table but with foreign key... more »
|
|
how to find maximum occurences of distinct value?
Say we have a couple of tables like so:
Departments_to_Employees
department_id
employee_id
Employee
employee_id
I want to find how many employees... more »
|
|
using wildcard character in query
i created a list box and text box with a command button below
the txt box is used to find info in the list box . i created a sql stament that does... more »
|
|
Sort with GROUP BY, HAVING
Hi
I've got the following table:
id id_items id_fc nombre cantidad unidad precio moneda
1 1 0 Prod1 9612 unidad 152 dolar
21 1 1 prod3 150 NULL... more »
|
|
Formatted number column cannot be sorted by number
This is again from the dynamic reporting module i'm building.
Columns come in and are built based on XML doc and the HTML (smarty template) does... more »
|
|
Enter life-time rule for rows in a table
I'm gonna keep track of all uniqe visitor on a web page and therefore I need to store all visitors IP-number. Each IP-number is only counted as a... more »
|
|
Advantages of JOIN
Hello,
Does avoiding multiple queries the only advantage of JOIN ? more »
|
|
3 table join
Hi,
I've got 3 tables:
1.) book: BookID, Title
2.) bookcomment: BookCommentID, BookID, ContactID, Comment
3.) responsibilitylog: ResponsibilityID,... more »
|
|
Multi Query Issue
I have 3 tables I need to get data from. Which as fields I need from each.
opencases_daily - Assigned_To, Prov_Group
tsms - Group, Name
prov_groups... more »
|
|