Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Import a generic unit in ASP.

Reply
Thread Tools

Import a generic unit in ASP.

 
 
Eitan
Guest
Posts: n/a
 
      01-02-2005
Hello,

How can I import a generic unit (such as system, system.data,
system.data.oledb) in an asp page ?
Where should I put the above code ?
Need sample code, please for ASP pages, and for ASP .net pages (aspx).

Thanks


 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-02-2005
Eitan wrote:
> Hello,
>
> How can I import a generic unit (such as system, system.data,
> system.data.oledb) in an asp page ?


These objects don't exist in classic asp. They are provided by the .Net
framework, which is not accessible to classic asp. You need to be more
specific about what you want. Much of the data contained in these objects is
not available in classic asp.

> Where should I put the above code ?
> Need sample code, please for ASP pages, and for ASP .net pages (aspx).
>

For .Net code, you need to ask a "dotnet" newsgroup. I suggest
microsoft.public.dotnet.framework.aspnet.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Friendly Easy To Install Unit For Voip Like Vonage Unit SuggestionsPlease? Heidy UK VOIP 1 06-22-2007 09:53 AM
unit--, a unit test framework for C++ VvanN C++ 5 04-28-2006 10:01 AM
connect a source unit with an S-Video connection to a receiving unit that has an RCA composite video connection ? worth it ? OCZ Guy DVD Video 6 08-01-2004 05:44 PM
Connect a source unit DVD with an S-Video connection to a receiving unit TV that has an RCA composite video connection Worth it. OCZ Guy Computer Information 0 07-31-2004 12:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57