Dave Shariff Yadallee wrote:
I am trying to set up a chem structures table.

column 1 is the key, column 2 is the description, column 3 is the structure
which is a blob.

In PHP the first 2 columns comes out as text as expected, but the
3rd I am trying to tell PHP please ignore this initially since
this is a blob.

I suggest you don't discuss this 3rd column with PHP at all...? ;)

$res = mysql_query("select col1,col2 from table");

Should I be using 1 or 2 tables?

There is no reason to use two tables to solve this problem. There could be other reasons why you should use two tables.


--
Roger



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to