foxpro Questions
8
Solved
My question may seem a little weird but I am sure most of you might have gone through this phase.
I am currently working on a database migration project (from FoxPro to SQL Server). The DB t...
3
Tables used:
1) v(date d, name c(25), desc c(50), debit n(7), credit n(7))
name in 'v' refers name in vn table
2) vn(date d, name c(25), type c(25), obal n(7))
name in 'vn' is a primar...
Duomo asked 7/7, 2012 at 6:43
3
The files .fpt and .dbf (made in Visual FoxPro 8) have the text (readable for humans) which I need to get or at least to see. But I can't do that. MS excel sees not only the text but also a lot of ...
Veronikaveronike asked 23/12, 2009 at 13:10
6
Solved
I've got a bunch of FoxPro (VFP9) DBF files on my Ubuntu system, is there a library to open these in Python? I only need to read them, and would preferably have access to the memo fields too.
Upda...
Brunson asked 1/9, 2008 at 6:45
8
Solved
I am attempting to pull ALOT of data from a fox pro database, work with it and insert it into a mysql db. It is too much to do all at once so want to do it in batches of say 10 000 records. What is...
2
Solved
I have a Foxpro .DBF file. I am using OLEDB driver to read the .DBF file. I can query the DBF and utilize its .CDX index file(cause it is automatically opened). My problem is that I want to query i...
Benzine asked 16/11, 2015 at 23:17
1
Solved
We have a legacy application written in Visual FoxPro I just inherited. We are unable to figure out where to download Visual FoxPro. We have an MSDN subscription which I have been told should get m...
Lithology asked 3/3, 2015 at 23:42
2
Solved
I can use GetSchemaTable and GetXMLSchema to get information about field types, sizes etc. from a Foxpro DBF opened with VFPOLEDB but can not get any information pertaining to what indexes are in t...
Balduin asked 29/1, 2015 at 19:23
2
Solved
One of my clients has a Foxpro database (.DBF file). I need to convert it into a SQL Server 2008 database.
Does anyone have any idea how to do this? Kindly give me solution.
Thanks in advance......
Arruda asked 29/5, 2013 at 16:56
1
I have an ActiveX control (created using C#) that I am adding to a form in Visual FoxPro using late binding. It works without problems when I register the control.
I want to use reg free COM and ...
Severe asked 20/5, 2010 at 19:34
5
Solved
How can you import a foxpro DBF file in SQL Server?
Rawdan asked 9/9, 2008 at 20:26
2
Solved
I have the following code in asp.net:
using (OleDbCommand command = dbConnW.CreateCommand())
{
string CreateTableK = null;
CreateTableK += "Create Table DSKKAR00 (DSK_ID c(10),DSK_KIND N(1),MON_...
11
Are there any successor products on DOS, Windows or Linux?
2
Solved
The challenge is that I'm checking my FoxPro code into source control (using Mercurial, but that's not the focus of this question) and would like a quick way to get the FoxPro SCCTEXT output alongs...
Laubin asked 25/5, 2011 at 13:20
2
Solved
Question:
I am working with existing commercial MS Visual Foxpro application, and need to extract data from the database directly using a c# application. Unfortunately, not all of the tables are s...
6
Solved
I'm looking at upgrading a POS (Point Of Sale) project which is currently built in FoxPro to .net. The planned architecture is quite complex and there is plenty of rationale behind the new te...
Whet asked 4/9, 2009 at 15:20
2
Solved
I'm interested in figuring out how to automate a build from Visual FoxPro similar to how we can build .NET projects from the command line using MSBuild.
It seems that it is possible to pass comma...
Woolgathering asked 25/5, 2010 at 14:37
5
Table one contains
ID|Name
1 Mary
2 John
Table two contains
ID|Color
1 Red
2 Blue
2 Green
2 Black
I want to end up with is
ID|Name|Red|Blue|Green|Black
1 Mary Y Y
2 John Y Y Y
T...
Lachance asked 12/3, 2010 at 14:43
4
Solved
Is there a reasonable way to access FoxPro databases using LINQ?
2
Solved
I have a legacy FoxPro exe application.
Source codes are not available (it was written in outsourcing and source codes have been never delivered).
There is a request to write exactly the same ap...
Alvertaalves asked 5/8, 2009 at 12:40
1
© 2022 - 2024 — McMap. All rights reserved.