Click here to Skip to main content
15,891,431 members

Comments by Umair Feroze (Top 34 by date)

Umair Feroze 24-Oct-11 4:05am View    
I am very much disappointed with CodeProject now. I had high hopes that someone will atleast ask me if the question is not cleared. Sadly none asked and none replied. It seems that Code project has a lack of Android programmers
Umair Feroze 11-May-11 6:05am View    
Yup surely you can create another temp table to sort or show data as you like
Umair Feroze 6-May-11 11:59am View    
Are you saying this:

You have a website for creating sketches of building and sketches are created using Java Applet. You need to save the data created by Java Applet.
Correct me if I am wrong.
I am not aware of Java Applets, does the output of this applet is an image?
Umair Feroze 2-May-11 13:49pm View    
I believe by replacing the following line:

objAdapter = New OleDbDataAdapter("SELECT Sample_Date, Depth_ft, H2OTemp FROM " & Filepath_Parse(OpenFileDialog1.FileName, 1, "\"), objConnection)

with:

objAdapter = New OleDbDataAdapter("SELECT Sample_Date, Depth_ft, H2OTemp FROM " & Filepath_Parse(OpenFileDialog1.FileName, 1, "\") & " WHERE Sample_Date = '2011-01-01'", objConnection)

will resolve your issue.

If not, please verify the selectcommand property of objAdapter and paste here
Umair Feroze 2-May-11 10:30am View    
Are you using MySQL on windows or on Linux