mirthell- I think you're right. I am using Visual Foxpro 6.0, and it seems that there is very little functionality that its ODBC driver does support beyond simple SELECT, DELETE and UPDATE queries.
My problem arose because I needed to get the length of every single field in a foxpro dbf file...
Hi!
I am having a problem getting the length of data fields using ODBC. I am simply trying to count the number of occurrences of a specified number of characters within a column. So far I have been using:
SELECT COUNT(*) FROM mydb WHERE len({ fn CONVERT(TESTNUM, SQL_VARCHAR} )) = 5
So I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.