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