Warchild
Starting Member
USA
46 Posts |
Posted - 06 April 2001 : 10:58:52
|
I am getting this error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/forum/display.asp, line 43
Line 43 is this
42:set my_Conn = Server.CreateObject("ADODB.Connection") 43:my_Conn.Open strConnString 44: 45:sub DisplayTopics(fForumID, DisplayMode, tOrder, DisplayMax, MessageMax)
could this be a problem?
New Fields in FORUM_TOPICS: T_ORDER (Type: number)
I don't understand what that line is supposed to mean
|
|