|
-
Feb 7th, 2001, 08:43 AM
#1
Thread Starter
Hyperactive Member
Does anybody has information about the data object in VB script or an url where i can find that??
i have code like
data.deleteline, data.getnroflines, ...
but i don't have any info about the object data so i presume it is a known object in VB Script??
-
Feb 7th, 2001, 03:39 PM
#2
There has to be a reference
If you don't see something in your script that looks like
Set data = Server.CreateObject("whatever object name"),
then there are probably some include files, and you can look in those.
-
Feb 8th, 2001, 08:52 AM
#3
I don't have the latest msdn either, but here is some info from microsquash on data objects in your vis interdev:
http://msdn.microsoft.com/library/de...nvironment.htm
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
|