|
 |
asp_databases thread: RE: RPDA
Message #1 by "Roy, Siddarth S" <sroy@b...> on Thu, 13 Jun 2002 16:25:27 -0400
|
|
U should know which language it is been made
that is vc++ or vb
u can open the file in visual basic or visual c++ or there is any other
language for it
thx
sid
-----Original Message-----
From: Kien Vinh Duong [mailto:kienvinh.duong@u...]
Sent: Thursday, June 13, 2002 5:30 PM
To: ASP Databases
Subject: [asp_databases] RE: RPDA
Thanks sid
here's another "dumb" question
what do i use to edit a dll file?
should i edit a dll file?
what is in a dll file?
thanks
Kien
Message #2 by "Kien Vinh Duong" <kienvinh.duong@u...> on Thu, 13 Jun 2002 21:30:23
|
|
Thanks sid
here's another "dumb" question
what do i use to edit a dll file?
should i edit a dll file?
what is in a dll file?
thanks
Kien
Message #3 by "Kien Vinh Duong" <kienvinh.duong@u...> on Thu, 13 Jun 2002 20:37:36
|
|
This may seem like a stupid question, but can someone please explaing what
the following code means:
Dim objRock
Set objRock = Server.CreateObject("RPDA.clsRock")
what exactly is RPDA.clsRock
is clsRock a file that is located somewhere (if yes how can i trace the
path of this file), or is it an object that is being created?
thanks a million!
Kien
Message #4 by "Roy, Siddarth S" <sroy@b...> on Thu, 13 Jun 2002 15:30:22 -0400
|
|
It is object which is being created It should be a dll on the system
or registered on the server if u are uisng the dev server
thx
sid
-----Original Message-----
From: Kien Vinh Duong [mailto:kienvinh.duong@u...]
Sent: Thursday, June 13, 2002 4:38 PM
To: ASP Databases
Subject: [asp_databases] RPDA
This may seem like a stupid question, but can someone please explaing
what
the following code means:
Dim objRock
Set objRock =3D Server.CreateObject("RPDA.clsRock")
what exactly is RPDA.clsRock
is clsRock a file that is located somewhere (if yes how can i trace the
path of this file), or is it an object that is being created?
thanks a million!
Kien
|
|
 |