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 / April 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Save Memo Field29 Apr 2006 21:18 GMT1
There is an error when I save memo field from a edit box using Update /
Insert command.
What is the problem?
RecordSet29 Apr 2006 19:59 GMT3
How to retrieve the data from RecordSet to cursor in VFP9?
Since i wish to browse the data.
Thank!
Update command29 Apr 2006 19:39 GMT1
There is an error Alias 'txtStudentCode' is not found when I run this Sql
statement, what is the problem?
Update Student Set StudentCode = thisform.txtStudentCode.Value,;
                               StudentName = thisform.txtStudentName.Value;
Save memo field29 Apr 2006 03:13 GMT1
There is an error Alias 'txtStudentCode' is not found when I run this Sql
statement, what is the problem?
Update Student Set StudentCode = thisform.txtStudentCode.Value,;
                               StudentName = thisform.txtStudentName.Value;
SQLEXEC27 Apr 2006 13:52 GMT9
There is an error when i issue this command:
SQLEXEC(hConn,"select top 1 StudentCode from (select distinct StudentCode
from Payment)Payment order by StudentCode")
But no problem with this command:
Remote View to SQL Server Question21 Apr 2006 15:50 GMT3
I'm working at a client site where they have FoxPro front end to SQL Server
back end.
Parametized remote views are being used to get subsets of single tables. One
client record. All the orders for that client, for this year, and so forth.
ODBC parameters by reference21 Apr 2006 00:13 GMT4
The following code works in VFP5 and VFP8
  nresult=sqlexec(ogx.odbm.connectionhandle,;
"{CALL
csauth.logon('&cuser.','&cpasswrd.','"+cosuser+"',NULL,'"+chost+"','GX.EXE
Is there a utility to find bad data?19 Apr 2006 00:50 GMT1
Is there a good utility to find records that have data in certain fields that
do not match the field specification?
Example: Field name xyz defines as Decimal 5,2 but actuall has data in it
that looks like 1234.
converting foxpro table to txt file12 Apr 2006 16:53 GMT1
I like to know what exact command I should use to copy the data from a
fox pro table to a text file. If I open the text file , each column
length should exactly match to each field length of the table even
though some fields have no data. If the field has no data, it should
How to get two values from a modal form for para. view11 Apr 2006 09:37 GMT4
dear friends
i have a param. view like
create view vfile as select * from tran where tran.date="?ffromdate","?todate"
Now if i issued command
When selecting from foxpro database wrong number of rows returned.08 Apr 2006 18:49 GMT7
I was given a foxpro database (file structure) and asked to write a
report. From the foxpro interface I found the appropriate table and a
wizard of such to create the SQL statement. After running the query I
returned 1666 rows. I copied the query and ran it in VB using ADO and
Creating a View linked to a VFP table04 Apr 2006 18:18 GMT3
I have a SQL database and I need to link to a VFP table.  I have been told
that a view is what I am needing.
Can someone lead me in the right direction of creating and using a view to a
VFP table?
how to return value from VFP query01 Apr 2006 14:34 GMT3
i want to do this :
have a object "text1" and i wont the returned value from query to show
in "text1"
rmobile = "select mobile FROM client WHERE cnumber = combo1.value "
 
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.