This is a discussion on Fastest language to access SQl database?? within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> hi folks. just wondering what do people consider the best [in terms of execution speed] language? at the minute ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi folks. just wondering what do people consider the best [in terms of execution speed] language? at the minute im using VBScript [not the best i'd bet]. i have used java in the past but it's been a while so i can remember how it fared. what about.. perl? c++? or any other that you'd care to mention |
| ||||
| You might look into the ADO.Net SqlClient using language of you choice. It is allegedly optimize for SQL Server and cuts out many intermediate layers. "zenlikeRage" <zenlikerage@yahoo.ie> wrote in message news:8cef66a3.0307090424.2d9723be@posting.google.c om... > hi folks. > > just wondering what do people consider the best [in terms of execution speed] > language? > > at the minute im using VBScript [not the best i'd bet]. > i have used java in the past but it's been a while so i can remember how it fared. > > what about.. > perl? > c++? > or any other that you'd care to mention |