Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: popup menu in C# Pin
Blake Coverett5-Oct-03 21:54
Blake Coverett5-Oct-03 21:54 
GeneralSQL/C# Pin
Harry20005-Oct-03 12:18
Harry20005-Oct-03 12:18 
GeneralRe: SQL/C# Pin
mistery225-Oct-03 13:41
mistery225-Oct-03 13:41 
GeneralRe: SQL/C# Pin
Mike Ellison5-Oct-03 14:16
Mike Ellison5-Oct-03 14:16 
GeneralRe: SQL/C# Pin
Harry20005-Oct-03 17:28
Harry20005-Oct-03 17:28 
GeneralRe: SQL/C# Pin
mistery226-Oct-03 0:13
mistery226-Oct-03 0:13 
GeneralDB IV .DBF Databases Pin
gmhanna5-Oct-03 9:33
gmhanna5-Oct-03 9:33 
GeneralRe: DB IV .DBF Databases Pin
Randhir Sinha6-Oct-03 2:05
Randhir Sinha6-Oct-03 2:05 
There is no way that you can use Visual Foxpro code to read data from DBF files, and use the data in a C# application. This is because Visual Foxpro is not CLS compliant.

Visual Foxpro only supports the OLE DB route for other applications to access data stored in DBF files.

If you are implementing a client-server application, then it should be possible to do a web-service that uses Visual Foxpro code for the web-method to read DBF files. The data returned by the web-method(s) may be used by any type of client that understands SOAP.

See Visual Foxpro Overview[^]

If you are only interested in reading the DBF files, then you can find many freely available C# classes.
GeneralRuntime Object state. Pin
Anonymous5-Oct-03 8:39
Anonymous5-Oct-03 8:39 
GeneralRe: Runtime Object state. Pin
Blake Coverett5-Oct-03 10:31
Blake Coverett5-Oct-03 10:31 
Questionprinter minimum margins?? Pin
mistery225-Oct-03 7:59
mistery225-Oct-03 7:59 
AnswerRe: printer minimum margins?? Pin
Nick Parker5-Oct-03 9:29
protectorNick Parker5-Oct-03 9:29 
GeneralRe: printer minimum margins?? Pin
mistery225-Oct-03 12:04
mistery225-Oct-03 12:04 
GeneralDataGrid and multiple threads Pin
ke5in5-Oct-03 5:32
ke5in5-Oct-03 5:32 
Questionwhich one is faster? Pin
abc8764-Oct-03 13:07
abc8764-Oct-03 13:07 
AnswerRe: which one is faster? Pin
J. Dunlap4-Oct-03 13:41
J. Dunlap4-Oct-03 13:41 
GeneralRe: which one is faster? Pin
leppie4-Oct-03 23:49
leppie4-Oct-03 23:49 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 9:46
J. Dunlap5-Oct-03 9:46 
GeneralRe: which one is faster? Pin
leppie5-Oct-03 13:36
leppie5-Oct-03 13:36 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 13:56
J. Dunlap5-Oct-03 13:56 
GeneralRe: which one is faster? Pin
David Stone5-Oct-03 14:28
sitebuilderDavid Stone5-Oct-03 14:28 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 14:32
J. Dunlap5-Oct-03 14:32 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 15:12
J. Dunlap5-Oct-03 15:12 
GeneralRe: which one is faster? Pin
zecodela5-Oct-03 18:06
zecodela5-Oct-03 18:06 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 18:18
J. Dunlap5-Oct-03 18:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.