GitarJake
|
| Posted: 09/23/2004, 2:01 PM |
|
Hello,
How do I avoid getting the error below?
Unable to establish connection to database.
Error information:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NOVOSOLUTIONS\IUSR_T-SERVER'.
Win Svr 2003
SQL 2000
The odbc connection tests succesfully. Is this a permission issue? Where do I check?
Thanks
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/23/2004, 11:40 PM |
|
"Login failed for user" - looks like a password issue.
The ODBC connects OK when used at the design time, but you also need to configure your Server connection for the generated application.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
GitarJake
|
| Posted: 09/24/2004, 11:24 AM |
|
Hi Peter,
Sorry if I seem like a novice, but hey, I am!
Where and how do I configure my Server connection for the generated application?
Thanks
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/24/2004, 1:56 PM |
|
You should be able to search the Help (F1) for server connection.
Here is one sample link: http://docs.codecharge.com/studio/html/UserGuide/Workin...Connection.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|