You will need to post the code, but from what your say I thing you could do this vbs, just hard code the code where ever the includes would be in the vbs. I am not sure if you can run includes with vbs.
I know the drive is working, and in the control panel it shows the drive. However, where you should see it in the C, D, section its not there. I don't think its installed and when I pluged it into the the server it finds the hardware and says its ready for use but it don't launch the software...
Not quite following what you need, but if you are needing to pull info from your database you would somthing like this:
set rs = Server.CreateObject ("ADODB.Recordset")
Set conn = Server.CreateObject("ADODB.Connection")
Conn.ConnectionString =...
What I need to do is have this 0.00% look like 0% this should be easy but I am have a brain melt tonight. Yhe code below has an error when I use it any help?
<%=FormatPercent(session("ABC",1))%>
Yeah the maxtor drive has encryption software with it but for now if I decide to take it off site we can do it with the bank just arround the courner, however when we build or buy our new building I will take extrem and costly measures to make certain we have the latest onsite setup to ensure we...
Well offsite has its on security risk in and of it self, but your right it would be wise to have it. If I was to do it in the future I would only let one person be responsible for changing out the drives then put them in a fire proof fault at the bank in a safe deposit box and rotate it out...
Oh yeah just for the people wondering what I secured the safe to the floor with. It was with 25 x 1/4 x 3" Fasciner’s shot in the concete with a concrete gun that accomplished this with 22 cal blanks. Nothing is impossible but it would take some work to get this out of the office in time...
Thanks guys I came up with a solution so I don’t have to disconnect, plus I don’t like the idea of taking the hard drive off site this would have its own risk. Ok here it is and it works great.
I bought a media, water, and fire rated safe that will hold up to 2hrs of fire protection at 1500...
We are running 2003 Server with about 20 GB of data. I was looking into the Maxtor 160GB OneTouch. My question is can it be hot pluged with out powering down the server when we swap the drives out. I know todays mother boards want fry if you do hot plug a usb device but I wanted to make sure...
I havn't a lot of time so yes there is a way to do that. Hope this gets you started
sql = "SELECT * FROM [Sales] WHERE [Sales].[CartID]=" & Request.QueryString("ID")
rs.open sql, conn, 3, 3
session("id")=rs("CartID")
session("sales_item")=rs("SalesItem")
rs.close
Conn.Close
Response.Redirect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.