| Thread | Last Post | Replies |
|
| SQL Creating Composite Key | 30 Jul 2005 19:46 GMT | 8 |
I would like to know the SQL syntax for creating a composite key in VFP 9. The documentation seems to indicate that this is possible but I cannot decipher the diagram provided. Let's say that I have 3 fields: X Y & Z. I would like to make a composite
|
| handaling error | 29 Jul 2005 16:00 GMT | 2 |
i have done error handling like PARAMETER merror, mess, mess1 cMessageTitle = 'Megasys Software' cMessageText = 'Error no: '+ LTRIM(STR(merror))+' Desc: ' + mess+ ' Error:
|
| strange behavior of SELECT in AfterRowColChange | 29 Jul 2005 15:55 GMT | 10 |
The Select statement in the AfterRowColChange method below does not behave as I expected it. The WAIT WINDOW statement gives the right data from disk whereas the SELECT statement seems to read the data from somewhere else. Any hint would be appreciated
|
| SQL server and case sensitive queries | 27 Jul 2005 22:58 GMT | 3 |
I want to thank all the people who gave me ideas on how to accomplish a case sensitive query on a Microsoft SQL server. After building a remote view, I was getting all kind of results even if I marked the Case checkmark in the Filter panel of the view designer.
|
| sql command from the table | 24 Jul 2005 11:14 GMT | 4 |
here is a table (abc.dbf): id char(7), title char(250), item_tyep char(1) id title item_type 0011 good or bad 1 0011 good or fish 1
|
| how to match the address | 22 Jul 2005 18:36 GMT | 1 |
here's two tabkes:- a.dbf id char(11) PK address char(120)
|
| Problem with RUSHMORE | 22 Jul 2005 09:50 GMT | 1 |
FA2 is a table in DBC with index - type REGULAR expression fas+STR(fan,10)+str(far,3) LOCAL cmemvar =SYS(3054,11,"cmemvar") lcKey=vfas+str(vfan,10)
|
| how to male a remote view case sensitive ? | 13 Jul 2005 15:57 GMT | 3 |
Dear friends, I am creating a remote view in the view designer. I have one simple condition: myfield = 'myvalue'. Whether or not I mark the "Case" box to the right of the "Example" box, I am
|
| how do I update fileds based on other records in same table | 11 Jul 2005 18:13 GMT | 1 |
I am using VFP 8.0. How do I update error field in my table depends on criteria match on other records in same table with UPDATE-SQL? Here is exaample GrpId EmpId EmpRole Error
|
| select using user inputted date. | 04 Jul 2005 08:39 GMT | 3 |
How do I write a query that uses a date from a textbox? Tstart="01/06/2005" USE u:\issues SHARED SELECT * FROM issues WHERE issues.date>={^Tstart} doesn't work.
|
| Query not working... New to VFP | 01 Jul 2005 22:50 GMT | 5 |
I am an Access programmer and am very new VFP 9.0. I have a query that works GREAT in Access but not VFP. Can someone help please? Access SQL- SELECT JobListAll.Job, JobListAll.Description, JobListAll.Address_1,
|