| Thread | Last Post | Replies |
|
| Save numeric and date value | 27 Apr 2006 03:36 GMT | 4 |
Is it possible to save numeric and date value to vfp table through SQLEXEC and SQLStringConnect command?
|
| How to Updating Master file from one - to -many form | 15 Apr 2006 14:46 GMT | 1 |
Dear Friends I have a product master file which will be be update when i issued/delete item from the one-to-amy form ie. ( invoice file) but before updating i want lock to that record.
|
| Windows XP 64 bit & ODBC Tables Visual FoxPro | 13 Apr 2006 15:18 GMT | 3 |
Windows XP 64 bit & ODBC Tables Visual FoxPro Standard ODBC driver for FoxPro named vfpodbc.dll do not work under Windows XP 64 bit English version Any suggestions
|
| Save ' | 12 Apr 2006 05:47 GMT | 1 |
str = "Length 5.5' x 5.8'" Cannot save str variable to SQL server database through SQLEXEC() I know the problem is caused by ', what should I do? Thank!
|
| SQLEXEC | 11 Apr 2006 16:46 GMT | 1 |
Cannot save memo field to fox pro database through SQLEXEC() What is the problem?
|
| move from vfp6 to vfp9 | 10 Apr 2006 15:11 GMT | 1 |
SQLEngineBehaviour is working only for v8&7 or for 6 as well? what do we have to be carefull from? Regards George Malekkos
|
| Index order problem | 09 Apr 2006 19:19 GMT | 6 |
I created an index on a character type field C(80). The problem is that not all the values are sorted corectly. Fo example 'check-list' is sorted after the word 'humor' then after 'check-list' there is a word 'chunk' then 'IAC'. I don't understand and I recreated the index many ...
|
| indexing | 09 Apr 2006 19:12 GMT | 5 |
Select * from table1 into cursor cc is there a way to transfer the index of table1 to cc. actually I can create cc with create cursor CC1 and than
|