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

    XSD - trying to understand complextypes

    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...
  2. Ferrian

    Extra Trigger appearing when I save

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

    Help getting started (Video capture SDK required)

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

    Finding Rows which do not belong

    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...
  5. Ferrian

    Calling results from Oracle API into ASP

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

    Transferring session data between ASP and PHP

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

    Calling dynamic Array elements

    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()...
  8. Ferrian

    Using eval() when passing variables into javascript

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

    method of calling phpBB functions

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

    Sybase Date Format

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

Part and Inventory Search

Back
Top