Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass-through character limits?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00164772
Message ID:
00165096
Vues:
19
I tried doing the sample with create procedure as @ but that didn't work.
SQL said that there were no statements...

Does SQL allow for low-level file output to an .SQL script which it can then execute?

The other problem that I ran into was that you had to declare the variable you would be using in the SQL statement to initiate the process, which in this case would be of a TEXT data type. These apparently are not supported for variable declarations and wouldn't work... You would still be set to a VARCHAR of 255.

Any ideas???

>>Hmmmm....
>>
>>I was thinking of something along the lines of the following:
>>
>>SELECT @sqlstatement = sqlholder.sqlstatement
>>CREATE PROCEDURE sp_tempwork AS @sqlstatement
>>
>>I dunno if this would work...do you?
>
>me too :). My guess is if some intermediate table will be involved anyway, then you could utilize two or more records of this table and then call stored procedure with few parameters (record ids).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform