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 / March 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
I am getting "COMMAND CONTAINS UNRECOGNIZED PHRAZE/KEYWORD"29 Mar 2005 16:53 GMT5
Why am I getting "COMMAND CONTAINS URECOGNIZED PHRAZE/KEYWORD" from the
following line.
=CURSORSETPROP("UpdateNameList", "custid Acincust.CUSTID, name
Acincust.NAME, fname Acincust.FNAME, company Acincust.COMPANY, ;
Problem with Minimum and dates26 Mar 2005 13:29 GMT6
I am working on query to do the following:
Find the First day a customer purchased something and then sum the
invoices for the next 12 months after the first purchase date.
Select CustNumber, MIN(Salesdate) as First_sale, SUM(invoices) AS Total
SQLPASSTHROUGH UPDATE25 Mar 2005 22:51 GMT4
I have the following scenario
SQL Server with 2 DB,  DB_one  and DB_two
DB_one as Table1, table2, table3
DB_two as NEWtable1, newTable2
ODBC Update25 Mar 2005 22:46 GMT5
I created a DSN for the VFP free table.
When I 1st queries the table, using SQL Pass thru it work correctly.
Then I use use under VFP environment  and change the table content and
queries the tables use the SQL Pass Thru.
GroupBy Clause Error25 Mar 2005 14:45 GMT8
I'm using VFP 9 and keep getting a Group By clause is missing or invalid
error on the below SQL;
SELECT Payroll.paydate, Payroll.job_no, Jobs.job_desc,;
 SUM(Payroll.gross+Payroll.bonus) AS gross,;
Works in VFP6 but not in VFP 823 Mar 2005 18:56 GMT8
The following sql statement works fine in foxpro 2.0 for DOS and VFP 6 but
when executed in vfp 8 we get an error that group by clause is missing or
invalid.
Sele artrans.customer As acct,customer.Name,customer.city, artrans.Product,
VFP Newbie Question23 Mar 2005 00:18 GMT6
I have a character value coming in (1,2,4,5) and I want to parse it by comma
deliminter and then put into a SQL statement WHERE clause.  For example, I
want the SQL WHERE Clause to look like this:
WHERE table1.finum = '1' AND table1.finum = '2' AND table1.finum = '4' AND
Trying to Find Missing Records19 Mar 2005 14:12 GMT2
The query below displays a total of contributions in the GIVEN table for
each record in the GIVER table, but I want to find records where there is no
record in the GIVEN table that matches up with a record in the GIVER Table.
I want records where the total is ZERO, or more simply ...
String Cnnection07 Mar 2005 15:15 GMT2
I am tryng VFP 9.0 with a remote MS SQL DB.
How can I to write a correct string in order to connect my Cursor Adapter
with a remote MSSQL DB?
I have tryed this:
local views01 Mar 2005 15:05 GMT1
i have a set of tables - 'people', 'addresses' and an intersection table
'peopleaddress' with 3 columns peopleid, addressid and a PK. personid is a
foreign key into people and addressid is a FK into addresses The primary
keys on each table are int(4) autoinc
 
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.