| Thread | Last Post | Replies |
|
| Upsizing wizard - VFP 7 to SQL 2000 | 23 Feb 2005 04:12 GMT | 1 |
When trying to upsize a VFP 7 database table to SQL on my web site I get this error: The Upsizing Wizard could not set the SQL Server 7.0 database to proper compatibility level fo upsizing. This worked fine with my last web host but not now. I believe I have
|
| How to specify the CODEPAGE in SELECT SQL | 22 Feb 2005 16:42 GMT | 3 |
Is it possible to specify the codepage for mytable in the statment select * from mytable Thanks in advance
|
| Select from open view using DBF() | 15 Feb 2005 17:06 GMT | 10 |
I am trying to SELECT from an open view using the DBF() function and it errors saying 'table does not exist'. Interestingly enough, when I look for the tmp file name that DBF() returns, I can't find it either. Anyone know what's going on or how to do this?
|
| index on freetable? | 15 Feb 2005 04:29 GMT | 8 |
I have a need to link a freetable to a remote view to get the information we need. I have observed that the downloads of the data from the server is a bit slow. Based on my experience with these type of problems is due to lack of index. As we need to keep this information be ...
|
| MAPISendMail function from FoxPro | 14 Feb 2005 13:58 GMT | 14 |
I'm trying to send E-mail from FoxPro using Simple MAPI directly without any ocx controls. Does anybody have any useful examples how to declare and then call MAPISendMail function? The main problem seems to be that this function has
|
| count records base on what can be seen | 13 Feb 2005 19:31 GMT | 5 |
Hi! is there any other way to count records in a table that can be affected with SET FILTER TO? Reccount() is not affected with SET FILTER TO, it still giving the same figure even what is showing in the grid is different. I need to get only the figures that can be seen in the ...
|
| How to add a new coloumn in Access table thru foxpro 8 | 11 Feb 2005 21:24 GMT | 1 |
I am working on Access 97 Database and need to add a new coloumn in one of the tables existing in access database. I dont have copy of Access 97. Please guide me if there is any way to add a new coloumn or if there is any way to change the structure of tables in Access using VFP8.
|
| Are there any pros and cons using integer vs numeric? | 11 Feb 2005 09:57 GMT | 1 |
I wonder whether I should define a field which will contain value from 0 - 9 as an integer or numeric(1). To save space, it makes sense to make it to be numeric. Also, I wonder whether this issue still exists in VFP 8 SP1 and VFP 9: http://support.microsoft.com/default ...
|
| Is there any advantage using free tables? | 04 Feb 2005 01:27 GMT | 2 |
I wonder whether there are any advantage in terms of functionality using free tables besides they are not linked to a dbc. Thanks.
|
| Help understanding COPY TO when a record is locked by another user... | 02 Feb 2005 22:59 GMT | 7 |
Can someone please tell me what would happen in the following situation in a multi-user environment: User1 is viewing/editing a record in a table called "orders" and has locked the record.
|
| View / Update FoxPro tables without Visual FoxPro 8 ??? | 02 Feb 2005 22:08 GMT | 4 |
Is there any tool that allows users to view and append to a Visual FoxPro 8 table without using Visual FoxPro 8? Thanks, CM
|
| Upgraded to V8 and can't find some options | 02 Feb 2005 18:38 GMT | 4 |
I have just recently upgraded to version 8 from version 6. This is something very basic, but it's driving me crazy not having it and I can't find out where I can go to get this feature. I am trying to find out how in Version 8 I can, when I open a database, see the number of ...
|
| View Designer & MySql ODBC problem | 02 Feb 2005 11:40 GMT | 3 |
I need to connect to a table in MySql through ODBC driver No problem in the connection designer, when I try to create a remote view in the View Designer I got an error when I add any tables and the error is that VFP switch the name of the database with the name of the login user
|