Ask a Question related to ASP.NET General, Design and Development.
-
Ammar_ace #1
BC30188 Declaration Expected
Can Somebbody pls help me out here. i am new to .net programming, i am
trying to connect to an access database and read, but i get the error
message 'BC30188 Declaration Expected'
this is what i did
'create the connection object
Dim objConn As New System.Data.OLEDB.Connection()
..
..
..
'obtain connection string
objconn.ConnectionString = "c:\inetpub\databases\test.mdb"
And this last line is what is generating error. Help!!!
Ammar_ace Guest
-
Declaration of myPrincipal
I got error at Implements IPrincipal when I want declare my own principal. Any boy can tell me why? Thanks Imports System.Security.Principal... -
Declaration
How should i declare this in my server component? Looks like this now and i wants to declare arrTemp as ???? Private arrTemp Used like this: ... -
Type Declaration in asp and VB
Have you tried this Public Sub getStandard(Byval strODBC As String, ByVal strHTML As String) Define your parameters passed by value? Maybe... -
Global Variable declaration
For some reason this wont compile, it says that i need to declare the variable before using it on prepareMovie global sm204 -
Class Declaration
What exactly are you asking? -- HTH, Kevin Spencer ..Net Developer Microsoft MVP http://www.takempis.com Big things are made up



Reply With Quote

