I've installed ODBC driver 35 in WinNT Workstation and there're driver odbc linked to solid database in a linux machine.
I'm developing an application with php and ODBC function (odbc_<function>).
I've created a simple page that it shows a select box with the tables of solid 3.5 database.
When I launch I see the tables name have a problem: if a table name has 5 character and next table name has 2, this takes last 2 character from previous...
es.:
<select>
<option>tblplayers
<option>tblrolesgame
<option>tblstatisticsgame
<option>tblscore ticsgame
<option>tblmonsters sgame
<option>tblmore ers sgame
</select>
I think there's a problem with driver ODBC 35 for windows (downloaded from www.solidtech.com) or with php 4.0.6 (downloaded from www.php.net)
Someone can help me?