| Thread | Last Post | Replies |
|
| Password database and table. | 29 Sep 2006 12:06 GMT | 3 |
How to set a password for database and tables?
|
| Select statement. | 28 Sep 2006 11:30 GMT | 5 |
I have a table: Table name : Student.dbf Field : StudCode Values for StudCode:
|
| Timestamp | 27 Sep 2006 09:20 GMT | 1 |
Is there a timestamp at VFP database?
|
| Relationship | 26 Sep 2006 15:29 GMT | 3 |
What is the advatages for setting relationship between tables at database designer? Is it to make the Select Sql statement much more faster?
|
| Query Question. | 26 Sep 2006 08:18 GMT | 1 |
I need some help on a query I'm trying to run. I am working with an employee table. When a change is made to an employee, for example a pay rate change, the software adds a new record in the table instead of changing the existing record. ???. So here's my query question.
|
| Help needed SQL | 25 Sep 2006 13:46 GMT | 2 |
I have following tables with the structures and sample data 1. Accounts.dbf ============= AcctId, AcctName, CntBalance AcctType
|
| ADO and FoxPro | 23 Sep 2006 11:29 GMT | 2 |
Hello everybody. I have and app (VC++ 6.00) and it uses FoxPro tables with ADO, I'm triying to modify date-time fields but ADO gives me the error: "Data type mismatch" My SQL statement is:
|
| Query Problem | 19 Sep 2006 16:08 GMT | 2 |
I need some clarification with VFP. I run the following query: SELECT jobcode,deptid,jobname,clinical FROM jobimport
|
| Foxpro through ADO only returning one column. | 16 Sep 2006 11:59 GMT | 4 |
I'm accessing a foxpro table in ASP via ADO unfortunatly i'm having a bit of an issue. I have a very simple SQL statment thats returning only one column, strange becouse i'm selecting three. The problem is in how i'm using the subselect, but it runs quite well in foxpro6 IDE (latest
|
| can VFP run a .bat file | 14 Sep 2006 09:17 GMT | 11 |
I have a .bat file to copy files from my local hard drive over to our server. Is there a way to tell foxpro to run this batch file for me? I've tried running the ms-dos commands form within foxpro but the copy is extremely slow for these large files. It takes about 10 minutes to
|
| Need to do more then 10 Joins | 13 Sep 2006 02:42 GMT | 9 |
I have to do more than 10 joins in a query but the Windows ODBC driver returns an error. So I tried to use a subselect like: SELECT field1 FROM (SELECT field as field1 FROM table)
|
| Ask for a query | 11 Sep 2006 10:14 GMT | 11 |
I've got two tables, named Order and Customer. I want a query that let me see during a period per month wich customer bought something for the first time. Table Order contain a field Customer_ID and OrderDate
|
| ad hoc queries in VFP executable | 08 Sep 2006 00:19 GMT | 2 |
Does anyone have an easy way to give experienced users a “MODI QUERY” type capability inside of an executable without programmatically building it from scratch? We have a client that is experienced in FoxPro and knows how to create queries using MODI QUERY from the command box. ...
|
| Date comparison not working | 07 Sep 2006 22:37 GMT | 4 |
Here is a sample of data from the purchases table of my database: purchaseid , customerid , trackid , date , available , invoice 32 7 CGA001M 8/23/2006 0 41 33 6 CGA001M 8/25/2006 0 42
|