| Thread | Last Post | Replies |
|
| Save Memo Field | 29 Apr 2006 21:18 GMT | 1 |
There is an error when I save memo field from a edit box using Update / Insert command. What is the problem?
|
| RecordSet | 29 Apr 2006 19:59 GMT | 3 |
How to retrieve the data from RecordSet to cursor in VFP9? Since i wish to browse the data. Thank!
|
| Update command | 29 Apr 2006 19:39 GMT | 1 |
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 field | 29 Apr 2006 03:13 GMT | 1 |
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;
|
| SQLEXEC | 27 Apr 2006 13:52 GMT | 9 |
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 Question | 21 Apr 2006 15:50 GMT | 3 |
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 reference | 21 Apr 2006 00:13 GMT | 4 |
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 GMT | 1 |
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 file | 12 Apr 2006 16:53 GMT | 1 |
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. view | 11 Apr 2006 09:37 GMT | 4 |
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 GMT | 7 |
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 table | 04 Apr 2006 18:18 GMT | 3 |
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 query | 01 Apr 2006 14:34 GMT | 3 |
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 "
|