Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ducksoup
  • Content: Threads
  • Order by date
  1. ducksoup

    Help installing Apache...

    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 */
  2. ducksoup

    Testing equipment

    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...
  3. ducksoup

    46XX Remote Admin... reboot/test/document?

    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...
  4. ducksoup

    VB6 And Windows98

    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 =...
  5. ducksoup

    NOT EXISTS/MINUS/SOMETHING?

    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...
  6. ducksoup

    Redesigned databases

    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...
  7. ducksoup

    PK / FK problem in data map

    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...
  8. ducksoup

    How to get element in list?

    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...
  9. ducksoup

    Dynamic Datasource?

    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.
  10. ducksoup

    P-Code vs. Native?

    What does the compile to p-code option do, in the project preferences? You don't see with your eyes, you perceive with your mind.

Part and Inventory Search

Back
Top