Re: Scriptable dynamic forms applications



> SQL Server

SQL Server .Net usage resulted in a variety of changes to the way memory is allocated in .Net, which to many, are the reason why .Net 2.0 official release is late.
You can most defenitely use it, but I reckon the code to wrap it, make it safe and operate in a controled fashion is probably larger than the code of most script engines ;)


Also, keep in mind that SQL Server, NexusDB or Oracle scripting are targeted at 'normal' (professionnal) developpers.

I did some experiments with the floating point
math (I know Delphi does not exactly shine in this area)
> and my C# examples kicked the s..t out of native delphi.

Well, I did some experiments on strings, and DWS kick the s..t out of ..Net, while getting kicked itself by native Delphi.

GC could be the problem but probably not that much
if .NET "scripts" would not allocate anything major.

That's assuming your scripts will be correct code, correctly programmed, by people that know exactly what they're doing, which IME isn't always the purpose of scripts (in our case, most scripts are made by consultants and part-time developpers, and ugly stuff they do write)


Eric I actually wanted to discuss couple of things with you that
> are related to 3D graphics/scripting. Is it possible that we can yap
> for a while on MSN Messenger?

MSN Messenger is the first thing I kick out of windows after install, don't plan of ever installing it back ;)
Mail or ng may thus be more indicated.


Eric
.



Relevant Pages

  • Re: Install Northwind SQL Database?
    ... Eastern Time as I am located in Pennsylvania. ... I tried to install some components and the setup told me they were ... I tried running the scripts using osql and got the error ... It would also be helpful to know what version of SQL Server you're using. ...
    (microsoft.public.sqlserver.setup)
  • Re: Re:SP4 error running replsys.sql
    ... install in debug mode and skipping all of the scripts. ... the list of scripts setup tried to run was: ... > Jasper Smith (SQL Server MVP) ...
    (microsoft.public.sqlserver.setup)
  • Re: Install Northwind SQL Database?
    ... C:\SQL Server 2000 Sample Databases are: ReadMe SQL Sample Db Scripts, ... LogTransaction, SQL Server Database Primary File for Northwind, instPubs SQL ... practice install on a virtual machine. ...
    (microsoft.public.sqlserver.setup)
  • Re: How do I import/export databases in MSDE?
    ... Scripts are like the old PRGs (files with FoxPro statement or DML) ... ... > OSQL is only a client tool able to communicate with SQL Server via ODBC API, ... > T-SQL statements are sent to the server via the network protocols via the ...
    (microsoft.public.sqlserver.msde)
  • Re: How to generate SQL server script programmatically?
    ... Do you know any Java solution for this? ... > Looking for a SQL Server replication book? ... The install package basically will consist of scripts ... >> every objects in the databases, like all the tables, stored procedures, ...
    (microsoft.public.sqlserver.server)