Natalie
|
| Posted: 10/09/2002, 9:56 AM |
|
Ok, I have a development machine and a machine dedicated for my server. I have SQL Server 2000 installed on my server machine but I need to connect from my development machine. Do I have to install it here too or can I make a connection from Code Charge Studio to the SQL database on my server?
Thanks.
|
|
|
 |
Steve
|
| Posted: 10/09/2002, 9:34 PM |
|
If you are wanting to do nothing more than make a connection to a SQL Server, you can go to your Control Panel (assuming you are on a Win2K Dev PC), go to "Administrative Tools", then "Data Sources-ODBC", in the "User DSN" tab, select "Add". Scroll to the bottom of the Selection list and select "SQL Server". When you click "Finish", you can then insert your connection (configuration) information. You can then use this ODBC connection as your Data Source for your project.
Hope this helps.
|
|
|
 |
|