Hi everybody,
I am connecting via ODBC and sqlstringconnect to a MySQL server. Let's
assum I have a numeric field named my_id with length 3 defined in the
MySQL table "test_table". After connecting and doing a SQLExec "select
my_id from test_table" the resulting FoxPro table will have a field
length of 11 for the field my_id. That causes problems when displaying
the no in a combo box. What's wrong here?
Thanks for your help
Andi