Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. info25

    ODBC .Net Data Provider question

    Hi I've installed ODBC .Net Data Provider and MDAC 2.7 on my web server, but why does it always give error when I use the System.Data.ODBC namespace? The import part of my code is as follows: <%@ Import Namespace=&quot;System.Data&quot; %> <%@ Import Namespace=&quot;System.Data.Odbc&quot; %>...
  2. info25

    Incorrect syntax, please help to check....

    I think the statement for UPDATE is like: UPDATE [table name] SET [column1]=[value1], [column2]=[value2] WHERE [somecolumn]=[somevalue]?
  3. info25

    Newbie question: SQLClient in ASP.Net

    Hmm I tried pinging the SQL server (by machine name and IP) but it didn't respond (request timed out) even though the SQL server machine is visible from the network neighbourhood. Any ideas why this happens? Thanks!
  4. info25

    Newbie question: SQLClient in ASP.Net

    Hi Whenever I tried accessing my SQL Server 7.0 database with SQLConnection in ASP.Net, I always get the error: 'Specified SQL server not found'. My code is like: Dim Con As New SQLConnection(&quot;server=SQLSRV;database=northwind&quot;) Conn.open() SQLSRV is the name of my SQL server on the...
  5. info25

    Newbie question: SQLClient in ASP.Net

    Hi Whenever I tried accessing my SQL Server 7.0 database with SQLConnection in ASP.Net, I always get the error: 'Specified SQL server not found'. My code is like: Dim Con As New SQLConnection(&quot;server=SQLSRV;database=northwind&quot;) Conn.open() SQLSRV is the name of my SQL server on the...

Part and Inventory Search

Back
Top