Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need help for these questions Pin
EliottA14-Jan-10 10:37
EliottA14-Jan-10 10:37 
GeneralRe: Need help for these questions Pin
OriginalGriff14-Jan-10 10:41
mveOriginalGriff14-Jan-10 10:41 
GeneralOR Pin
Ennis Ray Lynch, Jr.14-Jan-10 11:25
Ennis Ray Lynch, Jr.14-Jan-10 11:25 
AnswerRe: Need help for these questions Pin
Pete O'Hanlon14-Jan-10 10:51
mvePete O'Hanlon14-Jan-10 10:51 
QuestionDynamically referencing a control - how do I do this (better)? Pin
GuyThiebaut14-Jan-10 10:00
professionalGuyThiebaut14-Jan-10 10:00 
AnswerRe: Dynamically referencing a control - how do I do this (better)? Pin
OriginalGriff14-Jan-10 10:32
mveOriginalGriff14-Jan-10 10:32 
GeneralRe: Dynamically referencing a control - how do I do this (better)? Pin
GuyThiebaut14-Jan-10 10:42
professionalGuyThiebaut14-Jan-10 10:42 
GeneralRe: Dynamically referencing a control - how do I do this (better)? Pin
Eddy Vluggen14-Jan-10 11:58
professionalEddy Vluggen14-Jan-10 11:58 
GeneralRe: Dynamically referencing a control - how do I do this (better)? Pin
GuyThiebaut14-Jan-10 19:07
professionalGuyThiebaut14-Jan-10 19:07 
AnswerRe: Dynamically referencing a control - how do I do this (better)? Pin
Luc Pattyn14-Jan-10 13:12
sitebuilderLuc Pattyn14-Jan-10 13:12 
GeneralRe: Dynamically referencing a control - how do I do this (better)? Pin
GuyThiebaut14-Jan-10 19:05
professionalGuyThiebaut14-Jan-10 19:05 
GeneralRe: Dynamically referencing a control - how do I do this (better)? Pin
Luc Pattyn15-Jan-10 0:41
sitebuilderLuc Pattyn15-Jan-10 0:41 
Questionspeeech recognition project Pin
salman_kh14-Jan-10 8:14
salman_kh14-Jan-10 8:14 
AnswerRe: speeech recognition project Pin
Rick Shaub14-Jan-10 8:38
Rick Shaub14-Jan-10 8:38 
GeneralRe: speeech recognition project Pin
salman_kh14-Jan-10 8:54
salman_kh14-Jan-10 8:54 
GeneralRe: speeech recognition project Pin
Ennis Ray Lynch, Jr.14-Jan-10 9:18
Ennis Ray Lynch, Jr.14-Jan-10 9:18 
AnswerRe: speeech recognition project Pin
Saksida Bojan14-Jan-10 8:42
Saksida Bojan14-Jan-10 8:42 
AnswerRe: speeech recognition project Pin
dan!sh 14-Jan-10 8:45
professional dan!sh 14-Jan-10 8:45 
JokeRe: speeech recognition project Pin
Richard MacCutchan14-Jan-10 9:01
mveRichard MacCutchan14-Jan-10 9:01 
AnswerRe: speeech recognition project Pin
GuyThiebaut14-Jan-10 10:27
professionalGuyThiebaut14-Jan-10 10:27 
SuggestionRe: speeech recognition project Pin
Sreekanth12345678927-Jan-12 3:25
Sreekanth12345678927-Jan-12 3:25 
QuestionFoxPro To SQL Server Pin
427748014-Jan-10 5:21
427748014-Jan-10 5:21 
AnswerRe: FoxPro To SQL Server Pin
The Man from U.N.C.L.E.14-Jan-10 6:31
The Man from U.N.C.L.E.14-Jan-10 6:31 
The fastest way to get the data from a FoxPro table into SQL is by using SSMS. It is best to create your own package to run rather than using the default Import functionality, if for no other reason than you can have a permanent copy of the code.

In my experience you must always pre-process the foxpro data into a staging table (still in foxpro). The most common pre-processing task is to sort out dates as Foxpro handles a far wider range of dates to SQL. The other major concern is that foxpro has three data 'states'. These are Populated, Empty, and Null. SQL only has two (Populated and Null). Again dates are the worst culprit. Empty dates should be either SQL Null or the earliest SQL date (1/1/1900 for shortDateTime and 1/1/1753 for DateTime).

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

QuestionC# CODE SNIPET FOR RUN AS ADMINISTRATOR Pin
Omoniyi Ogunderu14-Jan-10 3:00
Omoniyi Ogunderu14-Jan-10 3:00 
AnswerRe: C# CODE SNIPET FOR RUN AS ADMINISTRATOR Pin
Mirko198014-Jan-10 3:14
Mirko198014-Jan-10 3:14 

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.