Click here to Skip to main content
15,889,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Send image to another form Pin
Christian Graus15-May-08 11:33
protectorChristian Graus15-May-08 11:33 
GeneralRe: Send image to another form Pin
winsane15-May-08 17:38
winsane15-May-08 17:38 
GeneralRe: Send image to another form Pin
Christian Graus15-May-08 19:22
protectorChristian Graus15-May-08 19:22 
QuestionReg:Get Source Path Pin
P.T.R.K15-May-08 4:04
P.T.R.K15-May-08 4:04 
AnswerRe: Reg:Get Source Path Pin
helelark12315-May-08 4:35
helelark12315-May-08 4:35 
QuestionVB.NET with Access Database Pin
PCChuck15-May-08 4:01
PCChuck15-May-08 4:01 
AnswerRe: VB.NET with Access Database Pin
helelark12315-May-08 4:38
helelark12315-May-08 4:38 
GeneralRe: VB.NET with Access Database Pin
PCChuck15-May-08 5:18
PCChuck15-May-08 5:18 
I believe I'm using a connection object. I don't really know the proper terminology. Here is a bit of my code.

Dim myConnectionString as String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=I:AccessDB.mdb"

Dim myConnection as new OleDb.OleDbConnection(myconnectionString)

---ONLOAD---

myConnection.open()

OleDbDataAdapter1.Fill(Dataset11)

And so on...

I take it this is a Connection object?
I have tried using MyConnection.execute but this doesn't work.
I'm not finding the ".execute" anywhere. Is there some Inherits that I'm missing? The only thing I'm Inherting at the moment is System.windows.forms.form
I'm sorry if I sound a little uneducated. This is the first serious application I've attempted and unfortunately my Associates in Programming probably wasn't worth the education I received. Thanks again.
GeneralRe: VB.NET with Access Database Pin
Steven J Jowett15-May-08 6:02
Steven J Jowett15-May-08 6:02 
QuestionDifferentiate form close event Pin
nishkarsh_k15-May-08 2:59
nishkarsh_k15-May-08 2:59 
AnswerRe: Differentiate form close event Pin
Rupesh Kumar Swami15-May-08 3:16
Rupesh Kumar Swami15-May-08 3:16 
GeneralRe: Differentiate form close event Pin
nishkarsh_k15-May-08 3:23
nishkarsh_k15-May-08 3:23 
AnswerRe: Differentiate form close event Pin
helelark12315-May-08 3:29
helelark12315-May-08 3:29 
GeneralRe: Differentiate form close event Pin
nishkarsh_k15-May-08 3:32
nishkarsh_k15-May-08 3:32 
GeneralRe: Differentiate form close event Pin
mr_lasseter15-May-08 4:05
mr_lasseter15-May-08 4:05 
GeneralRe: Differentiate form close event Pin
nlarson1115-May-08 4:07
nlarson1115-May-08 4:07 
AnswerRe: Differentiate form close event Pin
helelark12315-May-08 4:48
helelark12315-May-08 4:48 
AnswerRe: Differentiate form close event Pin
nishkarsh_k15-May-08 19:05
nishkarsh_k15-May-08 19:05 
QuestionLive Broadcast on web using Windows Media Encoder SDK Pin
xavier198815-May-08 2:29
xavier198815-May-08 2:29 
AnswerRe: Live Broadcast on web using Windows Media Encoder SDK Pin
Thomas Stockwell19-May-08 8:23
professionalThomas Stockwell19-May-08 8:23 
QuestionFlickering Problem in Text Control Pin
Soumya9215-May-08 2:05
Soumya9215-May-08 2:05 
QuestionHow to open an excel file in the Visual Basic 6.0 Form Pin
Member 224184315-May-08 1:02
Member 224184315-May-08 1:02 
AnswerRe: How to open an excel file in the Visual Basic 6.0 Form Pin
helelark12315-May-08 3:30
helelark12315-May-08 3:30 
QuestionInsert Row In Excel File Pin
hitesh sojitra15-May-08 0:36
hitesh sojitra15-May-08 0:36 
AnswerRe: Insert Row In Excel File Pin
parth.p15-May-08 0:59
parth.p15-May-08 0:59 

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.