| Thread | Last Post | Replies |
|
| Reference successive field names in FOR... ENDFOR | 24 Mar 2006 09:17 GMT | 5 |
I have a table with 75 fields imported from Excel. The spreadsheet had 35 columns of zipcodes with a region for each column in the top row. To get it into FoxPro, I transposed the spreadsheet from columns to rows so that my first field is the region name and all the related ...
|
| missing data/records in group by | 23 Mar 2006 22:05 GMT | 1 |
urgent help needed.... I am using VFP9, enginebehavior 70 with this query: set unique off SELECT billarchive.name, ;
|
| Stored proc error from a cursor within a cursor | 13 Mar 2006 20:41 GMT | 1 |
Hello, I get the error : "Cursorfetch: The number of variables declared in the INTO list must match that of selected columns." when I run the below cursor:
|
| Get records with most recent date | 12 Mar 2006 14:04 GMT | 3 |
I have a table: rec_id, data_id, date, some_data rec_id is primary key, data_id is foreign key, date is datetime type and some_data is something like description.
|
| Linking to FoxPro files from SQL Server | 10 Mar 2006 18:28 GMT | 1 |
We are fairly new to SQL Server and and hope someone can help us. From SQL Server we need to link to FoxPro tables in the accounting (SBT) system. We started to setup a Linked Server but didnt get very far. For example if we wanted to link to a FoxPro Product table called PROD we ...
|