| Thread | Last Post | Replies |
|
| How many users | 28 Sep 2004 13:51 GMT | 1 |
How many users could use tha foxpro vers 6 database in same time? insert/modify or vewing in same time? regards Antonio
|
| 'set exclusive of'f doesn't work | 24 Sep 2004 11:27 GMT | 1 |
I am running VFP 8.1 and a separate application called InTouch that accesses my VFP database across the network via ODBC. I open the VFP database with the command: ResultCode=SQLConnect(ConnectionID,"Provider=vfpoledb.1;Data
|
| mysql problem... | 21 Sep 2004 10:57 GMT | 4 |
i made a remote views from mysql when i open this it takes long time and show a windows on d top "Executing remote... Press esc to cancel".. what is this problem..
|
| Update one table from another | 20 Sep 2004 05:35 GMT | 3 |
I am trying to exeucte sql thru VFP Oledb driver. I am trying to update 2 fields in a foxpro table with values from an unrelated table. I have tried the following SQL without success. I get 'command contains unrecognized phrase/keyword' errors.
|
| SQL SELECT with Dirty Data | 20 Sep 2004 01:12 GMT | 2 |
I used the SELECT SQL statement on a buffered table with uncommited data changes, the SELECT SQL return always the original data before the changes, is there anyway that I can read the dirty data like the SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in Transact-SQL?
|
| Why character instead of numerics? | 17 Sep 2004 19:38 GMT | 6 |
If is create a numeric field in a table and then browse the table (VFP 8.1) it shows up right-justified in the column and is understood by VFP to be a numeric (not numeric digits in a character string that looks like a number). However, if I decode a character string that is ...
|
| accessing fox database from c# .net app | 13 Sep 2004 00:20 GMT | 1 |
i'm developing a database app with c#, and i have to use fox database (.dbc file) (all of the data is in that database and some programs have to coexist with the new app, so fox database is the only solution). i am using oledbdataadapter object (part of ado.net) to access the data ...
|
| sql - question | 08 Sep 2004 15:25 GMT | 4 |
I have a table which contains multiple records client code wise. Apart from the client code field there are other 4 fileds which stores different rates respectively. For a client code multiple records with respective rates exists.
|
| duplicates but different case | 07 Sep 2004 21:53 GMT | 7 |
Hi Friends This must be good one.I have duplicate data like 123x 123X
|
| Stored Procedure in VFP | 07 Sep 2004 07:17 GMT | 1 |
I am writing Stored Procedures in VFP - they all seem to go into the same file by default (I'm more used to Microsoft SQL Server where you can name and store each Stored Procedure individually). My VFP 8.0 Stored Procedures all work fine, but I'd like the global routines
|
| vfp commands vs sql queries | 06 Sep 2004 18:45 GMT | 7 |
Hi friends I am sql server developer and am current working on foxpro 8. When ever I want to work with foxpro data I tend use sql queries instead of foxpro native commands.
|