We have an application written in Visual FoxPro that has some components (written in VB) that access the data using the ODBC driver. In doing some testing with Windows Vista RC1 I discovered that the Visual FoxPro ODBC driver (VFPODBC.DLL) is at version 1.0. I tried to update it ...
I recently started to use VFP 9.0. On one particular form I am running, I get output on the screen like "Selected 63 records in 0.01 seconds" followed by a list of the data that was selected. The only difference between this form and the others I am using is that its ...
I have a DBC which access a remote SQL Server 2000 table at regular intervals. Each time the connection is queried and a new record is present in the remote table I get another entry in the DBC (which is deleted). I get a new ObjectID, ParentId, ObjectType etc. - therefore the ...