Re: SQL and Yahoo IM

2004-05-03 Thread Sime
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

Re: storing .tar files in mysql

2003-12-13 Thread Sime
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

Re: Updat not Updating

2003-03-15 Thread Sime
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