Click here to Skip to main content
15,902,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem opening design Pin
Purple Monk14-Sep-04 2:15
Purple Monk14-Sep-04 2:15 
QuestionHow to access any process's memory Pin
Member 136563313-Sep-04 23:24
Member 136563313-Sep-04 23:24 
Generalpassing a variable from VB.Net to ASP Page Pin
njppp13-Sep-04 21:23
njppp13-Sep-04 21:23 
GeneralRe: passing a variable from VB.Net to ASP Page Pin
Dave Kreskowiak14-Sep-04 3:39
mveDave Kreskowiak14-Sep-04 3:39 
QuestionAddressOf in Vb.net?? Pin
Member 129565013-Sep-04 16:28
Member 129565013-Sep-04 16:28 
AnswerRe: AddressOf in Vb.net?? Pin
Hadi Fakhreddine13-Sep-04 21:02
Hadi Fakhreddine13-Sep-04 21:02 
GeneralRe: AddressOf in Vb.net?? Pin
Member 129565013-Sep-04 21:37
Member 129565013-Sep-04 21:37 
GeneralI couldn't get the first row from excel file. Pin
kokain13-Sep-04 15:14
kokain13-Sep-04 15:14 
hi,

I could not get the first row from excel file when read data using OLEDB.
The exception that I catched is "Could not find installable ISAM."

Below is my code:

Dim strCnnStr As String = "provider=Microsoft.Jet.OLEDB.4.0; " & _<br />
                    "data source=" & dlgExcelFile.FileName & "; " & _<br />
                    "Extended Properties=Excel 8.0;HDR=No"<br />
            Dim myAdapter As New OleDb.OleDbDataAdapter("select * from [Sheet1$]", strCnnStr)<br />
            Dim myDS As New DataSet<br />
            myAdapter.Fill(myDS)



Please help me. Smile | :)

Thank you very much.
GeneralRe: I couldn't get the first row from excel file. Pin
Dave Kreskowiak14-Sep-04 3:35
mveDave Kreskowiak14-Sep-04 3:35 
GeneralRe: I couldn't get the first row from excel file. Pin
Anonymous15-Sep-04 4:18
Anonymous15-Sep-04 4:18 
GeneralRe: I couldn't get the first row from excel file. Pin
Dave Kreskowiak15-Sep-04 15:07
mveDave Kreskowiak15-Sep-04 15:07 
GeneralRe: I couldn't get the first row from excel file. Pin
kokain15-Sep-04 15:59
kokain15-Sep-04 15:59 
GeneralAuto Windows Volume Control Pin
bitpusher13-Sep-04 14:07
bitpusher13-Sep-04 14:07 
GeneralRe: Auto Windows Volume Control Pin
Anonymous13-Sep-04 15:55
Anonymous13-Sep-04 15:55 
GeneralRe: Auto Windows Volume Control Pin
bitpusher13-Sep-04 16:36
bitpusher13-Sep-04 16:36 
GeneralRe: Auto Windows Volume Control Pin
Anonymous13-Sep-04 18:43
Anonymous13-Sep-04 18:43 
GeneralRe: Auto Windows Volume Control Pin
Dave Kreskowiak14-Sep-04 1:48
mveDave Kreskowiak14-Sep-04 1:48 
Generaldatagrid Manipulation vb.net Pin
sribusam13-Sep-04 13:11
sribusam13-Sep-04 13:11 
GeneralWord Com Addin Pin
shinay13-Sep-04 12:25
shinay13-Sep-04 12:25 
GeneralRe: Word Com Addin Pin
pascalganaye14-Sep-04 3:24
pascalganaye14-Sep-04 3:24 
QuestionMinimizing windows in client/server app? Pin
mittalpa13-Sep-04 10:13
mittalpa13-Sep-04 10:13 
AnswerRe: Minimizing windows in client/server app? Pin
ccotton33313-Sep-04 11:04
ccotton33313-Sep-04 11:04 
GeneralRe: Minimizing windows in client/server app? Pin
mittalpa13-Sep-04 11:40
mittalpa13-Sep-04 11:40 
GeneralRe: Minimizing windows in client/server app? Pin
ccotton33313-Sep-04 12:43
ccotton33313-Sep-04 12:43 
AnswerRe: Minimizing windows in client/server app? Pin
Dave Kreskowiak13-Sep-04 12:45
mveDave Kreskowiak13-Sep-04 12:45 

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.