Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / FoxPro / SQL Queries / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL Creating Composite Key30 Jul 2005 19:46 GMT8
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 error29 Jul 2005 16:00 GMT2
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 AfterRowColChange29 Jul 2005 15:55 GMT10
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 queries27 Jul 2005 22:58 GMT3
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 table24 Jul 2005 11:14 GMT4
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 address22 Jul 2005 18:36 GMT1
here's two tabkes:-
a.dbf
id char(11) PK
address char(120)
Problem with RUSHMORE22 Jul 2005 09:50 GMT1
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 GMT3
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 table11 Jul 2005 18:13 GMT1
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 GMT3
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 VFP01 Jul 2005 22:50 GMT5
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,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.