| Thread | Last Post | Replies |
|
| Multi-User Access of DBC | 31 Jul 2004 08:34 GMT | 2 |
I am unable to access the same DBC from w different computers at the same time. I set EXCLUSIVE = OFF in my main startup form and made sure the tables that are accessed are not being accessed with the EXCLUSIVE parameter, yet I get
|
| A Query | 27 Jul 2004 09:03 GMT | 7 |
OK I need this query designed.... Students 1234 Joe Blow Courses
|
| Paths - Running EXE Local vs Across Network, incorrect tables being opened! | 26 Jul 2004 20:34 GMT | 5 |
Our program is multi-user across a network. The program is installed on the server and the workstations access the EXE via desktop shortcuts on their PCs. They run the EXE from the server and not locally. I wanted to experiment with actually having each workstation run their own ...
|
| Transaction file | 20 Jul 2004 21:50 GMT | 1 |
Does someone have a good generic routine for creating a transaction file? I have a master table and a work table i want to track any changes made to the master table.
|
| ODBC tables and cursors | 15 Jul 2004 21:42 GMT | 4 |
I'm having some problems creating tables and cursors programmatically. There are a couple things I'm not understanding with the process but I'm not sure what they are. I am connecting to a foxpro database through ODBC in an ASP page.
|
| Which is better Table or Cursor | 15 Jul 2004 05:53 GMT | 2 |
Which is better Table or Cursor? Thanks!
|
| Index corruption | 12 Jul 2004 15:56 GMT | 3 |
I have a VFP 6.0 distributed application where users have encountered a problem where they receive an error message stating that the "Index does not match the table, delete the index" etc. I believe it stems from users crashing out of the application. In the
|
| converting a .dbt memo file to .fpt | 09 Jul 2004 19:20 GMT | 3 |
Can anyone tell me how to convert a .dbt memo file to an .fpt programmatically? On a daily basis I need to use data from dbase III tables. I cannot convert the tables permanently b/c they are used by an app, so I plan to copy the table and convert it a table I can use
|
| When to use SQL DELETE then INSERT | 09 Jul 2004 03:10 GMT | 4 |
There must be a good reason somewhere why you'd want to use DELETE then INSERT rather than UPDATE when updating records in a view, but I don't know what it is. Can someone enlighten me?
|
| add a blank value to a combo box with row source type = alias | 08 Jul 2004 20:49 GMT | 1 |
I have a combo box which will display the existing contacts from the addressbook. So, all i did was set the row source to this table (alias - after opening it).
|
| Disallowing duplicate entries into a database | 07 Jul 2004 09:31 GMT | 8 |
I have a problem, which isn't helped by the fact that i'm new to this, with dupicate entries in a DB. I'm writing a program to Read XML data and store it in a database table. I have the prog reading the data but i also want it to detect if a row is a duplicate and not include it if ...
|
| vfp + sql server | 02 Jul 2004 14:24 GMT | 8 |
I need some advice. I was told vfp is 'file' based database and therefore not suitable for multi-user environment(more than 3 users) becasue of the way foxpro handles the concurrency problem. If two users update the same table at the same time, foxpro will only accept
|