| Thread | Last Post | Replies |
|
| Data in field does not meet field specifications | 30 Jan 2007 11:02 GMT | 11 |
Does anyone know of a utility that will examine every filed in every record and report which records and fields that have data in them that does not conform to the field specifications? This is to prevent other non FoxPro applications from having problems
|
| HOW TO UPDATE PERFORMANCE OF SQL-VIEW (VFP6) | 30 Jan 2007 05:16 GMT | 9 |
Dear friends I am using view to know the stock of products and a products file contained 2000 records. I am passing UDF in view and its gives results but the problem is, its takes
|
| VFP8 -> VFP9 Considerations | 29 Jan 2007 18:08 GMT | 6 |
our company is thinking of recompiling our existing Visual Foxpro 8 application to Visual Foxpro 9. we would like to take advantage of the MS SQL database integration. however, we've been told that while the .dbf databases can be easily
|
| vfp y sql server | 29 Jan 2007 14:02 GMT | 2 |
Algun manual recomendable para bajar ? Difiere mucho el uso de sql server y vfp , entre las versiones 6.0 y 9 de vfp ? Gracias y saludos
|
| query identifying deleted records | 29 Jan 2007 13:34 GMT | 1 |
I have a need to return both active and deleted records in one query, allowing me to identify those records which were marked for deletion in the child table. Sounds simple but it is proving a problem. Thanks in advance
|
| how do NOT bring all the records using Select * from | 28 Jan 2007 15:00 GMT | 2 |
Hi people, this is Guillermo, from Perú. I would like you to give some suggestions about my problem I'm Using DB Postgre + VFP. Initially i thought using a DBC database + remote views, but mi app will not work that way, because i am using
|
| remote view- does it bring all the records to my pc | 27 Jan 2007 13:02 GMT | 2 |
Hello, i am using self made remote views (updateable cursors) i begin my function this way: sqlexec(lc_conexion,"SELECT * FROM mytable","micursor") the question is: Does it bring ALL the records to my pc?
|
| FoxPro to MS SQL | 26 Jan 2007 10:55 GMT | 1 |
I need to Insert some data to MS SQL 2005 from VisualFoxPro. Is it possible? br, bala nemate
|
| Weekly Rests | 23 Jan 2007 21:22 GMT | 1 |
Hye I m working on daily attendance in payroll system, I have to define the weekly rest of employees. I use DOW() function but I m not understanding that how can I get the rest dates in one month. Would somebody help me.
|
| SQL-QUERY PROBLEM | 20 Jan 2007 17:40 GMT | 4 |
Dear Friends I have two files e.g. order and receipt and both have a common field IND_ID Now when i order suppose order no1,2,3,4,5 etc. And I received order no.2,4
|
| Comparing two fields that contain comma separated lists | 19 Jan 2007 15:24 GMT | 5 |
I have to compare two fields to determine if they meet certain conditions, but I don't know how to do it. The criteria is if Field 2 is blank or if one of the items match one of the items in Field 1 then they meet the condition, if not they don't
|
| Right Joins | 11 Jan 2007 04:00 GMT | 6 |
Lets say I want to select ALL my target customers (customer.Target = .T.) and I want to see how many times I called on them call.consultant = "Rob", call.type = "A Call". I want to see all my target customers whether or not I have seen them or
|
| Summary count SQL | 08 Jan 2007 13:54 GMT | 2 |
I don't know how to explain - this so here goes A one to many relation with 2 tables Table1 customer custkey Name
|
| SQL Select Date from DateTime | 03 Jan 2007 20:01 GMT | 2 |
I am running a SQL select statement to query a third party SQL 2005 database. I am attempting to query a table which has a date column formatted in datetime, yet I want the results of the query returned only with the short date (ie, mm/dd/yyyy), not the time information.
|