My Manager wants a report that is delivered in an Excel Spreadsheet. The business requirements of the report meant that I needed to use several sub reports to collect the data required (due to re-cursive joins being required).
When I export the report to Excel Data Only, the subreport fields...
I solved my problem. This is what I did.
I bought myself a hub. And plugged a PC and the IPTV STB into the hub. I then used Ethereal to monitor the packet data for 30 minutes on 3 different occasions. Using this technique, I was able to determine that the IPTV uses 360MB transfer per hour...
I am trying to determine how much bandwidth is being used by a device on my network.
I have a D-Link Di-524 router and 3 computers hooked up. My fourth Ethernet connection is IP based TV . My Dad wants to hook up the IP TV at his place too. This means getting Highspeed over wireless in his...
I'm completely frazzled and annoyed. I am hoping that somebody here can help me.
I have 2 Laptops.
#1 - Panasonic Tough Book PIII 800 40GB HD
#2 - Compaq Evo N600C PIII 1.06GHZ 20GB HD.
Both work well.
I wanted to do a hard drive swap. I removed the drives, swapped the caddies and now...
My environment:
I am using Crystal Reports XI, connecting to Oracle 9i. We do not have Crystal reports Server or repository.
My Goal:
to write a report that calculates whether a call to the help desk was received Weekday Weekend or on a Holiday (Christmas, Canada Day, Labour Day etc.)
The...
Hi.
First off the title is a little misleading. I do get an ODBC error, but only if the Disk Cache is emptied or the system hasn't executed the script recently. this is a weird one. Hopefully a super-geek can help.
Ok.. on with it..
I've got an Asp script that connects to Oracle using ODBC...
Hi.
I've got an Asp script that connects to Oracle using ODBC and then issues an alter user command to change passwords.
There's 2 docs. The Form.html and the ChgPassword.asp The form sends the info to the asp and the asp does the work.
When I clear my cache, and submit the form for the...
Problem Solved.
Here's how I did it.
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "dsn=PRD16A;uid=" & Userid & ";pwd=" & Password & ";"
If objConn.errors.count > 0 then
Response.write("<h2>Database...
Thanks for your reply
1. I know very little about Oracle also
2. Using SQL Plus, the only format that works is
alter user ttheobal identified by "NewPassword";
single quotes, quotes around userid, or no quotes at all all return errors.
3. Yes, as I'm using my userid, and it has the...
I'm writing an asp page that gets userid, password, and new password from a form. The asp then does a connect to Oracle, and issues an alter user.
My Connection to Oracle works. I did the following.
-----------------------------------------------------------
On Error Resume Next...
I'm not sure whether this post should be in the ASP section or Oracle. I guess my question is with ASP, but it's Oracle that I'm connecting to.
I am working on a html (asp) doc that receives username and password info from a form, then connects to oracle and issues an alter command to update...
Let me explain this question.
I have two programs installed AppA and AppB. Both use DLLs with the same name, but those DLLs are actually different. The DLLs are in the program directories of each program (which are non-system folders)
I understand this is bad programming practise, however...
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.