> My statement implies that J only creates the SQL statement. This is 
> incorrect. Specifically, the C# application retrieves data from the SQL 
> server over the internet and submit all data into the current J session. J 
> now computes everything and just returns a string containing 3 type of 
> SQL-DDL statements which are DELETE, INSERT and UPDATE statements. The C# 
> calling application now has the responsibility of executing/submitting this 
> SQL statements to the MS-SQL Server. Hahaha, I actually saw and instance 
> where ADO.NET choked on a 25,000 SQL-DDL statement generated by J in less 
> than a minute.

Does M$-SQL Server support batch?

regards,
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to