foxpro
visual foxpro connection string
i have to extract some data from a foxpro database.I found a sample app that extracts data from a sql server db and stores the connection string in the app.config file in the following format -[详细]
2023-01-22 02:22 分类:问答Visual Foxpro SQL Server - Can't find the Call to SQL server in Foxpro
My DBA\'s are saying my foxpro application or .DBC (Database container) are hitting SQL server but searching all the code can\'t find the SQL call (FMTONLY ON/OFF).[详细]
2023-01-16 08:06 分类:问答SQL Paramaters in FoxPro 2.6 DOS
In FoxPro 2.6 for MS-DOS is there a way to use a variable in a SELECT command? For example, how can I write the foll开发者_StackOverflow社区owing query:[详细]
2023-01-11 07:13 分类:问答Foxpro: Check whether table exists via vfpoledb
I access data in .dbf files via System.Data.OleDb (vfpoledb.dll). How can I find out whether table exist开发者_如何学编程s via SQL command? Something similar to the following on SQL server:[详细]
2023-01-10 11:34 分类:问答"select count()" is very slow
I have a database with 1,000,000 records and a query like this: select count(code) from table1 It works well on the local system but becomes very slow on the network. Other queries like select * fr[详细]
2023-01-08 11:18 分类:问答Convert a LINQ Query Resultset to a DataTable
How can i write this query with LINQ to a FoxPro database? SELECT count(*) FROM Table group by item1 I wrote it as below, but it doesn\'t work[详细]
2023-01-08 06:37 分类:问答foxpro to dbf query
I have foxpro app which uses .dbf as database and generate a .txt file for report printing. is there any way to know what query foxpro app is using for report preparation. I have .prg, .idx, .dbf, .fx[详细]
2023-01-05 13:29 分类:问答Hanging visual foxpro app - can I use userdump/windbg?
I have a visual foxpro 6 applica开发者_如何学Pythontion which is hanging (100% CPU).Process explorer etc don\'t indicate any activity, so it is obviously in some kind of loop.[详细]
2023-01-04 16:48 分类:问答Font used in foxpro application
I want to know is there any way to know which font a foxpro application using for printing. This foxpro application is around 8-10 yrs old. and when I print bill it produces same font style in (XP, Wi[详细]
2023-01-04 15:59 分类:问答URLEncode in FoxPro
I couldn\'t quickly find a google answer, and I don\'t have the help in front of me (long story), so, my q开发者_运维知识库uestion is: Is there an easy way to URL-encode a string in MS Visual FoxPro 8[详细]
2023-01-04 07:51 分类:问答