foxpro
how to get IIS to work with dbf files?
problem is the following: raised the IIS server on Windows XP, but when accessing the dbf files crashes exception.[详细]
2023-02-05 22:28 分类:问答Converting FoxPro Date type to SQL Server 2005 DateTime using SSIS
When using SSIS in SQL Server 2005 to convert a FoxPro database to a SQL Server database, if the given FoxPro database has a date type, SSIS assumes it is an integer type. The only way to convert it t[详细]
2023-02-02 03:55 分类:问答FoxPro -> MySQL
I\'m building a website for a client that uses a FoxPro desktop database system. The data that should be shared between the database and website is essentially a list of members (fairly flat structur[详细]
2023-01-31 03:46 分类:问答POSTing a CSV from FoxPro to an url
I\'m looking for a concrete exam开发者_StackOverflowple of how FoxPro can generate a CSV or XML chunk and POST it to an URL?[详细]
2023-01-30 15:14 分类:问答someone knows how to delete pack foxpro data from oledb driver with c#
this is my code //Probando insercion OleDbConnection conexionFoxPro = new OleDbConnection(); string rutaFoxPro = @\"C:\\Users\\BigMander\\Documents\\Proyectos de Visual FoxPro\\prueba.dbc\";[详细]
2023-01-29 09:12 分类:问答delete records in foxpro 2.x using oledb connection
hi there first of all im completed excited to use for first time this incredible forum my question is, if somebody knows how to physically delete a Fox pro 2.x record from C#.net using an OleDb conn[详细]
2023-01-27 17:46 分类:问答How to create a join across two foxpro databases using the MS Ole DB provider?
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 stor[详细]
2023-01-24 04:24 分类:问答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 分类:问答Data type mismatch in foxpro stored procedure
I want to make a copy of every record inserted in jobact to a new table jobactupdates. I am using a stored procedure for this purpose. Both tables are exactly the same and have same no of columns.When[详细]
2023-01-22 20:30 分类:问答How to empty foxpro db table?
How can i empty the whole foxpro db table using an开发者_StackOverflowy trigger or stored procedureThe only way to empty a FoxPro table is first by getting exclusive access (ie no-one else has the fil[详细]
2023-01-22 04:14 分类:问答