sdac 3.55 trial & asp.net & Vs.Net 2003

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jan!!!

sdac 3.55 trial & asp.net & Vs.Net 2003

Post by jan!!! » Wed 15 Jun 2005 11:12

hello,
i have tried to make a small sample to test the performance in in asp.net.
(I am using visual studio 2003)
but i get following error "SDAC trial version requires Delphi IDE"

is this just a trial problem?



Dim msCon As New CoreLab.Sdac.TMSConnection(Nothing)
Dim msQuery As New CoreLab.Sdac.TMSQuery(Nothing)
msCon.ConnectString = sConstr
msCon.Open()
msQuery.Connection = msCon
msQuery.CommandTimeout = 0
msQuery.SQL.Text = txtSQL.Text
msQuery.Open()

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 15 Jun 2005 14:05

Yes, SDAC Trial version requires Delphi IDE running.

Post Reply