visual-foxpro
visual foxpro database connection issues
I am putting together an application that connects to a vfp database.I have it working fine if I define my connection string in the app.config file -[详细]
2023-01-23 05:04 分类:问答How do I read a Foxpro 8.0 database from c#?
I need to import tables from foxpro 8.0 to sql server.How do I read the tables & schema from a foxpro director开发者_JS百科y/files in C# so I can create the tables in SQL Server and copy the data[详细]
2023-01-22 18:00 分类:问答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 分类:问答dotnet json webservice for vfp program to pass data as solution?
I am searching for a solution to pass a large dataset from visual foxpro(vfp) to a .net web service.The data is personal information such as names, address, phone numbers, etc. with 7 more columns con[详细]
2023-01-19 12:34 分类:问答Visual Fox Pro, ODBC - I can't see .DBF tables in Visual Studio 2010
I\'m making integration with application that is using ODBC Data Source - Visual Fox Pro Driver. In its dirrectory structure I\'ve got two d开发者_C百科irrectories (DANE and TRANS) which contains .DBF[详细]
2023-01-17 05:46 分类:问答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 分类:问答Visual Foxpro Array [] or ( )
In a Visual Foxpro application one of the users get an error (the rest doesn\'t). And i开发者_JS百科 believe its because arrays are used in the form of arr(number) instead of arr[number] . Does anyone[详细]
2023-01-10 23:53 分类:问答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 分类:问答How can I preserve column order in a .dbf table created in C#?
I am trying to create a .dbf table using Visual C# because I need it to import data to another application. For that purpose I need the column order to be exactly right otherwise that application won\[详细]
2023-01-04 19:04 分类:问答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 分类:问答