I need to install Apache, I've been reading the docs, does anyone have any suggestions... ?
/**
Ever seen the rants of a developer? Silly user! http://makeworld.blogspot.com
*/
I work in telecommunications and we are looking into backing up all of our (gulp) phone closets as we move slowly to VoIP.
We would like to test the reliability of various UPS's before we make a large investment.
I'd like to look at:
-- Switching time (if not inline)
-- Steady state load test...
I work for a University that is considering rolling out Avaya VOIP campus-wide. We already have a small test-group. My boss, however, would like to set up a 'production environment' for testing new releases of the phones for things like vendor-specific options in the DHCP server, etc.
I can...
I've developed an app on 2000pro using ADO to connect to a 7.0 SQLServer.
I have a bidirectional link between a form and an object -- so when
myobj = new MyObj
MyObj's initializer does:
Private frm as MyForm
...
Class_Initialize()
myform = new MyForm
myform.myobj = Me
Me.frm =...
Ok, one of the accounting people screwed up and sent last week's data (that had already processed!) with this week's data to be billed. So, I'm trying to figure out which records are doubled up, but :
select name, ssn, detailcode, amount from Output where processdate > '2002-03-06'
and not...
Hey all --
I have remapped a database in SQL7.0 so that I could eliminate some tables and create some primary keys and indexing. The database has about 500,000 records, and was transferred like this:
for each (patron in old database) do
insert patron in new database
get patron_identity...
Hey all --
I need to map an old database into a redesigned database. Right now, I've got an n^3 loop that'll do it -- but with the number of records I have, that loop will take a while (>20 hours by my last test!).
The problem is with the auto_increment id on the new tables and their PK/FK...
I am iterating a cursor, adding the index to a comma-delimited string, to make sure that the index doesn't get inserted in the new table twice (for a complicated reason, it can happen -- I didn't write the original db, I'm trying to fix it).
What's the function to check the string for the...
Is it possible to create a datasource dynamically, say, as part of the packaged installation in VB? You don't see with your eyes, you perceive with your mind.
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.