I have a large *.edb file that I need to clean up but it is too big to open with notepad. Any ideas?
Thanks~
Bobba Buoy
Just trying to make sense of it all ...
I have a site that allows users to create their own slide shows and I want them to be able to embed music that starts automatically (and, hence, needs no controls). I want them to be able to upload a file (that I will store the link to in a db) so that when their slide show starts the music...
I have a site that allows users to create their own slide shows and I want them to be able to embed music that starts automatically (and, hence, needs no controls). I want them to be able to upload a file (that I will store the link to in a db) so that when their slide show starts the music...
I got this a slide show online and I am working on modifying it. Here are my problems:
1) I am trying to feed the array with a dynamically populated asp array.
2) I would like to include text regarding each image.
The page can be viewed in its current state here...
I am new to stored procedures and I am trying to get a record count from a recordset. Here is my stored procedure:
CREATE PROCEDURE sp_run_total
(
@beg_date datetime,
@end_date datetime,
@mycount bigint
)
AS
SELECT @mycount = COUNT(*)
FROM RunTrng
WHERE...
I finally added WinXP SP2 to my system yesterday (along with a lot of other security updates/patches through Automatic Updates) and now my backups and data exports are failing. Further, when I open my "Enterprise Manager" and try to export data ("All Tasks-Export-...") using the Import/Export...
I have had trouble with being used to relay from my exchange server but it is configured to prevent this. Is there any way that someone could get in to my server to relay via my CDOSYS web code?
Thanks~
Bobba Buoy
Just trying to make sense of it all ...
Hi. I am hosting several web sites on my web server (Windows 2003 Server) using a WIndows 2000 Server for my domain controller. The only bad thing about my system set up is that my Exchange Server is on my domain controller.
I am hosting my own primary and secondary name servers for my web...
I am having a hard time creating a navigation menu using ssi. Here is an example of the problem:
I have a default page (default.asp) in a root directory. I have an "includes" folder in this directory with my includes in them. At the same level, I have an "about_us" folder with an...
The following query returns 1242645 records when it should return 555:
SELECT r.FirstName, r.LastName, t.TeamName, g.Grade06, r.Gender, rs.RaceName, ir.Bib
FROM Roster r INNER JOIN Grades g ON r.RosterID = r.RosterID
INNER JOIN Teams t ON r.TeamsID = t.TeamsID
INNER JOIN IndRslts ir ON...
I have a vb app that accesses a data base of participants who are in the db in primarily two tables, a "Roster" table and a "grades" table. This is designed to be able to track their grades from year-to-year. The "Roster" table has their first name, last name, and gender and the "Grade" table...
I am having a hard time setting up a backup plan for my sql server databases. Right now I create a copy of each database on another machine on the network once a day. Once a week I upload a MSAccess version to a remote site. Obviously there are huge amounts of potential data loss if a crash...
I have a windows-based application that I use to manage fitness events (road races, mountain bike races, etc.). I have the application set up on multiple computers for three reasons:
1) We often manage multiple events on the same day, and
2) I back-up race data during the event in case of...
What is the best way to back up sql server to a remote site so that if we had total data loss locally I would be able to restore and get back up and running as quickly as possible. I have a remote file storage option that I use and I currently store a MSAccess version of the db there. I assume...
I am having trouble sending multiple attachments as selected from a select list with multiple="multiple". It will send one just fine and the array is including the correct absolute path but I get a "syntax error" message whenever I try to do this.
Here is my code:
If IsArray(AttachArr) Then...
I am getting a lot of attempts to access my exchange server that are sent to "postmaster@mydomain.com" from domains unknown. Is there any way that I can trap those as they enter the qeue and not have them clog up my server--ie:send them directly to the badmail folder? Can I create a connector...
Not sure if this is the place for this but:
We are moving to a house that does not have DSL. Currently I have a domain (combination wired and wireless) that is configured as follows behind the DSL modem:
1) A hardware firewall
2) A domain controller (Win2k Server) that houses an Exchange 2k...
Should this setting have any permissions? What is the impact if I uncheck all options in this? I am having a large number of unknown domains sending emails from my Exchange 2000 server and I do not have an open relay. I do, however, have several asp web sites that have a "Contact Us" utility...
I have a network that has 10 machines-6 of them have sql server registrations. I am able to access all 6 from any machine while they are on the domain. However I also need to take 5 of them off of the domain to a remote site and set up a workgroup. I am able to log in to each sql server from...
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.