Search Search

#1 worldwide
FREE Coding Lessons

since 1996
   THE BEST WAY to learn ASP & Asp.net!
Advertise Here!
click for details
Credits Host:
DiscountASP.net
Server Admin:
The "Team"
Contact Info.
Charles M. Carroll

my Blog
[prev. Lesson]  VB: DLL overwrite problems
     [next Lesson]  VB: ADO, Build It!

VB Component: DBHelper from Web Page

Here is a call to a VB custom component we created:

   filename=/learn/test/dbhelper.asp

<Test Script Below>


<html><head>
<title>dbhelper.asp</title></head>
<body>
<%
set mycomponent=server.createobject("charlescarroll.dbhelperver001")
mycomponent.connect ="DSN=student;uid=student;pwd=magic"
mycomponent.query = "select * from publishers"
mycomponent.maketable
set mycomponent=nothing
%>
</body></html>
Chaz Wish List
Tall Tip $5
Grande Tip $20
Venti Tip $39
Tip Jar Thanks
2004 Thanks
2005 Thanks
HUGE Tip -love site