Categories > TinyButStrong general >

Can TBS do this?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Mankiy
Date: 2003-08-23
Time: 01:04

Can TBS do this?

$sql = mysql-query("SELECT something, done FROM tbl1, tbl2 WHERE tbl1.something = tbl2.done");

Does TBS support that?
By: Skrol29
Date: 2003-08-24
Time: 21:20

Re: Can TBS do this?

Hello Mankiy,

Its seems to be a valid MySQL query ; if the mysql_query() function returns a valid recordset identifier then it will be accepted by the TBS's MergeBlock() function. If it return false, you can have a TBS error message about a bad ressource type.