Click here to Skip to main content
15,896,153 members
Home / Discussions / C#
   

C#

 
QuestionRe: FileSystemWatcher Pin
hamidkhan24-Apr-07 1:13
hamidkhan24-Apr-07 1:13 
QuestionBindingSources and DataRelations Pin
~~~Johnny~~~23-Apr-07 9:39
~~~Johnny~~~23-Apr-07 9:39 
AnswerRe: BindingSources and DataRelations Pin
~~~Johnny~~~23-Apr-07 10:09
~~~Johnny~~~23-Apr-07 10:09 
QuestionType property handling? Pin
mike montagne23-Apr-07 8:32
mike montagne23-Apr-07 8:32 
AnswerRe: Type property handling? Pin
BoneSoft23-Apr-07 10:54
BoneSoft23-Apr-07 10:54 
GeneralRe: Type property handling? Pin
BoneSoft23-Apr-07 10:57
BoneSoft23-Apr-07 10:57 
QuestionSendMessage API call Pin
abalfazl23-Apr-07 8:25
abalfazl23-Apr-07 8:25 
QuestionEZW (Embedded Zerotree Wavelet algorithm) = C# Pin
trungpt_hut23-Apr-07 8:20
trungpt_hut23-Apr-07 8:20 
AnswerRe: EZW (Embedded Zerotree Wavelet algorithm) = C# Pin
Christian Graus23-Apr-07 11:04
protectorChristian Graus23-Apr-07 11:04 
Questionhow to generate arabic(Hindi) numbers within c# code? Pin
smr8523-Apr-07 7:57
smr8523-Apr-07 7:57 
AnswerRe: how to generate arabic(Hindi) numbers within c# code? Pin
@nkit23-Apr-07 22:25
@nkit23-Apr-07 22:25 
GeneralRe: how to generate arabic(Hindi) numbers within c# code? Pin
smr8524-Apr-07 14:09
smr8524-Apr-07 14:09 
QuestionHost Designer with rubber band selection band problem Pin
Christopher Stratmann23-Apr-07 7:22
Christopher Stratmann23-Apr-07 7:22 
Questionimporting flash to c# Pin
sushantkaura23-Apr-07 7:11
sushantkaura23-Apr-07 7:11 
QuestionFile name Pin
Anka_Ame23-Apr-07 7:06
Anka_Ame23-Apr-07 7:06 
AnswerRe: File name Pin
Dave Kreskowiak23-Apr-07 8:42
mveDave Kreskowiak23-Apr-07 8:42 
AnswerRe: File name Pin
Patrick Etc.23-Apr-07 14:45
Patrick Etc.23-Apr-07 14:45 
AnswerRe: File name Pin
Keshav V. Kamat23-Apr-07 16:27
Keshav V. Kamat23-Apr-07 16:27 
QuestionVisual Fox pro database to Sql Server Pin
Suj_7823-Apr-07 6:33
Suj_7823-Apr-07 6:33 
AnswerRe: Visual Fox pro database to Sql Server Pin
mikanu23-Apr-07 7:03
mikanu23-Apr-07 7:03 
In order to access FoxPro databases you have to use the OleDB data access classes. If you are familiar with the SQLClient namespace, all you need is to basically replace SQL with Ole in whenever you use anything like: SQLDBConnection --> OleDbConnection.

You do have to pay attention when you create the connection string for your database. The rest should be pretty straight forward if you have the odbc drivers installed properly for the fox pro database that you intend to use.

Good luck!


AnswerRe: Visual Fox pro database to Sql Server Pin
andyharman23-Apr-07 7:07
professionalandyharman23-Apr-07 7:07 
QuestionRecording from Microphone to mp3 Pin
Petr Jiranek23-Apr-07 6:12
Petr Jiranek23-Apr-07 6:12 
AnswerRe: Recording from Microphone to mp3 Pin
MoustafaS23-Apr-07 6:23
MoustafaS23-Apr-07 6:23 
GeneralRe: Recording from Microphone to mp3 Pin
Petr Jiranek23-Apr-07 6:35
Petr Jiranek23-Apr-07 6:35 
GeneralRe: Recording from Microphone to mp3 Pin
MoustafaS23-Apr-07 7:30
MoustafaS23-Apr-07 7:30 

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.