Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

type array in Sybase

Status
Not open for further replies.

sygeate

Programmer
Aug 20, 2003
3
GB
Hello,

Can I define a type array in Sybase and how?

Cheers

Sy.
 
There is no Array type in sybase.

If you want to perform commands on an 'array' type of objects, use a cursor and process them one at a time. But you can't do something like pass an ARRAY into a procedure or anything like that.



-=-=-=-=-=-=-=-=-
For ease of reading, any posted CODE should be wrapped by [ignore][COLOR][/COLOR] and
Code:
[/ignore] tags.

Ex:
Code:
SELECT 1 from sysobjects

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top