Shantanu Oak wrote:
Hi,
I am using phpMyAdmin for last several years. I don't
like it's "framed" design.
Recently I read that I can query the database using my
Yahoo IM.
http://www.duncanlamb.com/sdba/?Projects/SQL+Admin
I wonder if this software really works. Has anyone
tried it before?
What type
Chris Nolan wrote:
> Personally, I would have to disagree. I have just completed a
> year-long
> uni project whereby we built some software that stored massive images
> in InnoDB tables. We found that the performance was (at very worst)
> comparable to the alternative method.
>
> Additionally, this
Andrew wrote:
> can you explain how I would do this tracking?
>
> My code looks exactly like this:
>
> mysql_connect("$DBHost","$DBUser","$DBPass");
> mysql("$DBName","UPDATE items
> SET ItemSKU='$ItemSKU',
> ItemName='$ItemName',
> ItemDescription='$ItemDescription',
> PostCode='$PostCode',
> Cate