Click here to Skip to main content
16,006,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionbased on cell datagrid dropdown value want to change..., Pin
Member 387988129-Jun-07 3:18
Member 387988129-Jun-07 3:18 
AnswerRe: based on cell datagrid dropdown value want to change..., Pin
Pallavi Bhoite29-Jun-07 19:10
Pallavi Bhoite29-Jun-07 19:10 
Questionmailmessage headers Pin
hkchauhan29-Jun-07 3:05
hkchauhan29-Jun-07 3:05 
AnswerRe: mailmessage headers Pin
Sathesh Sakthivel29-Jun-07 3:12
Sathesh Sakthivel29-Jun-07 3:12 
Questionproblem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 2:54
Narendra Mohan29-Jun-07 2:54 
AnswerRe: problem in migrating from asp to asp.net 1.x [modified] Pin
divyesh143229-Jun-07 3:09
divyesh143229-Jun-07 3:09 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 3:23
mentorNot Active29-Jun-07 3:23 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 4:18
Narendra Mohan29-Jun-07 4:18 
Hi,

I am very much thankful to your reply.
We have included ADODB to the reference but still it is Showing same Error.
Below is Our Migrated code:

<%@ Import namespace="ADODB" %>
<%@ page language="VB" aspcompat="true"%>





<%
Dim gi_LoginOptional As Object
Dim displayHeader As Object
Dim cmd As ADODB.Command
Dim con4 As ADODB.Connection
Dim rs1 As ADODB.Recordset
Dim g_IsLoggedIn As Boolean
Dim displayFooter() As Object
Dim i As Integer
Dim g_HasLoggedIn As Boolean
Dim rs2 As ADODB.Recordset
Dim writeOneOption As Object
Dim MemberOpen() As Object
Dim loginURL As String
Dim headAdd As String
%>
<%
'temp send everyone to homepage, per joey. -rmesard 23-apr-2007
'response.Redirect "content.asp?from=index"
'response.end

con4 = New ADODB.Connection
rs1 = New ADODB.Recordset
rs2 = New ADODB.Recordset
cmd = New ADODB.Command

%>


It si Showing the Error As

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'ADODB.Command' is not defined.

Source Error:



Line 9: Dim gi_LoginOptional As Object
Line 10: Dim displayHeader As Object
Line 11: Dim cmd As ADODB.Command
Line 12: Dim con4 As ADODB.Connection
Line 13: Dim rs1 As ADODB.Recordset


Source File: http://localhost/wlb2003/index.aspx Line: 11

Thanks and Regards
Narendra
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 5:45
Narendra Mohan29-Jun-07 5:45 
AnswerRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 3:17
mentorNot Active29-Jun-07 3:17 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 4:05
Narendra Mohan29-Jun-07 4:05 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 4:25
mentorNot Active29-Jun-07 4:25 
AnswerRe: problem in migrating from asp to asp.net 1.x Pin
doWhileSomething29-Jun-07 14:39
doWhileSomething29-Jun-07 14:39 
QuestionFont Problem Pin
divyesh143229-Jun-07 2:49
divyesh143229-Jun-07 2:49 
AnswerRe: Font Problem Pin
cschuman29-Jun-07 9:53
cschuman29-Jun-07 9:53 
QuestionLifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 2:42
www.Developerof.NET29-Jun-07 2:42 
AnswerRe: Lifetime of an object in ASP.NET Pin
Sylvester george29-Jun-07 2:52
Sylvester george29-Jun-07 2:52 
GeneralRe: Lifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 3:05
www.Developerof.NET29-Jun-07 3:05 
GeneralRe: Lifetime of an object in ASP.NET Pin
Not Active29-Jun-07 3:12
mentorNot Active29-Jun-07 3:12 
GeneralRe: Lifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 3:35
www.Developerof.NET29-Jun-07 3:35 
QuestionBiztalk, pls, answer. pls. I have created a flatfile schema Pin
indian14329-Jun-07 2:27
indian14329-Jun-07 2:27 
AnswerRe: Biztalk, pls, answer. pls. I have created a flatfile schema Pin
Not Active29-Jun-07 2:36
mentorNot Active29-Jun-07 2:36 
Questionincorrect syntax error..., Pin
Member 387988129-Jun-07 2:20
Member 387988129-Jun-07 2:20 
AnswerRe: incorrect syntax error..., Pin
kubben29-Jun-07 2:25
kubben29-Jun-07 2:25 
GeneralRe: incorrect syntax error..., Pin
Member 387988129-Jun-07 2:28
Member 387988129-Jun-07 2:28 

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.