dbTalk Databases Forums  

What is "SalSetArrayBounds"?

comp.databases.gupta comp.databases.gupta


Discuss What is "SalSetArrayBounds"? in the comp.databases.gupta forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Julie
 
Posts: n/a

Default What is "SalSetArrayBounds"? - 04-21-2004 , 03:26 AM






Hello,

I can't found the command SalSetArrayBounds() on the SQLWindows Help.
What make this command? Who can me say where I find information over
there?

I'm working with SQLWindows Version 5.0.4

Thank you,

Julie

Reply With Quote
  #2  
Old   
Peter Popp
 
Posts: n/a

Default Re: What is "SalSetArrayBounds"? - 04-21-2004 , 02:06 PM






Am 21 Apr 2004 01:26:15 -0700 schrieb Julie


Quote:
I can't found the command SalSetArrayBounds() on the SQLWindows Help.
What make this command? Who can me say where I find information over
there?

I'm working with SQLWindows Version 5.0.4

Hello Julie,

I think that SalSetArrayBounds is no more supported in SqlWindows
5.0.4. You can find this notice:

"To support multi-dimensional arrays, replace these functions:

SalQueryArrayBounds
SalSetArrayBounds

with these functions:

SalArrayGetLowerBound
SalArrayGetUpperBound
SalArraySetUpperBound

These functions provide new capabilities:

SalArrayDimCount
SalArrayIsEmpty

Important: You can call any of these functions for both
one-dimensional and multi-dimensional arrays."

By looking at the Syntax, SalSetArrayBounds( Number, Number, Number )
sets lower and upper Bound of a one-dimensional Array and should be
called like this:

Call SalSetArrayBounds( nArray, nLowerBound, nUpperBound )

hth,
Peter Popp
email: Peter.Popp (AT) msc-software (DOT) de


Reply With Quote
  #3  
Old   
Julie
 
Posts: n/a

Default Re: What is "SalSetArrayBounds"? - 04-27-2004 , 09:28 AM



Hello Peter,
best thanks for you answer!

hth,
Julie

Peter Popp <peter.popp.nospam (AT) t-online (DOT) de> wrote

Quote:
Am 21 Apr 2004 01:26:15 -0700 schrieb Julie


I can't found the command SalSetArrayBounds() on the SQLWindows Help.
What make this command? Who can me say where I find information over
there?

I'm working with SQLWindows Version 5.0.4


Hello Julie,

I think that SalSetArrayBounds is no more supported in SqlWindows
5.0.4. You can find this notice:

"To support multi-dimensional arrays, replace these functions:

SalQueryArrayBounds
SalSetArrayBounds

with these functions:

SalArrayGetLowerBound
SalArrayGetUpperBound
SalArraySetUpperBound

These functions provide new capabilities:

SalArrayDimCount
SalArrayIsEmpty

Important: You can call any of these functions for both
one-dimensional and multi-dimensional arrays."

By looking at the Syntax, SalSetArrayBounds( Number, Number, Number )
sets lower and upper Bound of a one-dimensional Array and should be
called like this:

Call SalSetArrayBounds( nArray, nLowerBound, nUpperBound )

hth,
Peter Popp
email: Peter.Popp (AT) msc-software (DOT) de

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.