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 TouchToneTommy 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: goaway1234
  • Content: Threads
  • Order by date
  1. goaway1234

    XSLT: storing enumerated values in variables

    I am relatively new to XSLT, so i hope this isn't too noobish. The task at hand is creating a web page where the result of some transform is displayed in a table, which has column headers that users can click to sort it. What I have is currently working, and for simplicity I removed all but...
  2. goaway1234

    favor to ask: wshmeta.xsd

    I am looking for an updated xml schema file of *.wsf files. I have been using the one that shipped w/ VS.NET 2003 but it is no longer current. Is there anybody who has VS.NET 2005 who could send me the updated schema document? I use a schema aware xml editor and having an updated copy would...
  3. goaway1234

    patterns and object orientation in classic asp?!

    I am a programmer on a rather large, old, and ugly asp web application, which uses oracle, msxml, and ado. This is a 'project in crisis' as it has become extremely difficult to maintain. Much of it is spaghetti code, and its original developers had no idea what the word 'modular' means. And...
  4. goaway1234

    get the full path of a the currently executing script

    I am charged with reviewing our change management procedures at my company. We already have a database script template that records bug/issue information when a script is run (just a few lines of code saved above the actual changes), and I would like to expand this information to include the...
  5. goaway1234

    help with oracle xml api for pl/sql

    I'm new oracle's xml capabilities, and I'm having trouble making sense of the mountains of reference material available. I've had success with a couple of very ugly attempts, but I'm sure that I'm making this much more complicated than it needs to be. My procedure is given an xmltype such as...
  6. goaway1234

    advice needed: oracle data provider and xmltype

    I am developing an application that uses ODP with 9i release 2, and I'm having trouble creating xmltype input parameters. I posted a detailed description of the problem here The problem I'm having is specific to 9i; doesn't happen when connecting to a 10g database. Does anybody have...
  7. goaway1234

    ODP.NET: PLS-00707 with xmltype input parameter

    I have a web application where a web service written in C# coordinates communication between an Oracle 9i release 2 database and the rest of the application. In a method that is used to call store procedures, I am trying to add the ability to create xmltype input parameters. Everything works...
  8. goaway1234

    cursor not returning same rows as equivalent query

    consider the following: for l_child in (select * from dropdown where (p_category='Action' and category='Reason' and type=l_orig_contents) or (p_category='Action' and...
  9. goaway1234

    using WITH <name> AS (...) and ADO 2.8

    I am not an oracle expert, so this could be simpler than I'm making it out to be. I am working on an asp site that uses an Oracle back-end. On a particular page I have something like: Set cnn = Server.CreateObject("ADODB.Connection") cnn.ConnectionString = "..." cnn.Open ...
  10. goaway1234

    creating objects and collections

    Howdy all. I am working on a project that is nearing release, and while testing it on large data sets I have run into brick wall. The program does call management, contact management, and scheduling for small businesses. It has a database back-end that can use access, msde, or sql-server. I...
  11. goaway1234

    enumerate tables in OleDb

    I have an Access database that I am accessing using System.Data.OleDb. Does anybody know how to get a list or collection of table names from the database? A simple task in DAO and ADO, I can't seem to find any way in .NET.
  12. goaway1234

    Changing paste settings

    Does anybody know how to change paste settings in Word 2003? When pasting text from one document to another, Word automatically uses the 'Use destination formatting' option on the paste menu that pops up. I need it to use the 'Use source formatting' as the default.
  13. goaway1234

    help using FormsAuthentication

    I am writing a site, and I want to use FormsAuthentication, but not keep the credentials in the web.config file. I know this is a common scenario, but the docs aren't very clear about how it is done. I have a database of users, password hashes, and salt bytes. How can I have the...
  14. goaway1234

    Word will not sort table that contains formatted text.`

    I work for a lawfirm, and one of our attorneys has been having much trouble with some of his tables. He has a table that is about 120 rows or 60 pages of text that will not sort. I have already tried many things to fix this and have come up with nothing. And the attorney is unwilling to use...
  15. goaway1234

    Very very wierd, Access behavior

    I just migrated an application from Access97 to 2003. One of my forms contains three sub-forms, two of which are displayed as data sheets. In one of the datasheet subforms, Access just randomly decides to stop filling the cells with text. This is where things get wierd: Although, no text is...
  16. goaway1234

    DAO 3.6: Error 2427 when reading new record

    In an application that I just migrated from Access 97 to 2003, I have a form that creates a new record when it is opened, and then sets the RecordSource of the form to just that record. Here is the code that is generating the error. Set rst = CurrentDb.OpenRecordset("tblActions"...
  17. goaway1234

    help configuring traffic monitor

    I am not normally a network person, so this all may be very novice-like. But I have been charged with configuring a program called Multi Router Traffic Graph (available at sourceforge) to monitor levels of internet traffic. The program uses SNMP to do its monitoring. I have run into a dead...
  18. goaway1234

    Hi, I'm the Computer Guy

    I have been wrestling with a qestion of title for some time now; it seems that I can't figure out what my job title is, much less what to put on a resume. My situation is that I work at a mid-sized law firm that is run by a bunch of technophiles who don't have a technical bone in their body. I...
  19. goaway1234

    OleDbCommand: to Dispose() or not to Dispose()?

    A quick question here: I am writing an app where I keep an OleDbConnection open for an extended period of time and use it to occasionally execute non-query sql statements. My question is: Should the OleDbCommand's that I create each time I execute some sql be disposed immediately? Is it...
  20. goaway1234

    Word 97 plugin for IE

    Here i am again in IE hell. Does anybody know how to disable or remove a specific plugin (e.g. Word 97 plugin) in IE6? thanks, Nick

Part and Inventory Search

Back
Top