Board index » delphi » SQL Text manipulation - Solution working fine...
Objetivo Americana - Brasil
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
SQL Text manipulation - Solution working fine...
Take a look on the following code. It work fine with manipulation of text
variables. You can pass more than 5000 characters and revert it to int codes to be inserted on a #temp table. Regards - Jos Lus - Brasil *************************************************************************** CREATE PROCEDURE SP2_TesteTexto @tTurmas Text AS if not exists(select * from sysobjects where id = if not exists(select * from sysobjects where id = select @iCont1 = 1 While (@iCont1 <= @iQTDTurmas) Select all * from TempDB.#Turma |