
Can crystal report access MS Access ODBC driver in Window NT server
Hi.
Currently I created a
Crystal Report using V7.0 and attached the report
inside
Visual Basic 5. Meanwhile I have set up a MS Access ODBC driver onto
Window NT but there is not MS Access ODBC driver in Window workstation, my
question is can I write a program to access MS Access ODBC driver in Win NT
server?
The below is my program source code:-
Crystalreport1.connect = "dsn=ttlink;uid=sa;pwd=;dsq=Administrator"
Crystalreport1.Reportname = "\\server\rpt\item.rpt"
Crystalreport1.Action = 1
note: ttlink is the above said MS Access ODBC driver in Window NT server
Regard
Tony