User Profile

Collapse

Profile Sidebar

Collapse
sheena81
sheena81
Last Activity: Jul 7 '07, 04:21 AM
Joined: May 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The language that im using is asp.The error is as below :

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network documentation.

    /prodview.asp, line 7

    Thanks
    See more | Go to post

    Leave a comment:


  • still having problem with connection of sql server

    hi,

    im still having problem with sql server connection. my server is not at the same place, it's at other country. the command that i have used is as below :

    <%
    Set demoConn = Server.CreateOb ject("ADODB.Con nection")
    demoPath="DRIVE R={SQLServer};" & _
    "SERVER=ip address of server;UID=user name;" & _
    "PWD=password;D ATABASE=databas e"
    ...
    See more | Go to post

  • sheena81
    started a topic SQL server connection

    SQL server connection

    hi,

    im new for sql server. im having a problem with connecting to sql server using asp. the coding that i have used for connection as below

    <%

    dim cn, rs
    set cn=server.Creat eObject("adodb. connection")
    cn.Open "Provider=SQLOL EDB;SERVER=serv er ip add;DATABASE=te stdata.mdf;UID= username;PWD=pa ssword;"
    set rs=server.Creat eObject("adodb. recordset")
    ...
    See more | Go to post

  • sheena81
    replied to connection to sql server
    hi,

    im using this coding for the connection to sql server

    <%
    Set demoConn = Server.CreateOb ject("ADODB.Con nection")
    demoPath="DRIVE R={SQLServer};" & _
    "SERVER=servern ame;UID=usernam e;" & _
    "PWD=password;D ATABASE=databas e"
    demoConn.open demoPath
    %>

    but still couldnt, is there any setup that i have to do. something...
    See more | Go to post

    Leave a comment:


  • sheena81
    started a topic connection to sql server

    connection to sql server

    Hi,

    Im using asp code. how to i connect to sql server. could anyone provide me the coding to connect. and how to setup the connection.
    See more | Go to post

  • sheena81
    started a topic Information about sql server

    Information about sql server

    hi,

    we planning to migerate from Ms access to sql server. could anyone provide me more information about sql server, how it's work, advantages, and the differences between ms access and sql server coding wise ( update,select and add new coding )

    Please do provide me the sql server ( update,select, add new and connection coding )

    thanks
    See more | Go to post
No activity results to display
Show More
Working...