Click here to Skip to main content
15,888,454 members
Home / Discussions / Database
   

Database

 
Generalserver application not available Pin
Member 12288431-Jan-05 23:22
Member 12288431-Jan-05 23:22 
GeneralOracle forms 6i problem Pin
missnazar1-Jan-05 20:12
missnazar1-Jan-05 20:12 
GeneralCreating a Web Form Using a DataSet Pin
macsgirl1-Jan-05 16:17
macsgirl1-Jan-05 16:17 
GeneralRe: Creating a Web Form Using a DataSet Pin
perlmunger3-Jan-05 9:40
perlmunger3-Jan-05 9:40 
GeneralWhere... Pin
KORCARI1-Jan-05 1:22
KORCARI1-Jan-05 1:22 
GeneralSQL Server does not exist or access denied Pin
nikneem200531-Dec-04 6:07
nikneem200531-Dec-04 6:07 
GeneralRe: SQL Server does not exist or access denied Pin
kings_131-Dec-04 7:51
kings_131-Dec-04 7:51 
GeneralRe: SQL Server does not exist or access denied Pin
Colin Angus Mackay31-Dec-04 15:26
Colin Angus Mackay31-Dec-04 15:26 
Well, if you are using sa just for testing access to make sure you can see the SQL Server that is fine. You shouldn't use it normally as it represents a serious security risk.

If you can use the Enterprise Manager to browse to the SQL Server then the firewall isn't the problem.

If you are connecting use a SQL Server account, such as sa, then the access rights of the ASPNET account are not important - they only become important if you do use Windows Integrated Security, which you aren't.

In order to solve connection problems you need to understance how the ConnectionString works - relying on the IDE to generate one for you is useful only for quick throw away applications. I find that in production code it is a hinderance and causes more problems than it solves.

You should examine the ConnectionString[^]that has been generated. You need to look at 4 parts specifically. These are Server (or Data Source), Database (or Initial Catalog), Password and User ID. See the linked document for more information.

The Server must be set to the name of your SQL Server (this may be a named instance of SQL Server, in which case the server name is in the format MachineName/NamedInstance)



Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: SQL Server does not exist or access denied Pin
nikneem20051-Jan-05 4:00
nikneem20051-Jan-05 4:00 
GeneralRe: SQL Server does not exist or access denied Pin
nikneem20051-Jan-05 4:28
nikneem20051-Jan-05 4:28 
GeneralHuge Memory Consumption Pin
Developer567831-Dec-04 0:41
Developer567831-Dec-04 0:41 
GeneralRe: Huge Memory Consumption Pin
Mike Dimmick2-Jan-05 6:16
Mike Dimmick2-Jan-05 6:16 
GeneralRe: Huge Memory Consumption Pin
Developer56783-Jan-05 2:45
Developer56783-Jan-05 2:45 
GeneralHow Pin
KORCARI31-Dec-04 0:09
KORCARI31-Dec-04 0:09 
GeneralRe: How Pin
Rob Graham31-Dec-04 3:45
Rob Graham31-Dec-04 3:45 
GeneralWhere.... Pin
KORCARI31-Dec-04 0:06
KORCARI31-Dec-04 0:06 
GeneralMySQL GRANT SELECT Pin
alex.barylski30-Dec-04 15:09
alex.barylski30-Dec-04 15:09 
GeneralRe: MySQL GRANT SELECT Pin
WoutL31-Dec-04 0:46
WoutL31-Dec-04 0:46 
GeneralRe: MySQL GRANT SELECT Pin
Colin Angus Mackay31-Dec-04 15:46
Colin Angus Mackay31-Dec-04 15:46 
GeneralTOPLESS LADIES INSIDE - SQL Pin
HarryBo30-Dec-04 9:10
HarryBo30-Dec-04 9:10 
GeneralRe: TOPLESS LADIES INSIDE - SQL Pin
Javier Lozano1-Jan-05 13:44
Javier Lozano1-Jan-05 13:44 
GeneralOracle forms 6i problem Pin
missnazar30-Dec-04 4:00
missnazar30-Dec-04 4:00 
GeneralStored Procedure PRoblem Pin
percyvimal30-Dec-04 2:15
percyvimal30-Dec-04 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.