richmckinnon
Programmer
i have the following in my page. I am stuck on what to put for the data source as when i look at the page on the web it still thinks my database is on my c:
Set objConn = CreateObject("ADODB.Connection"
Set objRS = CreateObject("ADODB.Recordset"
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\fpdb\orders.mdb;"
strSQL = "SELECT * FROM orderstatus where orderref=" & ordnum & " and lastname=" & chr(34) & lastnam & chr(34)
Set objRS = objConn.Execute (strSQL)
msgstr = "Order number: " & ordnum & vbcrlf
msgstr = msgstr & "Last name: " & lastnam & vbcrlf
msgstr = msgstr & "Order: " & objrs("order" & vbcrlf
msgstr = msgstr & "Status: " & objrs("status"
msgbox msgstr,,"dvd-it-all"
objrs.close
For all your vhs/hi8, slides, negatives, transparencies and photos to dvd.
Set objConn = CreateObject("ADODB.Connection"
Set objRS = CreateObject("ADODB.Recordset"
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\fpdb\orders.mdb;"
strSQL = "SELECT * FROM orderstatus where orderref=" & ordnum & " and lastname=" & chr(34) & lastnam & chr(34)
Set objRS = objConn.Execute (strSQL)
msgstr = "Order number: " & ordnum & vbcrlf
msgstr = msgstr & "Last name: " & lastnam & vbcrlf
msgstr = msgstr & "Order: " & objrs("order" & vbcrlf
msgstr = msgstr & "Status: " & objrs("status"
msgbox msgstr,,"dvd-it-all"
objrs.close
For all your vhs/hi8, slides, negatives, transparencies and photos to dvd.