cheerfulskeptic
Programmer
I am using Crystal 7. ODBC is very slow to the Pervaisve SQL server, so I changed to the Btrieve Driver. This is all in a subreport - I then specified the f:\MAx\sales\file.ddf location as the definition location. The database table location (just 1 table) is f:\max\sales\invdet.dat alias Invoice_Detail.
Everything works great inside crystal. When I use the activex viewer to view it over the web, it gives me a CRAXDRT error. If I dont trap it, I get an ASP error saying server threw an exception.
here's my logon info in my asp file:
crtable.SetLogonInfo cstr("f:\max\sales\field.ddf"), cstr("Invoice_Detail"), cstr(""), cstr("")
What am I doing wrong?
thanks!
Everything works great inside crystal. When I use the activex viewer to view it over the web, it gives me a CRAXDRT error. If I dont trap it, I get an ASP error saying server threw an exception.
here's my logon info in my asp file:
crtable.SetLogonInfo cstr("f:\max\sales\field.ddf"), cstr("Invoice_Detail"), cstr(""), cstr("")
What am I doing wrong?
thanks!