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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to count all records in MySQL table?24 Feb 2005 21:48 GMT4
I try to put the total number of records in my MySQL table into a
variable.
Something like
public recs
sql ntext field22 Feb 2005 21:07 GMT4
I am using fox to connect to a remote sql database. When I populate the one
field with is an ntext field type the information gets cut off at 420
characters. Is there a reason or a solution to this?
Newbie SQL Left Outer Join21 Feb 2005 13:30 GMT2
I want to select all records out of MyReference and
only those records from MyList that match
SELECT R.Name, M.Item
FROM MyReference R LEFT OUTER JOIN MyList M
Compound index and unique19 Feb 2005 18:16 GMT3
Having a problem getting a unique item and a min date for that object.
Any suggestions.  I have a cursor with a number of items (repeat
several times with different dates.  Need to be able to get a list of
item so the only appear once and have the earliest date.  I'm at a
MySql through ODBC driver problem14 Feb 2005 20:45 GMT5
I need to connect to a table in MySql through ODBC driver
No problem in the connection designer, when I try to create a remote view in
the View Designer I got an error when I add any tables and the error is that
VFP switch the name of the database with the name of the login user
special character in SQL field names14 Feb 2005 00:15 GMT2
How do I read a field that has [ it's name.
See custaddr.addr[1] below.
Example
sql = "SELECT co.[co-num] as conum, custaddr.addr[1]  ,"
Hard SQL12 Feb 2005 11:20 GMT1
This SQL returns to me the last 10 records in a table, order by Id field
       SELECT * FROM MyTable WHERE Id IN ( SELECT TOP 10 Id FROM Table
ORDER BY Id DESC) ORDER BY Id
But i need to get a similar result based in two o more id Fields
Retrieving SPROC return value using SPT10 Feb 2005 05:32 GMT7
How can I retrieve a return value from a MSSQL server sproc using SPT?
For instance, returning an @@IDENTITY.
Thks & brgds,
andy
datetime to date?10 Feb 2005 05:00 GMT3
When I send a query 'SELECT somedatecolumn FROM....' I got resultset
containing datetime. It's ok because it is a datetime field (or
smalldatetime) but it is a little frustrating because I'm interested only in
date. Is it possible to get only a date, without the time? My previous ...
How to add a new colomn in Access Table using VFP808 Feb 2005 16:48 GMT1
I am working on Access 97 Database and need to add a new coloumn in one of
the tables existing in access database. I dont have copy of Access 97.
Please guide me if there is any way to add a new coloumn or if there is any
way to change the structure of tables in Access using VFP8.
How I do this Update08 Feb 2005 14:05 GMT1
Hi I need to do this update:
table t1 : c1 , c3
table t2 : c1 , c2
t1.c1 = t2.c1
SQL Passthru- Insert and Update06 Feb 2005 10:01 GMT7
I am using SQL Passthru to update a free table, I create the DSN name under
system DSN.
STORE SQLCONNECT('SystemDSN', '', '') TO gnConnHandle
IF gnConnHandle <= 0
Transactions and updating two or more MS SQL servers02 Feb 2005 20:01 GMT2
I have an VFP 6 application that is performing data writes to two seperate
MS SQL 2000 servers.
I have a connection set up in the VFP application for each server, meaning I
have two SQL connection handles.
 
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.