| Thread | Last Post | Replies |
|
| VFP 6.0 Update Query Error ? | 29 May 2004 11:49 GMT | 2 |
When I run following query, error occured. Update Temp Set opbal=(Select sum(Amount) from Invoice) Error: Function name is missing ). Is VFP 6.0 Sql supports sub queries in Update Sql or I am missing something
|
| SQL puzzle | 28 May 2004 23:18 GMT | 3 |
Let's say I run a dating service (I don't but this analogy demonstrates my real problem). Girls A, B, and C are matched up with boys X, Y, and Z and their compatibilities are scored and the table looks like this:
|
| help counting records | 25 May 2004 15:29 GMT | 2 |
I have a dbf that has 260 thousand or so records in it of people. Each person may have only one record or they may have multiple records but all of them are grouped together. I want to, in a "counter" column, put a running counter for each person in the file. In other words, if Joe ...
|
| SQLEXEC Problem And questions | 24 May 2004 22:54 GMT | 1 |
Thanks in advance for your help. I have some questions about the code I am trying to write below. 1. Can you get the SQLEXEC below to go directly to a vfp table like the VFP Select?
|
| Creating views | 24 May 2004 19:30 GMT | 1 |
I'm building five views from a database. Four of the five work fine, but the fifth one generates a recursive macro error 1206. If I shorten the code (bring in fewer fields), the error seems to go away. Strangely, this code was previously part of a larger segment of code and the ...
|
| $ in SQL SELECT | 23 May 2004 01:55 GMT | 9 |
SELECT * from table WHERE ID $ m.cString This works fine in VFP. Can I use $ when selecting data from MS SQL Server 2000? Rolf
|
| DELETE-SQL Statement Help Needed | 19 May 2004 21:11 GMT | 3 |
When I issue this Delete SQL command to remove matching records from one table to another, it only deletes the first matching record. I don't use the Delete SQL command too often and it seems a little limited - but seemed straightforward (keep in mind this table contains over 3 ...
|
| Using fieldname as table name in a loop (HELP) | 17 May 2004 16:45 GMT | 3 |
I need a way to loop through a database field and create new files based on a field name. In the copy to statement, I want to be able to have the new tables name equal to the fieldname. USE tablename
|
| VFP8 SQL-Select Performance Hit? | 14 May 2004 20:44 GMT | 4 |
I have an application that I developed in VFP7 and now needs to be updated. I am considering porting it over to VFP8. As a test I copied all of the source code and data files to a separate folder and after adding the lines to the MAIN.PRG:
|
| select * and group by | 14 May 2004 02:16 GMT | 1 |
Very basic question for a beginner When applying the following I " group by clause missing or invalid" Sekect * from temp1
|
| SQL question | 13 May 2004 15:26 GMT | 2 |
Please help me with this: Table1 Contain: ID Group ----------------------
|
| INSERT INTO | 10 May 2004 17:15 GMT | 2 |
I am new to FoxPro and have only one task that I need to complete. I need to create a query that will insert records from one table into another. I am using VFP8 and have tried the following: INSERT INTO RIGHTSDATA!etti (etti.ticode);
|
| Time portion of datetime field is reset to 0:00:00 after tableupdate | 08 May 2004 02:09 GMT | 1 |
I'm writing a new VFP application that uses ADO to access the database. But I have a problem updating datetime fields. Only the date portion is updated, time is reset to 0:00:00. Hope you can help me out.
|
| Help me, please!! | 07 May 2004 17:04 GMT | 4 |
This frame of code get sintax error. Which is the correct sintax ? SELECT Tipo__CF,; CodiceCF,;
|
| simple sql question | 06 May 2004 14:39 GMT | 5 |
given this table booksread: reader title ------ ----- 001 A
|