Click here to Skip to main content
15,797,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw27-Apr-20 15:05
professionalPeter Shaw27-Apr-20 15:05 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox28-Apr-20 2:23
professionalpkfox28-Apr-20 2:23 
QuestionHow to read .dbc file in C#? Pin
Member 1480752420-Apr-20 2:06
Member 1480752420-Apr-20 2:06 
AnswerRe: How to read .dbc file in C#? Pin
Pete O'Hanlon20-Apr-20 2:23
subeditorPete O'Hanlon20-Apr-20 2:23 
GeneralRe: How to read .dbc file in C#? Pin
#realJSOP20-Apr-20 3:11
mve#realJSOP20-Apr-20 3:11 
GeneralRe: How to read .dbc file in C#? Pin
Peter Shaw22-Apr-20 13:14
professionalPeter Shaw22-Apr-20 13:14 
AnswerRe: How to read .dbc file in C#? Pin
Gerry Schmitz20-Apr-20 12:26
mveGerry Schmitz20-Apr-20 12:26 
AnswerRe: How to read .dbc file in C#? Pin
Matt Slay24-Apr-20 17:33
Matt Slay24-Apr-20 17:33 
You can access FoxPro DBC/DBF from .Net app using ADO.net and the VFP Oledb driver.

I found this in another post that may help you:

You can use the FoxPro and Visual FoxPro OLE DB data provider to access your DBFs. A typical connection string for FoxPro "free" tables is "Provider=VFPOLEDB.1;Data Source=C:\Temp\;" In your SQL statements you would refer to the specific DBF you are selecting data from. If there is a DBC (Database Container) file present where the DBFs are, then point your connection string to it, and again, refer to specific tables in your SQL commands. For example, "Provider=VFPOLEDB.1;Data Source=C:\Temp\Test.dbc;"

QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 11:19
professionalKevin Marois19-Apr-20 11:19 
QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 11:19
professionalKevin Marois19-Apr-20 11:19 
AnswerRe: Object Tracking With A Web Cam Pin
Pete O'Hanlon19-Apr-20 22:26
subeditorPete O'Hanlon19-Apr-20 22:26 
GeneralRe: Object Tracking With A Web Cam Pin
Kevin Marois20-Apr-20 7:03
professionalKevin Marois20-Apr-20 7:03 
GeneralRe: Object Tracking With A Web Cam Pin
Kevin Marois20-Apr-20 9:44
professionalKevin Marois20-Apr-20 9:44 
GeneralRe: Object Tracking With A Web Cam Pin
Pete O'Hanlon20-Apr-20 11:55
subeditorPete O'Hanlon20-Apr-20 11:55 
QuestionMake a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
andla119-Apr-20 9:19
andla119-Apr-20 9:19 
AnswerRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
Richard MacCutchan19-Apr-20 22:54
mveRichard MacCutchan19-Apr-20 22:54 
GeneralRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
andla120-Apr-20 7:23
andla120-Apr-20 7:23 
GeneralRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
Dave Kreskowiak20-Apr-20 9:35
mveDave Kreskowiak20-Apr-20 9:35 
GeneralRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
andla121-Apr-20 4:33
andla121-Apr-20 4:33 
GeneralRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
andla121-Apr-20 4:46
andla121-Apr-20 4:46 
GeneralRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
Dave Kreskowiak21-Apr-20 5:03
mveDave Kreskowiak21-Apr-20 5:03 
QuestionRestSharp poser Pin
pkfox18-Apr-20 9:57
professionalpkfox18-Apr-20 9:57 
AnswerRe: RestSharp poser Pin
Gerry Schmitz18-Apr-20 12:04
mveGerry Schmitz18-Apr-20 12:04 
GeneralRe: RestSharp poser Pin
pkfox18-Apr-20 23:00
professionalpkfox18-Apr-20 23:00 
QuestionStatus Of Printing Files Pin
Member 1480498517-Apr-20 3:59
Member 1480498517-Apr-20 3:59 

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.