Page 1 of 1

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

Posted: Wed 15 Jun 2005 11:12
by jan!!!
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()

Posted: Wed 15 Jun 2005 14:05
by Ikar
Yes, SDAC Trial version requires Delphi IDE running.