|
-
Oct 27th, 2002, 01:01 PM
#1
Thread Starter
Hyperactive Member
Error:Type 'adoconnection' is not defined
iam getting Compiler Error Message: BC30002: Type 'adoconnection' is not defined at line 6..
------------------------------------
1. <%@ Page Language="vb" %>
2. <%@ import Namespace="system.data" %>
3. <%@ import Namespace="system.data.ado" %>
4. <script runat="server">
5.
6. dim cnn as adoconnection
7. dim cmd as adodatasetcommand
8. dim ds as new dataset
....
....
------------------------------------
can anyone pl help me!..
ThanX in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|