|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
I connected the wrong document?
<%
Dim conn
Dim connstr
On error resume next
Set conn=server.createobject ( "ADODB.CONNECTION")
Connstr= "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=XX;password=XX;Initial Catalog=www_XX.com; Data Source=db.XX.com "
Conn.open connstr
%> |
Bamboo? |
I usually like this link :
Set conn = Server.CreateObject ( "ADODB.Connection")
Connstr= "Provider=sqloledb;server=xx;uid=xx;pwd=xx;database=xx;"
Conn.open connstr
What meaning did not know the landlord to set up the parameters, low level for reference. |
I made the link documents, the database using Import / Export Guashangqu, but not how I read the above on the page document inside the database? Please advise! ~ ~ |
I never ask Provider=SQLOLEDB.1; What's behind the increase in the month. Apart from the database were not the same one behind the other and I like
|
|