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: *

  1. joseppic

    XML Notation for Business Rules (DB integrity).

    Hi, I am trying to get info on any XML notation which can handle the business rules for a number of MySql tables. i.e. I get some XML in, use XSLT to filter and associate the data to the table it needs to be inserted into. Then I look at my "XML rules file" for that "table" to see if the...
  2. joseppic

    PHP array into xslt

    OK, Within my Php, I have a standard xslTranslator() method which takes in: - The XML (string datatype, in my case the possible values of a DDLB) - The filename.xsl (the XSLTemplate for the XML, in my case the iteration to embed the above values into a DDLB) - A Params Array (external...
  3. joseppic

    PHP array into xslt

    Ok, How I fixed this was I put my array of fesults into a string and passed that in. During my xslt I test the string using the contains(value, substring) to find it in the string. HTH
  4. joseppic

    PHP array into xslt

    I would like to pass a list of data I have in a php array into my xslt so that I can compare elements of the array with a sequence of XML (this is actually so I can have a DDLB which has some selected elements in it). On the xslt side, can it handle such a variable as an xsl:param? How do I...
  5. joseppic

    Passing a php array to xslt

    I am a bit of a novice at xslt. I would like to pass a list of data I have in a php array into my xslt so that I can compare elements of the array with a sequence of XML (this is actually so I can have a DDLB which has some selected elements in it). On the xslt side, can it handle such a...
  6. joseppic

    Exporting Data into Flat files.

    I need some help how to migrate data from SQLBase ready for it to be imported into SQL Server. I need to get SQLBase Table data into Excel or CSV files. Any ideas? I have SQLTalk, not sure what other tools are available to me. The Backup of a SQLBase DB - can the file be imported into...
  7. joseppic

    Describing Tables and DB Export

    I'm running an old version of SQLBase and wish to list the fields of a table and their datatypes. How do I do this? Also, the data is to be migrated into MS SQL Server, what's the best way (retaining integrity)? What's the command? thanks for your help, Joseppic. London.

Part and Inventory Search

Back
Top