foxpro

Can Zend be used with PHP ADOdb?

I have to select a framework (or role my own) and one of the databases I have to connect to is FoxPro. I found a driver here at http://adodb.sourceforge.net/ and I am guessing it's okay to use, but I don't know if I can use it in Zend. I thought Zend came with an ORM too so I didn't now if I could use it with that. Thanks. EDIT: A b...

In foxpro is there a function to extract just numbers from a string or variable?

In foxpro is there a function to extract just numbers from a string or variable? Haven't found so far? ...

count have condition in foxpro

i have a table follow id name date 1 a 08/09/2003 2 b 02/03/2003 3 c 10/08/2004 4 c 25/08/2007 5 a 01/01/2008 i want count database. with table below with result follow: 2003 = 2 2004 = 1 2007 = 0 because c has in 2004-year 2008 = 0 because a has in 2003-year ...

How to connect to foxpro db using XbaseJ

Hello, I want to fetch data from fox pro data base and insert it into Mysql. For that purpose i am using XbaseJ. But how can i connect to my FoxPro data base using XbaseJ. Thanks ...

Is Fisual FoxPro/FoxWeb Compatible with Ajax Push Engine (APE) ?

I'm researching how to setup an Ajax Push Engine (APE) but my first question is if Visual FoxPro9/FoxWeb Server environment will work with an APE. Does anyone know? ...

Foxpro Keyboard command

When I use the keyboard command it works in the foxpro debugging enviroment, but when I build the .exe the Keyboard command does not work. When I have the foxpro form in focus even pressing F1 nothing happens till I take focus off the running application? Example KEYBOARD "{F1}" In debug non .exe mode works great, but in .exe mode do...

Create FoxPro Trigger

I want to create a trigger in foxpro that will execute after every update in my db table, for example JobActivity.After every update, the trigger should insert the update time in the table JobActivity. ...

How to empty foxpro db table ?

How can i empty the whole foxpro db table using any trigger or stored procedure ...

visual foxpro connection string

hello, 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 - <connectionStrings> <add name="test" connectionString="Data Source=localhost\SQLExpress;Initial Catalog=test;Integrated Sec...

visual foxpro database connection issues

Hello, 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 - <add name="vFoxProSource" connectionString="Provider=vfpoledb;Data Source=C:\directory\database.dbc;Collating Sequence=machine;" providerName="System.Data.OleDb.OleDbConnection, ...