Hey,
I wanted to find out if any of you know the odbc equivalent to mysql_query
I'm using a Microsoft Access DB and need to insert values into a table
ex....
mysql_query("insert into cart(cookieId, MaterialListID, qty) values('" . GetCartId() . "', $MaterialListID, $qty)");