Results 1 to 3 of 3

Thread: Information about data object in VB script

  1. #1

    Thread Starter
    Hyperactive Member schuurke28's Avatar
    Join Date
    Feb 2001
    Posts
    402
    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??

  2. #2
    Guest

    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.

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width