Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DataSource change when not in admin
Name: tzuhsun Date: April 3, 2006 at 21:21:31 Pacific OS: Windows 2000 Pro SP4 CPU/Ram: P4 2.4 Product: Dell
Comment:
Hi all, Recently I try some script from microsoft which need to connect to SQL Server 2000 (SP4) database using ODBC, but my PC keep on show me datasource not found.
This problem only occur when I login PC using ordinary user account. If I login using admin account everything will work fine.
For example: Datasource=MY_PC User Acccount: XXX
So the script will pop me something like this: "Datasource not found: MY_PC\XXX" but actually I coded "Datasource=MY_PC" in my test script.
The error above would not happen if run under admin account.
Hope someone can advise on this weird thing. Thanks.
Name: jhunt303 Date: April 4, 2006 at 02:35:53 Pacific
Reply:
Make sure it is a 'system DSN' and not 'User DSN' ODBC connection
0
Response Number 2
Name: tzuhsun Date: April 4, 2006 at 19:53:33 Pacific
Reply:
Hi jhunt303, I quite sure I put the ODBC in system DSN already.
One more thing is the data source name I use is same name with local PC name.
When I tested it with another data source name (still connect to same database), the error msg pop again, but this time different: "[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied." Error Code: 80004005 Source: Microsoft OLE DB Provider for SQL Server.
Summary: Hello Forgive my poor SQL knowledge. Im looking after an SQL 2005 machine which i inherited. I typically just need to maintain it, however, Im after getting a request to change something . I have a t...
Summary: I created a database from data I inherited from another person. The data has three tables ' Mother, Child, Follow up Child data. The data on follow up is updated each month up to 24 months. The data o...
Summary: This might also help: Before you begin, make sure the table is not in use. Then use the isql utility to perform these manual steps, entering go after each command: 1. Turn on support for maki...