Terabithia
Programmer
I have a need to change the data type on specific fields when i open a Visual Foxpro DB in Visual Basic. I am using the following select string format:
select distinct cast(numeric_field as Char(30)),another_field from database_table
This errors out as unrecognized Visual Foxpro, where am I going wrong please?
select distinct cast(numeric_field as Char(30)),another_field from database_table
This errors out as unrecognized Visual Foxpro, where am I going wrong please?