Feeds:
Posts
Comments

Archive for the ‘php’ Category

Building SQL Queries in CodeCharge

This will be my first post regarding an I.T. related topic. Great thing about it is that it’s what I am into . For those who are into CodeCharge and SQL and PHP, the following will be very useful:
$sql = CCBuildSQL($componentObj->ds->SQL, $componentObj->ds->Where, $componentObj->ds->Order);
It took me a while to realize that there is the existence [...]

Read Full Post »