473,659 Members | 2,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.OLE DB.Connection()
..
..
..

'obtain connection string
objconn.Connect ionString = "c:\inetpub\dat abases\test.mdb "

And this last line is what is generating error. Help!!!
Nov 17 '05 #1
1 16347
mr********@yaho o.com (Ammar_ace) wrote in message news:<e2******* *************** ****@posting.go ogle.com>...
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.OLE DB.Connection()
.
.
.

'obtain connection string
objconn.Connect ionString = "c:\inetpub\dat abases\test.mdb "

And this last line is what is generating error. Help!!!


Is all your code between the <script runat="server"> </script> tags?
and is it all within subs or functions?

A dummy bit of code may look like this ..

<script runat="server">

'no Code ever here!

Sub Page_Load(sende r As Object, e As EventArgs)
'Code here
'Code here
'Code here
End Sub

'no Code ever here!

</script>

hope that helps

Fragg
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4955
by: TJS | last post by:
trying to display pdf file in browser fails on this line: Response.ContentType = "application/pdf" getting an error about no declaration found for "response" what declaration is needed ???
9
5025
by: D. Shane Fowlkes | last post by:
Still learning ASP.NET....(and I was getting so good with classic ASP too!). I'm trying to connect to a SQL Server using a simple connection script. I've checked 2 different books and looked at www.asp.net and still cannot get past this "error". Can anyone see the error? This <script> example is almost line by line from the Sams ASP.NET Unleashed Book. The error is on line 8. Thanks.
2
5314
by: Simon Harris | last post by:
Hi All, I have a page which I want to accept an ID on the querystring - I'm trying to get this ID into a hidden form field. I have the following code at the top of my page: Line 5: <script language="VB" runat="server"> Line 6: dim ResortID as integer Line 7: ResortID = Request.QueryString("resortid")
1
3507
by: Chuck Insight | last post by:
Another newbie question. While working on a WEB project, I came across some code that looked promising, but retues an error. The code is: Private Sub Form_Load() The error it produced is: error BC30188: Declaration expected. In a nutshell
3
2261
by: rdi | last post by:
The import statements weren't copy/pasted, but everything INSIDE the class WAS copy pasted from the help file. Starting with the myMail.From line and going down to the SmtpMail.Send line, EVERY line results in a "Declaration Expected" error. -- RDI (remove the exclamation from the email address) Imports System.Web Imports System.Web.Mail
3
3384
by: Steve King | last post by:
I've an error in code I got from a walkthrough that should work just fine. I added a reference to DMO that shows up in the references properly. The Dim line shows no errors but the initialized object shows an 'Declaration Expected' error. What could be happening? Dim oSQLServer As New SQLDMO.SQLServer oSQLServer.Connect("(local)", "myServer", "myPassword") -- Steve King
2
2301
by: phil | last post by:
Hi, When executing this (asp.net 2.0), i get the error: Compiler Error Message: BC30188: Declaration expected. Line 9: Dim dtreader As SqlDataReader Line 10: Line 11: db = new Sqlconnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\access\nemi.mdb") Line 12: Line 13:
1
2000
by: Cirene | last post by:
I'm binding a datagrid to my business object. I get an error that the type 'abcshoppingcart'...is not marked as serializable. So, I added a attribute in the class. But then a blue squiggly appears with 'declaration expected'. Any idea why? Public Class abcshoppingcart Public customer As New abccustomer Public product As New List(Of abcproduct)
1
9275
by: Stevecb | last post by:
Hello I'm getting the error "Declaration expected" twice in this code... 'Required in all cases when calling API functions Imports System.Runtime.InteropServices 'Required in this example and any API function which 'use a string buffer. Provides the StringBuilder class Imports System.Text
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8339
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8535
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4338
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2757
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.