FoxPro is a database and IDE from Microsoft.
0
votes
0answers
10 views
Installing pfx (pkcs12) file programmatically using foxpro
I need to install pfx (pkcs12) file using visual foxpro without using any third-party tools.
Thanks.
0
votes
1answer
34 views
Import File Daily
I've got a process that needs to run every single day importing files that are pulled down from an FTP site into the same folder. I've got the entire project down and done except for grabbing the ...
0
votes
0answers
40 views
Read empty values from Visual FoxPro database
I am trying to read some old Visual FoxPro 9.0 databases. All database files have a DBF and corresponding CDX file.
My problem is that null values (now I believe there are empty values) are returned ...
0
votes
1answer
34 views
Cannot connect to dbf file
I'm trying to connect to to a foxpro table (.dbf) from a test vb.net form.
I recieve an OleDbException with the message "Cannot open file c:\emp\emptbl.dbf"
Have tried with both of the following ...
0
votes
2answers
66 views
Difference between FoxPro and Visual FoxPro
What is the difference between FoxPro and Visual FoxPro ?
1
vote
2answers
53 views
From where do I get FoxPro?
I want to use Fox Pro. The old DBMS. I have been searching for its download link but haven't found any.
Can anyone please help me with the download link.
0
votes
1answer
35 views
Sql Parametrized syntax error with VFP OleDb
I'm trying to make an SQL parametrized update command for a DBF File ( Visual Fox Pro )
I don't know why, but i have a "syntax error" on the "DbCommand.ExecuteNonQuery();".
The exception error ...
0
votes
1answer
25 views
Create class from form object
Using Visual Foxpro 9, I have a complicated grid (currently on a .scx-based form) which I would like to convert into a class (.vcx, not .prg) so I can re-use the grid on other forms. I really don't ...
0
votes
2answers
60 views
Insert Data to MYSQL using Foxpro
In FoxPro using native table, I usually do this when inserting new Data.
Sele Table
If Seek(lcIndex)
Update Record
Else
Insert New Record
EndIf
If I will use MYSQL as my DataBase, what is ...
0
votes
1answer
48 views
How can I read and create foxpro files on linux?
My C# / Mono application needs to run on linux. I must have the ability to dump a foxpro dbf and to create a new foxpro dbf.
Any suggestions for either:
1) odbc for linux designed for Foxpro?
or
2) ...
0
votes
2answers
56 views
OLEDB FOXPRO LOCK RECORD
how to lock a foxpro table that has sono='12345' by OLEDB instead of locking whole table? using rlock(), i can lock records by number but no idea how to lock records by using filter.
here is how i ...
0
votes
2answers
63 views
OleDbException: Function is not implemented
Does anyone knows what happened? it it does delete all records, but still return an exception
OleDbConnection dbConn = new OleDbConnection(@"Provider=vfpoledb;Data Source=C:\foxpro");
try
...
0
votes
3answers
66 views
SQL query seems to have an Error
I have a DBF - foxpro query and seems like I have an error, I am using codeIgniter and its feedback is just Fatal error: Call to a member function execute() on a non-object in ...
1
vote
2answers
94 views
The best way to insert foxpro 6 table by C#
I have an assignment that will insert records to a foxpro table.
There is a column called “submitid”, but it is not a primary key. I will have to insert a number by increment of max(submitid) + 1.
...
1
vote
3answers
138 views
How can we migrate the DBF related code to C#.NET?
I have a code related to dbf operation in Visual foxpro as given below .
SELECT 3
USE student shared
SET FILTER TO
LOCATE FOR id=thisform.txtStudentID.Value
can any one help me to understand the ...
-3
votes
0answers
32 views
Programming language to develop text based interfaces [closed]
I am looking for a language (other than foxpro) to develop text based interfaces. The reason i want this is because the nature of application is such that it needs very high speed with minimal ...
1
vote
2answers
95 views
Why is it that the VALUES of my INSERT statement were turned to SPACES after the execution?
//here is my function block
public function create_accnt()
{
$post = $this->input->post(); //gets all possible posts in array form
echo "Post array: ";print_r($post); // just to make ...
0
votes
1answer
98 views
Error message “function name is missing ).” in visual foxpro 9.0
I am having trouble converting a SQL statement to FoxPro. The trouble I'm having is that I get the error code " Function name is missing ). ", but I just can't figure out what or where the problem is. ...
0
votes
1answer
35 views
Understanding syntax
Assume that I have a foxpro .dbf file with schema such that there is a single column called active that is a Logical datatype.
Then the following query is run against it:
select * from table.dbf ...
1
vote
1answer
188 views
Reading DBF File Structure in VB.Net as binary file
I am opening a DBF as a binary file in VB.Net to determine the structure. I have to do it this way since using the Visual Foxpro OLEDB driver does not return the precision and scale of decimal ...
0
votes
2answers
94 views
Reverse Engineer a FoxPro/dBsae database to create the EER model
I'm currently developing a webapp to a costumer and I need to import data from their old application.
As far as I can tell, the database is dBase written with FoxPro.
I have the application exe and ...
-1
votes
1answer
40 views
\r\n in a string not accepted on database [closed]
I create a string variable for an Update SQL command in order to execute this command to a dbf file ( with OleDb).
When my SQL Command contain in a string \r\n the SqlCommand is not accepted :(
...
0
votes
2answers
145 views
operator/operand type mismatch when update dbf file
i have a program needs to update data in dbf file. but it keeps appear error 'operator/operand type mismatch'. here is sample code :
Dim con As OleDbConnection = New ...
0
votes
0answers
47 views
FoxPro 8 on Network Share - How to Separate EXE from DB in different folders [closed]
I want to change the programmign code or configuration file to allow the EXE to reside in a separate network location. So if the data is in ....\data the EXE would be in ....\EXE My understanding is ...
0
votes
1answer
95 views
Visual Foxpro Query for pending quantity
I am having two tables AORDER for Purchase & BORDER for sale. I want to get pending quantity. Sale orders can have more than 1 records against one purchase order. I do not want to show those order ...
0
votes
1answer
129 views
How to get pending quantity using SQl Select in Visual Foxpro
I am having two tables one for purchase and second for sale. I want to create a query to get pending quantity.
Ex.
In Purchase Order File (2 records exsits)
OrderID Party Quality Qty.
1 A ...
0
votes
1answer
69 views
Integrating HTML & Web Browser OLE control got a blank page
I have a problem while integrating HTML into my VFP app.
I attached the simulated form: http://www.foxite.com/uploads/879e1e57-8b72-4ac8-9453-c8839f2d051e.zip
My app loads HTML into the web browser ...
0
votes
1answer
103 views
How to get utf-8 chars from mysql to visual fox pro
I have a MYSQL table with a single column. The database, table and column collation are set to: utf8_general_ci.
Using a browser, I insert strings in that field. If I insert chars like: şţăîâ or ...
0
votes
0answers
232 views
Try to read foxpro dbf and getting error:Cannot initialize the data source object of OLE DB provider “MSDASQL” for linked server “(null)”
I try to read Foxpro DBF files with Microsoft SQL Server 2008 R2.
I write this query:
SELECT *
FROM OPENROWSET('MSDASQL', 'Driver=Microsoft Visual FoxPro Driver;
SourceDB=D:\DB\;
SourceType=DBF',
...
0
votes
0answers
28 views
Connect my Java application to Foxpro database [duplicate]
I am trying to connect to a host which has a Foxpro database. I am working in a JAVA environment ...
1)What are the JARs that i should include in my classpath? and where can I download them?
2)What ...
0
votes
2answers
191 views
Foxpro compiler
I have a legacy Foxpro 2.6 application and I would like to compile it using a newer Foxpro version so I can run it on Win 7 x64 systems (through x32 compatibility) and distribute it commercialy. Is ...
0
votes
0answers
71 views
Mysql ODBC driver Ver 351 window stays open and pauses program execution
My first posting here:
I am using Mysql odbc drivers for win2003 server. I use it to connect a Foxpro application to a remote Mysql database.
My code gets executed every 2 minutes. It opens up a ...
0
votes
1answer
144 views
Convert character to ascii in Visual FoxPro 9.0 dtabase
I have a value 'ABC' in my table and I want want to convert it into ASCII value.
How to do this ???
My output should be : 656667
0
votes
1answer
239 views
Foxpro/SQL copy values from cursor to table where id's match
I have a Excel document with a ID column and a Memo type column. (I've made a cursor named Sheet01)
I also have a table named Caption with a ID column, Memo type column and a Code (char).
I need to ...
1
vote
3answers
155 views
binary files in team foundation server
We recently switched to team foundation server 2010 for our source code management, everything works just fine, except for some legacy code written in FoxPRO 7 and 9, source code files are some sort ...
1
vote
2answers
234 views
Importing Visual Foxpro database to SQL Server
I am trying to import tables from a Visual Foxpro database into my 2008 SQL Server using SQL Server Import and Export Wizard.
My problem is that some of the column's types are failing to be ...
0
votes
3answers
199 views
(MS FoxPro) - Making variable duplicates/appending records
I need to write a program which would duplicate some rows, according to a number provided in one of the data fields.
Each row contains a name/address data && a number, that number tells how ...
0
votes
1answer
149 views
WSO2 WSF/PHP server with visual foxpro client
I’m using WSO2 WSF/PHP (wamp) and I'm trying to consume the sample web service (echo_service.php) from a foxpro client.
I have tried this code with no success:
TEXT TO requestPayloadString NOSHOW
...
-2
votes
2answers
446 views
how to convert .DBF file format to .dbf file format?
I want to acccess dBase database. It's not directly have any database name. it's have table name base data file. Normally dBase file format open in msaccess & msexcel. But it have .DBF file ...
0
votes
4answers
362 views
how to get the full user name?
I have the following code in VBS that works perfectly. it queries AD to get the user full name :
Set objSysInfo = CreateObject("ADSystemInfo")
strUser = objSysInfo.UserName
Set objUser = ...
0
votes
0answers
69 views
Can FoxPro use a JAR file?
I have some code in a jar file written in Java. I want to use use my JAR in Fox Pro.
I've been told that it is not possible to call a function inside a JAR file with Fox Pro.
Is it possible for ...
0
votes
1answer
81 views
Add a parent object to a created object in VFP
I have an object created with CREATEOBJECT() and I want to set him a parent object.
From msdn :
When you create an object with the CREATEOBJECT( ) function, the object is scoped to a property of the ...
3
votes
4answers
162 views
mySQL 'NOT IN' to vfp equivalent value
I want to know whats VFP9 equivalent to mySQL 'NOT IN'.
To give you the exact purpose. I have two tables and I want to display all the numbers in table1 which don't have any occurrence in table2.
...
1
vote
1answer
2k views
Error installing software “cannot locate microsoft visual foxpro support library windows xp”
When i try to install a software in my Windows XP machine, it is looking for Microsoft Visual foxpro support libraries, getting error "cannot locate microsoft visual foxpro support library".
Googled ...
0
votes
3answers
215 views
How can I read the whole text file and get an output file in .dbf
R/sir;
How do I read the whole text file and get an output file in .dbf ? (Import text file to FoxPro .dbf file.)
I'm newbie for foxpro pl. elaborate in detail.
0
votes
2answers
209 views
Find a Specific Character in a Field and Replace it with a Phrase
I've been searching around the internet for an answer to this question for a few hours and I'm not able to find anything. My experience with FoxPro is quite limited. This will probably be 2 questions ...
0
votes
1answer
97 views
Are there any native Visual C++ classes for working with foxpro DB files? [closed]
Are there any native classes for working with Foxpro database files?
I remember managing to do this once in Visual Studio, I think with the CDao classes but I can't find the tutorial only ones for ...
0
votes
1answer
60 views
How to connect Foxpro Database using Hibernate?
I need to connect a Foxpro database using Hibernate. I searched on Google but didn't find anything like that. Please help.
0
votes
1answer
187 views
Search a string in Visual Fox Pro database
Hi I have search this and maybe its impossible because I havent found anything.
I need to find a string in an entire Visual FoxPro database through command line, is this posible? not table by table.
...
0
votes
1answer
126 views
SQL insert query in Clipper language
I have a clipper programme in which i have many DBF files which takes care of the data that is inserted.
I can able to convert DBF into SQL.
Now my doubt is after converting how should i use an ...



