| Thread | Last Post | Replies |
|
| How to name the cursors returned from SQLMORERESULTS. | 27 Jun 2006 16:12 GMT | 1 |
This code executes a Stored procedure that returns multiple result sets using ODBC connection. How can I control the name of the cursors returned and not default to the cursor named in the SQLEXEC + integer? LOCAL lcSQL, lnOK, lnCount,lcMsg
|
| Alias error | 15 Jun 2006 18:45 GMT | 5 |
My program has worked great for thre years, then on Monday we started getting the below error. Any insight that can be provided would be great. "OLE IDispatch exception code 0 from Visual FoxPro for Windows: 13 : Alias not found..."
|
| Query to use on Crystal Report | 13 Jun 2006 17:30 GMT | 3 |
This might not be VFP question but since this newsgroup is for sql query I am sure I will find the answer here. I have two tables: Employees:
|
| Help with query and date | 11 Jun 2006 23:34 GMT | 10 |
I am adjusting some SQL from access to VFP, but the following command gives syntax error: SELECT S1.OrderDa AS [OrderDa],
|
| Populate Full Text Catalog | 08 Jun 2006 20:03 GMT | 6 |
Is there any way to populate an SQL 2000 full text catalog (EXEC sp_fulltext_table 'Table1','start_full') from VS Fox Pro 8? Thanks in advance.
|
| Linked Server to DBC Data | 06 Jun 2006 16:13 GMT | 3 |
I'm having trouble setting up a linked server OR using an OpenRowset operation from SQL Server against once of the DBC files from one of our vendors. I can get connected through a DSN using Microsoft Access without trouble but when trying to set up a linked server on the same ...
|