Jeanne Harris

oConn := SQLConnection():new('MyNewDSN', 'MyUserId', 'MyPassword')
After installing MSDE I create an SQL database:
setup SAPWD="byteme98" INSTANCENAME="EDUSTRUCTURES" SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0
My computer where the SQL Server is running is JeanLapTop
Now I want to Creat an SQL ODBC Data Source Connection. So I do Start menu, point to Settings | Control Panel | Administrative Tools and Select ODBC Data Sources. I select the System DSN tabpage then press
1 ADD.
2 Then I select SQL Server..
3 then I enter LunchCashierSIF for the name and the Descriptions and
4 I select JEANLAPTOP\EDUSTRUCTURES as the server.
5 I then change the defaut database to LunchCashierSIF
What do I put into these parameters to have the SQLConnection:new work correctly?
MyNewDSN
MyUserId
MyPassword
Jean Harris