foxpro
Consuming custom List<object> in FoxPro from webservice
I have a Visual Studio 2010 web service project that creates a custom class and binds my sql query results to that object as a List<object> and return开发者_开发技巧s that. We\'re trying to figu[详细]
2023-02-16 15:52 分类:问答Python dbfpy and FoxPro
I am using an ancient database format here, dbf files. Don\'t ask why, just know a certain software decided to extend foxpro support because microsoft decided to extend foxpro support. Now, I\'m getti[详细]
2023-02-16 12:29 分类:问答Can I change the volume/mute the microphone from foxpro?
I have been reading examples in other pro开发者_StackOverflowgramming languages for a couple of days now but I haven\'t managed to translate them into visual foxpro. Has anyone done it before and coul[详细]
2023-02-16 05:46 分类:问答Why does SQL Join find two dissimilar length strings equal?
I have created a query that uses a left join. For reasons I don\'t understand it will join two dissimilar length strings as if they are equal. An example would be:[详细]
2023-02-13 06:44 分类:问答VB.NET - Visual Foxpro OLE DB Problem with Numeric Decimal Column
In Short: I\'m using VB.NET 2008 to connect to a Visual Foxpro 6 Database using the vfpoledb.1 driver. When I attempt to fill an OleDbDataAdapter with a dataset table that contains one of the numeric[详细]
2023-02-11 20:27 分类:问答VB.NET 2008 DataGridView not Updating Visual Foxpro Database
I\'m using VB.NET开发者_如何学Python 2008 with a DataGridView and I\'m interfacing to a Visual Foxpro 6 database using the vfpoledb.1 driver. When I change a value in the description field, it changes[详细]
2023-02-11 20:13 分类:问答what is the best way for convert VisualFoxPro Database To Sql Server 2008 - Without Damage in Unicode Data?
what is the best way for convert VisualFoxPro Database To Sql Server 2008 - Without Damage in Unicode开发者_如何学C Data ?[详细]
2023-02-08 13:57 分类:问答Visual FoxPro 9.0 writing to FoxPro 2.6 tables
I\'m trying to get an older Bill of Materials system to export parts to a Accounting system so that I can eliminate some redundancies in paperwork for an office.Both are written in FoxPro 2.6 for Wind[详细]
2023-02-08 02:49 分类:问答Visual Foxpro writing import files with line feeds
I know line feeds in Foxpro are CHR(10) + CHR(13), but when creating an import record comma delimited, I need to imbed the line feed into the field, when I add the CHR(10) + CHR(13) into the .txt file[详细]
2023-02-07 16:01 分类:问答Reading a FoxPro 2.6 data with Java
I\'m trying to read a FoxPro 2.6 database using java to retrieve data from an older FoxPro based application to format the output better. I\'ve tried using JavaDBF and xBaseJ with no success.Is there[详细]
2023-02-07 15:14 分类:问答