Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored procedures and the 26 parameters limit
Message
 
 
To
21/01/2005 11:15:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00976697
Message ID:
00979304
Views:
51
>Hello again Sergey,
>
>I tried to implement your solution, but am not too sure about the way to do it.
>My problem is the following : I'm having a list of say 50 ADO parameters to convert into a XML string. To use the CURSORTOXML() function I need to convert my parameter list into a cursor first. No problem creating a cursor with the fields name, type, size, and direction, but the value of the parameter is not of known type, and I can't make it fit into a cursor.
>An ugly solution I can see would consist in having as many value columns as there are possible datatypes, and filling only the column of the datatype matching the type column. There should be something better.

I think it could be simpler to build XML directly w/o using CURSORTOXML(). You should explore it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform