Steve DiDomenico
|
| Posted: 09/08/2002, 1:43 PM |
|
I'm a COBOL Programmer new to Intranet Development. We just starting to use CodeCharge (ASP/VBScript/SQL Server) in a new Intranet environment to build a Fund Raising Application.
If running SQL Server on an NT Server and using NT Work Stations or Win98 as Development Clients without SQL Server installed, how do I set up the Connection String in Properties | Database?
The clients do not have the SQL Server ODBC Drivers.
If the Connection String will land in the ASP Code and run on the Server, why would the ODBC Driver have to be on the Client Development computer?
Please advise...
Thanks in advance for your time,
Steve
|
|
|
 |
EMG
|
| Posted: 09/10/2002, 7:07 AM |
|
The CCS IDE needs to connect to the database to retrieve various schema information ie, column names, data types, etc.
|
|
|
 |
|