I am getting an error while connecting to SQL Server Database. Pls Help. -
I am getting an error while connecting to SQL Server Database.
I have configured everything PWS and ODBC. I am having Win98 and have installed PWS and I also configured ODBC for SQL Server. And also the connectivity is succeeded. And I am trying to update it And as soon I click on the submit button on the ASP Page I get an error that says:-
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
/demo/feedbackaction.asp, line 27
I am using a SQL Login ID:- sa in the ODBC connectivity.
But what do I need to do?
Please help me!
Thank you
connecting to a web database -
dear friends,
i own a sql server database located in a web server and i need to upload some thousand records into it in a single click to the database . how will i do it ? is there any specific strings for connecting to a web database like connecting to a server.
regards,
Connecting MS access remotely -
A few of us, all new to Java, are working on a design project for school and are having difficulties connecting to a MS-ACCESS database on a remote server. We know the IP Address, Login and Password for the server as well as the database name.
Does anyone know of a driver that will
I am getting an error while connecting to SQL Server Database. Pls Help. -
I am getting an error while connecting to SQL Server Database.
I have configured everything PWS and ODBC. I am having Win98 and have installed PWS and I also configured ODBC for SQL Server. And also the connectivity is succeeded. And I am trying to update it And as soon I click on
I am getting an error while connecting ASP page to SQL Server. Pls help -
I am getting an error while connecting to ASP page SQL Server Database.
I have configured everything PWS and ODBC. I am having Win98 and have installed PWS and I also configured ODBC for SQL Server. And also the connectivity is succeeded. And I am trying to update it And as soon I
Connecting a DataList to SQL Server -
Does anyone have any experience connecting a datalist to SQL Server 2005 Database that is hosted by GoDaddy using the Visual Studio 2005 wizard.
I have been able to connect to the DB using VB code for building the DB, but now I am trying to display it based on the user's login info
SQl 2005 not connecting -
Hi,
When trying to connect to the server, it is giving following error.
"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow
problem with connection to sql database -
I try connect to SQL DATABASE
And got error:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: N
Error connecting to remote server -
Hello,
I have a problem trying to connect a remote sql server. The error:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote
Connection String error -
I am having problems connecting to my database. I am not sure if it is an IIS problem or a problem with the connection string. It is connecting to SQL Server 2005. Below is the connection string and the error I am receiving. Any help or tips would be greatly appreciated!
CONNSTR
[2005] ASP.Net 2.0 Sql server 2000 connection not working on development server -
I created an application locally on my pc. I have no problem connecting to a sql server 2000 database that is located on a seperate server.
I setup users, roles, rules via security configuration tool. All related information is corrrectly stored in the sql server 2000 database.
connecting to SQL Server in code [resolved] -
Hello
I am creating a database application from code and connecting to a SQL server database.
The sql server is called steves-pc\netsdk
The database is called personal
But l don't know how to write the code to get a connection.
Many thanks for your help
Steve
Trouble connecting to SQL Server 2005 -
Hi,
I hope someone can help me...
I have been learning VB.Net via a text book and I have come onto the section "Database Programming with SQL Server and ADO.Net".
I am following an exercise in the book, but I am getting the following error message when running the pr
Distributed Database (System) Question -
Hello,
I am using an access database (2003), I have a problem in connecting with remote databases because folder sharing among the computers are not allowed according to the guidelines given to us.
What I need is to set up each database of every computer as a server so that ot
Error Connecting the SQL Server -
Hi all
This is the error I am getting for connecting my project to the SQL Server 2005.
I do not understand this error, because it occurs some times only. Other wise my project working properly but what multiple user work on the same database on the SQL Server then this error will
[2005] Urgent! DB connection problem... -
I was this close to moving my code to production this morning and I found a problem.
To make a long story short, on my test server we were running both sql server 2000 and sql server 2005. Sometimes the web app was using one database, sometimes it was using another. So to avoid an
Con err ! default settings SQL Server does not allow remote con (provider: -
Hello techz ...
I am getting an error when try to connect (windows authentication) to a database in my local sql server (SQLEXPRESS)
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact th
Multi-Facility Database -
Ok, here's what we've got. We have a VB6 program based on an Access97 database. The problem is, the program runs on machines in 2 different facilities, and it accesses the database that is on Server 1. The users on Server 2 run into seriously long times to run the functions of the p
Crystal Report not displaying with SQL Server Authentication -
Hi all
My SQL server database resides in server and I have created a user and password for that database. From my vb application , I'm connecting to database useing SQL server Authentication. My crystal reports are connected to the database using ODBC throu SQL Server authenticat
OleDB Connection hangs with no error -
Hi,
I am trying to execute the following statement on a citrix server, connecting to an Oracle database:
OleDbConnection con = new OleDbConnection();
con.connectionstring = "blah blah blah";
con.open;
Please note this is not exact syntax and this code does work on
remote connection. -
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made
Connecting to a SQL Database using VB -
How would I go about connecting to a SQL Server 2000 database using Visual Basic 6.0? I don't really know how to do this is VB, but in ASP I do. I know you can do it, but how to do it, I dont know. If any one can help me, or show me a site where I can find out how, it would be much app
Connecting to a .mdb via DAO on a remoter server -
I am trying to connect to a database that is on a remote server using DAO. When I do I always get a database is opened by another user. Apon looking into this error there is not locked database to be found for the one I am trying to connect to. The code I use is:
Set DB = DBEngine.O
error connecting to sql server 2000 -
hello guys im using vb.net to build an windows application to display data from sql 2000 database.
i set the connection to the database and its successfull, i set the sql authentication to windows and server also yet when i try to compile i get error 18456 login failed for user any su
couldn't connect to my database(sqlserver2005) -
Dear friend,
i am using sqlserver2005 standard edition and vs.net2005. i tried the following connectionstrings:
1)
con=new SqlConnection("Data Source=(local);Initial Catalog=sample;User Id=sa;Password=gesus;");
con.Open();
2)
con=new SqlConnectio
[2005] Help - Some questions regarding database stuff. -
Hi all, have a few questions regarding database which I am stucked with, especially for the sql server database since I have just start VB not long ago.
1. Reading from a guide book on VB05 database programming, I am not able to add connection (from data connections); An error mess
Connecting To Sql Server From Ado Connection Object(urgent!!!!) -
i am not able to connect to sql server database through ado connection object. i am using the connectionstring property to connect to the sql server.And in the initial catalog i am specifying the database name, which i have created on sql server and in the datasource property i am givi
Connecting to a Database -
How can I access a database that resides on a server other than the web server?
I have a database on a netware server that I want to connect to through a Windows 2000 web server.
Can I set up a DSN?
Confused OLE DB or ODBC, Please help!!! -
Hi guys
Sorry for asking the same type of question again but I'm really confused. I've been trying to figure out the difference between OLE DB and ODBC. I have a SQL Server Database which I am connecting to using ADO. Last time I posted I was told to use OLE DB but I'm a little con
A few SQL Server connection questions -
I've got a few questions regarding connecting to an SQL Server
Firstly, all the VB code I've seen requires a database name to bed able to initialize a connection to the SQL Server. Is there any way to connect without specifying the database name, and just the Server name, username a
Connect To Remote Sql Server -
I am trying to connect to a remote SQL server (using VB.NET and ADO.NET).
I have no problems connecting when my internet connection is via a standard Linksys router but when I run the same app (connecting to the same SQL Server) on a machine connecting to the internet via a "N
[2005] Connectionstring issue -
I was using .net 1.1/SQL Server 2000 and now moving my code to .net 2.0/SQL Server 2000. The code did work on .Net 1.1.
I moved the code to 2.0 and I believe everything is working properly except when connecting to the database. I get the error: An error has occurred while establi
Connecting to SQL Server -
Dear All
I have never used SQL server and need to connect to it and create reports from SQL strings using DAO as it is an old system.
Can anyone provide any code samples of connecting and creating recordsets.
I presume once the connection is established the code is the same as
Login failed for user '(null)' -
Hello,
I just got a new server with win 2k3 server pre installed and I am planning on using it for my database server. I used to have my SQL database on my domain server but I wanted to move it off to the new one too free up resources. I never had a problem connecting to my SQL server
Problem connecting SLQ Server -
When i try to connect to SQL database the following error was displayed:
MICROSOFT DATA LINK ERROR
Error enumerating data servers. Enumerator reports unspecified error.
TIA
Error message due to connecting SQL Server -
I'm having a problem connecting to my MS-SQL SERVER located in my Win 2000 computer.
In order to create a connection to my "myDB" database i follow the following steps:
1 from the "Project" menu I select "Add Data Environment"
2. In the "DataEnvi
Change default server in Visual Studio 2005 -
Hello,
While I'm developping in VS 2005 I've got the following error:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote con
Resloved: vb6 app connecting to 64bit OS Server -
QUESTION: What will be the effect of a vb6 DB Application connecting to a 64 bit sql server 2005, 64 bit Windows 2003 server.
My DB app was written in vb6 connecting to a 32 bit Windows 2003 Server Ent., Using Sql Server 2000 as DBMS. VB6 app has been running for 3 years with no pro
VB.NET & Remote mySQL server !! -
Hello all programmers in vbforums.com !
I have a mySQL database on my linux server.
I have VB.NET forums.
indeed i have cpanel & WHM with allow me to setup remote mysql server.
But i dont know how to setup the remote mysql server and how to connecting my vb.net forum to t
Ftp (pasv Mode) -
hi im connecting my site thru CuteFTP..
when i m connecting i got this error
501 Invalid PORT command.
Error opening data socket
the server admin said that uncheck the PASV mode
i do it but i got same error
any one have any idea/tip about it
thanks
VB connection provider for Oracle10 -
We had oracle version 6 on our server and my VB applications were connecting successfully to the database. After we have upgraded oracle to version 10 , my applications are unable to connect to the database.
I can connect to the database through SQL Plus , but when I try to add a Da