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 wOOdy-Soft 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: crowsario
  • Content: Threads
  • Order by date
  1. crowsario

    Help Please...<xsl:if > not working

    Hello, i am trying to do a for loop for only the first ten records returned by an asp generated xml file from a sql server backend. when i do not put the <xsl:if> in the template below it works fine... it just gives me more than i want to show at one time. with the <xsl:if> it gives me the...
  2. crowsario

    can you reference a collection of type table in a sql statement?

    Hello All, I am very new at this so any help would be much appreciated... I am trying to reference a table collection in a sql statement in a stored proc... and keep getting the following error in the last criteria of the where clause when trying to compile it: &quot;PLS-00383: type mismatch...
  3. crowsario

    How should I estimate disk space requirement?

    Hello All, I have been given the task of estimating the disk space requirement per record in a database being accessed by an application. I have no idea where to start.. or if there is a utility I can use to help in this endevor. Does anyone have any good links or suggestions to get a better...
  4. crowsario

    is it possible to run an exe from network?

    Hello All, I need to run an application from a network... but I don't want to run the installation on each workstation, as there will be about 30 machines needing to use it concurrently, and any updates would have to be done to each workstation. Is it possible to simply install the...
  5. crowsario

    Can you really only update one table in an UPDATE Statement?!?!

    Hi all, I created an app that started off using Access as a backend. There are many places that I have updates to more than one table in a single statement. I am now trying to move to SQL Server 7.0, residing on a windows NT 4.0 machine. Everytime one of these statements is run SQL Server...
  6. crowsario

    Variables passed from form 1 don't get printed to form 2

    &quot;Hey Everybody&quot;, I'm a JSP newbie and am trying to do a small example i found in a JSP book. I have an HTML page that uses the Method =&quot;get&quot; to pass two string variables to a .jsp page. I can see the variables being passed in the url of the .jsp page however i can't get...
  7. crowsario

    Can you invoke &quot;Word formating&quot; in a text box control?

    Hi all, I'm trying to create an interface for users to type up a form letter that will save to a database. I am using a text box control with the multiline property set to true. (i can change this control if you think I should use something different). The tabs save and as long as the user...
  8. crowsario

    SELECT FIELDNAMES FROM TABLE????

    Does anyone out there know how to select the fieldnames from an access table? I need to fill a list box in my VB front end with the fieldnames from an access table. Anyone?...Anybody?....Anybody?....Anyone? thanks -Crow
  9. crowsario

    is it possible to do a select from a query???

    Hello argPerson, I am trying to do a select statement from an Access Query. I don't really want to have to do to an &quot;access.docmd.openQuery&quot; statement. Is it at all possible to do something like: str_sql=&quot;select * from [Query1]&quot;, so i can set an array = to the records...

Part and Inventory Search

Back
Top