| Thread | Last Post | Replies |
|
| Concurrently access data | 30 Sep 2003 14:01 GMT | 2 |
Hi, I want to know, wich is the VFP 8.0 capacity to acept users in a network in concurrently way?, I need to access a VFP Database and tables with 50 users at least. Best Regards,
|
| forpro cursor and recordset? | 29 Sep 2003 19:23 GMT | 2 |
I find that foxpro programming use cursor extensively. I want to change the coding to the normal database programming using delphi. What should i do for it? what cursor can do is it possible implement by the recordset
|
| How to print content of memo field in straight line? | 29 Sep 2003 15:35 GMT | 1 |
I have users entering part number in the memo field as follows: 12345-666 222222dfd dkdkdk0099
|
| STORED PROCEDURE DESTROY THE DB!!! | 28 Sep 2003 23:34 GMT | 1 |
Hi, I have a problem with the Stored Procedure in VFP 8.0: I defined a procedure to protect the open of a table in my Database; if I try to Validate Database without the password, the error apear later that the Database is not
|
| using Access with ODBC on VFP | 27 Sep 2003 17:25 GMT | 1 |
I have a series of *.dbf files which I are created by a VFP written accounts package and I am trying to read one of them with Access in order to get at data I know is there that the package will not report on.
|
| How to update the database and tables structure already in production? | 27 Sep 2003 14:39 GMT | 3 |
I need to update the vfp database in production with changes made in the development environment. Which is the most advisable form of making it? Thanks in advance,
|
| Hidding passwords with ODBC connections in VFP8 | 26 Sep 2003 03:51 GMT | 1 |
Background - Using Remote Views to acces SQL Server 7 with VFP8. My application runs with an external ".dbc" file. I use an ODBC System DSN with no password. My SQL Database is secured from access by passwords on all users.
|
| Microsoft OLE DB Provider for Visual FoxPro 8.0 | 26 Sep 2003 01:27 GMT | 10 |
Microsoft OLE DB Provider for Visual FoxPro 8.0 The Visual FoxPro OLE DB Provider (VfpOleDB.dll) exposes OLE DB interfaces that you can use to access Visual FoxPro databases and tables from other programming languages and applications. The Visual FoxPro OLE DB Provider is
|
| Export DBF to XLS | 23 Sep 2003 21:24 GMT | 9 |
I have table Test.DBF with 17732 records When I try to export this table to MS Excel 5.0 (XLS) file I get just 16384 records exported ( 2^14). When I tried to link MS Access table to TEST.DBF table I san see 16834
|
| How to extract --x from "abcdefgh--x" ? | 22 Sep 2003 00:57 GMT | 4 |
Above is the part number. I want to extract only those part number which has '--x' or '--y' at the end. I would appreciate if someone please help. Thanks.
|
| Help Needed Modi Procs Programatically | 19 Sep 2003 21:37 GMT | 2 |
Need some help getting over this hurdle: I need to programatically open a prg for editing from an Edit Button on a form. But when I do, it hides behind the form.
|
| IE Update, correct the "cannot access the selected table" in win98 | 19 Sep 2003 15:04 GMT | 1 |
At least!!!, today I updated the windows 98 (Internet Explorer Update), and the problems with 'cannot access the selected table' disapear. I was very worry, but now the problem is correct.
|
| PACK DATABASE | 19 Sep 2003 13:57 GMT | 5 |
Hi, I made a PACK DATABASE, but later I revised the table and the records deleted marks still appear. I made this: CLOSE DATABASES
|
| tables in VFP 6 and VFP8 | 18 Sep 2003 03:02 GMT | 2 |
I have a table created in VFP 6.0 (from Visual Studio 6.0). I entered records in it. Then, I tried to open it on other computer where is running VFP 8.0. I received an error message saying:
|
| Stored Procedures | 17 Sep 2003 11:32 GMT | 4 |
Using VFP 6.0 Does anyone have or know of any useful articles dealing with Adding/Editing DBC based Stored Procs in VFP 6.0? Here's what I want to do. (I'm a little green with SProcs)
|