| Thread | Last Post | Replies |
|
| Between within an sql statement | 30 Dec 2003 20:12 GMT | 3 |
First of all I hope you all had a Wonderful Xmas, and Have a Happy new Year. Now the question! I have the following statement:
|
| Update conflict error 1585 on a update sql | 22 Dec 2003 15:17 GMT | 2 |
How to properly handle update conflicts when using sql I am getting Update conflict error 1585 on a update sql, handling a complete table. I prefer not lock the complete table. So my guess is to
|
| how to handle concurrency/locking with insert/update/delete? | 20 Dec 2003 20:00 GMT | 2 |
the subject says it all. Thanks in advance
|
| Learning SQL | 20 Dec 2003 17:06 GMT | 16 |
I have to learn SQL. The samples in the VFP documentation are not enough to make me understand enough. Can anyone point to a good site ( or book ) on this? Does VFP support nested queries like MS SQL Server does?
|
| Error: Unable to retrieve specific error information Driver is probably out of resources | 18 Dec 2003 08:15 GMT | 3 |
I am getting this error when I try to save some config information or do some Imports of external files. I get this when I work from a VFP application on a NT machine talking to a SQL Server 7.0 on SP4 on a Win 2K machine SP4.
|
| Get Excel data into FoxPro | 17 Dec 2003 22:45 GMT | 4 |
What is the proper syntax for appending data from an Excel spread sheet? Either from a named range or a specific worksheet?
|
| Parameters & ADO | 16 Dec 2003 23:49 GMT | 2 |
I'm using ODBC connections for some time now, to connect to multiple databases. After some experimenting with the cursoradapter, I got it working with ADO and MSDE.
|
| ORDER BY clause and Rushmore optimization | 16 Dec 2003 14:27 GMT | 5 |
I am connecting to the FVP databsae throw ODBC from FVP application. Is the SQL queries contains ORDER BY clause optimized using RUSHMORE technology.
|
| VFP & MYSQL? | 15 Dec 2003 23:09 GMT | 11 |
VFP 6.0 Is it possible to query/update a MYSQL DB with VFP? Please post some sample code of connecting to the MYSQL DB and doing a simple query/update on a customer table for
|
| missing method with asp.net - please help | 15 Dec 2003 22:35 GMT | 3 |
OleDbCommand cmd = new OleDbCommand("select * from table1 where id = @id", new OleDbConnection(ConfigurationSettings.AppSettings["conStr"])); cmd.Parameters.Add("@id",id); cmd.Connection.Open();
|
| UPDPATE not working | 13 Dec 2003 15:14 GMT | 6 |
I am using the OLE DB Driver for Visual FoxPro 8 to execute the following SQL statement: UPDATE Table1 SET DateField1 = {DateField2}
|
| Inner Join/ Outer Join? Heck I don't know.... | 12 Dec 2003 05:10 GMT | 3 |
I have three tables Student Timetable, CourseDemo and Books Student Timetable (Only pertanent fields) IDStudent IDCourse
|
| Nested iif | 11 Dec 2003 03:15 GMT | 1 |
Can you put nested iif's in Foxpro 5a in a field expression for a query? Are there limitations as to how many functions you can nest in general?
|
| help with remote views | 08 Dec 2003 14:18 GMT | 1 |
We have created remote views in VFP to connect to SQL Server.We want to access these views through ODBC driver(by creating dsn to .dbc file) in Visual Basic.We are unable to do this. However, we are able to access local views on vfp tables.
|
| filter with sql | 07 Dec 2003 12:14 GMT | 7 |
I have the follow table order, id_customer, id_country I need to find only the customers wich have orders in distinct country and the numbers of orders
|