| Thread | Last Post | Replies |
|
| inserting into a Temp table witin a View | 29 Nov 2006 21:21 GMT | 1 |
I struggle to get this going i would like to insert data into 2 tmp tables in a view. If i run the code on it's own it works perfectly until i want to create a view it complains about the INSERT
|
| inserting into a Temp table witin a View | 29 Nov 2006 20:05 GMT | 1 |
I struggle to get this going i would like to insert data into 2 tmp tables in a view. If i run the code on it's own it works perfectly until i want to create a view it complains about the INSERT
|
| Using vfpoledb connection cannot update my query | 23 Nov 2006 12:26 GMT | 1 |
i am using VB.NET and use vfpoledb connection for my dbf files to update CDX file together.. i use this query.. UPDATE INVMST INNER JOIN ORGPRICE ON INVMST.SKU=ORGPRICE.SKU SET
|
| Pass chinese character to stored procedure | 08 Nov 2006 03:32 GMT | 2 |
I try to call a command to execute a stored procedure by passing some chinese character (unicode). variable mu_measure is chinese character, eg: 只
|
| Convert ADO recordset to a Foxpro DBF free table using VFPOLEDB | 02 Nov 2006 22:36 GMT | 2 |
I currently have a need to convert an ADO recordset to a DBF. I've seen some posts here on how to create and write to a DBF using C# in conjunction with the VFPOLEDB provider. I mocked some code up in VB6 similar to the example I saw from forums.microsoft.com by Cindy Weingarden
|