Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 17th, 2005, 02:38 AM
Registered User
 
Join Date: Oct 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to louie001 Send a message via AIM to louie001 Send a message via MSN to louie001 Send a message via Yahoo to louie001
Default Connection Property:Has not been initialized

Hello Everyone,

Pls help me....How can i initialized the connection property, thank you..


ExecuteReader: Connection property has not been initialized.


Line 132:Dim reader As OleDbDataReader = Command.ExecuteReader()


asd
 
Old October 17th, 2005, 11:46 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

You need to post all of your code. Did you create a connection object such as?:

Dim objConn As OleDb.OleDbConnection
objConn.ConnectionString = "Connection String"
Command.Connection = objConn






Similar Threads
Thread Thread Starter Forum Replies Last Post
ExecuteReader: Connection property has not been in Follie Visual Studio 2005 3 October 14th, 2008 04:06 AM
Connection property has not been initialized sasi.vempalli ASP.NET 1.0 and 1.1 Basics 0 September 19th, 2006 03:03 AM
Specify the connection string property at runtime Lawrence C. Zauberis BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 1 July 7th, 2006 09:40 AM
connection not initialized jazzcatone ASP.NET 1.x and 2.0 Application Design 1 July 29th, 2005 01:02 PM
Connection has not initialized Properly ERROR!!!! ramana123 ASP.NET 1.0 and 1.1 Basics 0 July 7th, 2005 01:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.