•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 397,625 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,454 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 3111 | Replies: 10
•
•
Join Date: Nov 2005
Posts: 23
Reputation:
Rep Power: 3
Solved Threads: 0
I am having problem in connecting to database. The problem is with the following code.
I am having error on line2
the error is
System.NullReferenceException: Object variable or With block variable not set.
I think there is problem in my connection string but i cant figure out.
the connection string is
i have also tried
but still its not working. I have also seen some tutorials but they didnt help me. Can anyone plz tell me what could be wrong. I want to insert values into database from textboxes.
But i am facing this connectivity error.
dim objCmd as new OleDbDataAdapter() objCmd.SelectCommand.Connection = dbconn objCmd.SelectCommand.CommandText= sql
I am having error on line2
the error is
System.NullReferenceException: Object variable or With block variable not set.
I think there is problem in my connection string but i cant figure out.
the connection string is
dim strConnection as String="Provider=Microsoft.Jet.OLEDB.4.0;data source=" & server.mappath("mydb.mdb")
Dim dbconn as New OleDbConnection(strConnection)i have also tried
dim dbconn=New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=c:/inetpub/wwwroot/day1/mydb.mdb")but still its not working. I have also seen some tutorials but they didnt help me. Can anyone plz tell me what could be wrong. I want to insert values into database from textboxes.
But i am facing this connectivity error.
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
.net .net framework 3.0 access ajax algos asp avatar backup breach code combo custom daniweb data database design development dom dropdownlist feed fortitude government hacker hope ibm microsoft module msdn net news normalization office reader reuse security server skin software sql struggle survey theme trial-and-error victory vista weather web windows workflow xml xoap
- error in connecting MySql and PHPBB help me..... (MySQL)
- Registration and Login scripts using VB and Oledbconnection to Access Database (ASP.NET)
- struggling with connecting database to server (ASP.NET)
- Unable to insert data into SQL Database (ASP)
Other Threads in the ASP.NET Forum
- Previous Thread: Bug? ToggleButton problem in toolbar for VC++.NET
- Next Thread: Need help in project



Threaded Mode