I have been given a set of XSD documents by a company in order to pass them data. They are a huge sprawling series of interconnecting types and it is taking hours to unravel it all.
I am fairly new to XML and completely new to XSD so I have been learning a lot, but I am stumped by one section...
I have an intriguing issue. And when I say intriguing, I mean really irritating.
I use Visual Studio 2008 and have started having problems with triggers.
I write my code and put in the triggers I require, such as
<Triggers>
<asp:PostBackTrigger...
Good morning all,
My company is currently looking to add a HD camcorder to their current recording software and as such we are looking for a Video Capture SDK to plug in to our existing software which will stream direct from the camcorder to the PC via a HDMI cable.
I have been tasked with...
Our database contains two tables, one of which contains Registration details and the second of which contains Company details for each registered user.
Every row in registration should have one matching Company details row and each Company details row should refer to only one Registration row...
I am currently working with a colleague trying to get a return from a PL/SQL API into ASP. The API is called 'authenticate_api' and the part I need is coded in the PL/SQL as:
FUNCTION get_access(i_username IN VARCHAR2,
i_password IN VARCHAR2) RETURN VARCHAR2;
c_approved...
Hey guys,
Our company has 2 seperate sites, one written in Classic ASP and the other written in PHP. They've both been in development for a couple of years and have a lot of useful data in them, but the bosses are getting annoyed that they have to log in to both seperately.
Is there any way to...
I have already had a quick search through the FAQs, but couldn't find anything on this subject and my code keeps giving me errors, so if anyone could help...
Basically I am trying to create an array and then call specific elements from the array to use in an SQL statement.
x=0
dim SplitArray()...
I am attempting to validate an ASP page using client-side javascript (so that I do not lose the data entered into the form). The validation is dynamic, as I never know how many rows will be returned in the ASP, the code looks like this:
function validateForm1(p_object)
{
for...
Hello all.
I have been teaching myself PHP for a while now and am finally at a stage where I am trying to put together a web forum written from scratch in PHP. I have been reading the phpBB code to try and understand everything that it does so that I can include as much functionality in my own...
Hello all.
I've been thrown in to the deep end and asked to edit some reports that talk to a sybase database, a system that I've never used before.
I am having serious problems trying to work out how the date cell relates to the actual date, in the columns I have the following:
a report 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.