Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: Icon maker? Pin
harold aptroot6-Oct-09 4:29
harold aptroot6-Oct-09 4:29 
GeneralRe: Icon maker? Pin
Etienne_1236-Oct-09 5:36
Etienne_1236-Oct-09 5:36 
GeneralRe: Icon maker? Pin
harold aptroot6-Oct-09 5:43
harold aptroot6-Oct-09 5:43 
AnswerRe: Icon maker? Pin
PIEBALDconsult6-Oct-09 4:52
mvePIEBALDconsult6-Oct-09 4:52 
AnswerRe: Icon maker? Pin
Dan Neely6-Oct-09 5:46
Dan Neely6-Oct-09 5:46 
AnswerRe: Icon maker? Pin
Keith Barrow6-Oct-09 7:59
professionalKeith Barrow6-Oct-09 7:59 
AnswerRe: Icon maker? Pin
Etienne_1236-Oct-09 8:12
Etienne_1236-Oct-09 8:12 
QuestionODBC Connection to Paradox DB problem Pin
Adam_Dev6-Oct-09 4:05
Adam_Dev6-Oct-09 4:05 
Hi
Environment: Microsoft Visual C# 2008 Express Edition
Windows Edition: Vista

I'm trying to connect to a Paradox DB using ODBC. The connection string I am using is:-

string sConn= "Driver={Microsoft Paradox Driver(*.db )};DriverID=538;Fil=Paradox 5.X;DefaultDir=" +sPath+ ";Data Source=" +sPath+ ";CollatingSequence=ASCII;";

However, when trying to execute the above connection string I receive the following error:-

"ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"

I have done a lot of trawling through the net and haven't been able to find a solution to the problem. Can anyone please provide any info on how to solve this?

Thanks
AnswerRe: ODBC Connection to Paradox DB problem Pin
Adam_Dev7-Oct-09 2:24
Adam_Dev7-Oct-09 2:24 
GeneralRe: ODBC Connection to Paradox DB problem Pin
Adam_Dev7-Oct-09 5:21
Adam_Dev7-Oct-09 5:21 
Question[Message Deleted] Pin
Ajithevn6-Oct-09 3:00
Ajithevn6-Oct-09 3:00 
AnswerRe: how to use runonce registry service? Pin
EliottA6-Oct-09 3:02
EliottA6-Oct-09 3:02 
QuestionCapture Global Key Pressed Pin
Programm3r6-Oct-09 2:47
Programm3r6-Oct-09 2:47 
AnswerRe: Capture Global Key Pressed Pin
EliottA6-Oct-09 3:01
EliottA6-Oct-09 3:01 
GeneralRe: Capture Global Key Pressed Pin
Programm3r6-Oct-09 3:11
Programm3r6-Oct-09 3:11 
GeneralRe: Capture Global Key Pressed Pin
EliottA6-Oct-09 3:14
EliottA6-Oct-09 3:14 
GeneralRe: Capture Global Key Pressed Pin
Programm3r6-Oct-09 3:25
Programm3r6-Oct-09 3:25 
Questionhow to use runonce registry service? Pin
Ajithevn6-Oct-09 2:47
Ajithevn6-Oct-09 2:47 
AnswerRe: how to use runonce registry service? Pin
Calla6-Oct-09 3:40
Calla6-Oct-09 3:40 
GeneralRe: how to use runonce registry service? Pin
Ajithevn6-Oct-09 3:48
Ajithevn6-Oct-09 3:48 
GeneralRe: how to use runonce registry service? Pin
Calla6-Oct-09 4:13
Calla6-Oct-09 4:13 
GeneralRe: how to use runonce registry service? Pin
Dave Kreskowiak6-Oct-09 4:27
mveDave Kreskowiak6-Oct-09 4:27 
GeneralRe: how to use runonce registry service? Pin
EliottA6-Oct-09 4:44
EliottA6-Oct-09 4:44 
GeneralRe: how to use runonce registry service? Pin
Dave Kreskowiak6-Oct-09 8:05
mveDave Kreskowiak6-Oct-09 8:05 
GeneralRe: how to use runonce registry service? Pin
Christian Graus6-Oct-09 9:57
protectorChristian Graus6-Oct-09 9:57 

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.