[fpc-pascal] Re: how to use odbc Allow multiple statements

liuzg2 liuzg2 at 21cn.com
Fri Jun 11 03:50:42 CEST 2010


but

can  TSQLScript result as  tdateset?
1:
select top 1 * into #x from 
r_sale;

select * from #x
2:declare @busno VARCHAR(10)
select @busno='0001'
CREATE TABLE #wareid ......
select * from #wareid
where  busno=@busno




More information about the fpc-pascal mailing list