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

    Help with Powershell -json

    I am new to Powershell. I have the following script. I am trying to determine the powershell "code" to identify which, if any, "field" is an array or hashtable. $txt = @" { "id": "02002010", "booktitle": "", "pagetitle": "Demo Page", "parent": "02002000", "img": [ {...
  2. jedraw

    SQL Server 2008 express

    If I have selected the wrong forum, please bear with me. I am new to Sql Server. I have XP Prof SP3. I had downloaded VS Express 2008 VB, C++, C#, and VWD. I wanted to downloaded Sql Server express 2008 and one of the sites said you should be using Vs 2008 express SP1 and Sql server Express 2008...
  3. jedraw

    <program> not installed for current user -- Office 2003 Pro on XP SP3

    I have XP Pro SP3 , Office 2003 Pro sp3. AMD Barton 2500+, 1 Gig ram. This machine has been working fine for two years. I noticed that updates for VS2005 Express (Sp2 and 3) had failed. I tried to download these updates manully and install them. They continuously failed. At that point I decided...
  4. jedraw

    Add Description Property to A2k Field via code

    Does anyone have sample code for adding a description property for a Field in an A2K Table? Can the description value be greater than 255 chars? Any sample code would be much appreciated. Thanks jdraw
  5. jedraw

    How to Display XML tags and values as an HTML

    I've done a little xml and xsl but am a relative newbie. I have been unable to find a stylesheet to process an xml file and output the tagNames and tagValues in HTML. I can get the node names with name() and the value with xsl:value-of ... but I would like to get the lowest level tagNames...
  6. jedraw

    Access 2000/2002 and XML

    Looking for examples/tips from experiences anyone may have with importing XML to A2K(or Access 2002). Would like to see examples showing import of multiple tables from nested XML, if this is possible. Have not found much info generally on this via Google etc. Am hoping someone in Tek-tips may...
  7. jedraw

    MySQL blob - view table with phpMyAdmin php

    I am relatively new to PHP, MySQL and java. I have a java program that puts a filesystem gif into a MySQL table containing a blob field. A second java program reads the blob from MySQL table and creates a gif in a separate filesystem file. I am using phpmyadmin and mysql and apache (downloaded...
  8. jedraw

    phpadmin with mysql blob and java

    I am relatively new to PHP, MySQL and java. I have a java program that puts a filesystem gif into a MySQL table containing a blob field. A second java program reads the blob from MySQL table and creates a gif in a separate filesystem file. I am using phpmyadmin and mysql and apache (downloaded...

Part and Inventory Search

Back
Top