Click here to Skip to main content
15,889,867 members
Home / Discussions / C#
   

C#

 
QuestionWebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:06
Member 441789229-Apr-09 4:06 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:13
Member 441789229-Apr-09 4:13 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
Member 441789229-Apr-09 4:19
Member 441789229-Apr-09 4:19 
AnswerRe: WebClient.UploadFile won't upload the file. Pin
jo H20-Jul-09 3:33
jo H20-Jul-09 3:33 
QuestionSample C# code to take the screenshots the application opened in windows mobile Pin
ujjawal kumar29-Apr-09 3:15
ujjawal kumar29-Apr-09 3:15 
AnswerRe: Sample C# code to take the screenshots the application opened in windows mobile Pin
Xmen Real 29-Apr-09 8:21
professional Xmen Real 29-Apr-09 8:21 
AnswerRe: Sample C# code to take the screenshots the application opened in windows mobile Pin
Henry Minute29-Apr-09 8:36
Henry Minute29-Apr-09 8:36 
QuestionMS Access Problem Pin
Star0929-Apr-09 1:39
Star0929-Apr-09 1:39 
OleDbConnection clsConnection;
      clsConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\.one.mdb;");
      clsConnection.Open();
      //first table
      WTest1.oneDataSet f_table = new WTest1.oneDataSet();
      OleDbDataAdapter dAdapter = new OleDbDataAdapter("select * from  first", clsConnection);
      dAdapter.Fill(f_table, "first");  // runtime error incorrect FROM syntax
      clsConnection.Close();
I've used this code in a previous application and it worked fine, however in this application, it's giving me this error about FROM syntax.

Can someone please tell me what's wrong??Confused | :confused:

Star
AnswerRe: MS Access Problem Pin
musefan29-Apr-09 2:15
musefan29-Apr-09 2:15 
AnswerRe: MS Access Problem Pin
Luc Pattyn29-Apr-09 2:20
sitebuilderLuc Pattyn29-Apr-09 2:20 
QuestionRe: MS Access Problem Pin
Star0929-Apr-09 2:22
Star0929-Apr-09 2:22 
AnswerRe: MS Access Problem Pin
musefan29-Apr-09 2:29
musefan29-Apr-09 2:29 
GeneralRe: MS Access Problem Pin
Star0929-Apr-09 2:31
Star0929-Apr-09 2:31 
AnswerRe: MS Access Problem Pin
Star0929-Apr-09 2:38
Star0929-Apr-09 2:38 
Questionpaint is slow Pin
shefa' isied29-Apr-09 1:16
shefa' isied29-Apr-09 1:16 
AnswerRe: paint is slow Pin
Rolando CC29-Apr-09 3:37
professionalRolando CC29-Apr-09 3:37 
AnswerRe: paint is slow Pin
Xmen Real 29-Apr-09 8:19
professional Xmen Real 29-Apr-09 8:19 
QuestionAccessing internal class in different assebly Pin
Mirko198029-Apr-09 1:14
Mirko198029-Apr-09 1:14 
AnswerRe: Accessing internal class in different assebly Pin
Giorgi Dalakishvili29-Apr-09 1:30
mentorGiorgi Dalakishvili29-Apr-09 1:30 
GeneralRe: Accessing internal class in different assebly Pin
Mirko198029-Apr-09 2:07
Mirko198029-Apr-09 2:07 
GeneralRe: Accessing internal class in different assebly Pin
Henry Minute29-Apr-09 4:47
Henry Minute29-Apr-09 4:47 
QuestionAccess Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 1:03
shaniaki29-Apr-09 1:03 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
Henry Minute29-Apr-09 1:25
Henry Minute29-Apr-09 1:25 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 1:43
shaniaki29-Apr-09 1:43 
AnswerRe: Access Violation error in passing a pointer to an unmanagd DLL Pin
shaniaki29-Apr-09 21:05
shaniaki29-Apr-09 21:05 

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.