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

    Outputing results of dynamic query

    I have a query that looks something like this: <cfquery name="AFX" datasource="xxx"> Select #form.selectA#, #form.select1#, #form.select2# from TblUniforms Where (#form.selectA# like '%#form.text#%') </cfquery> The form variables come from the previous page and are submitted by the user. The...
  2. BettyGay

    username for file

    Thank you, Yes that is what I meant. I don't have a password because the file share server uses nt authentication. I tried putting the username in like you told me but I still haven't got it to work yet.
  3. BettyGay

    username for file

    I have a hyperlink to a file on a fileserver. In the path I need to add the username, How do I do this? I this is an elementary question but thanks in advance for your response.
  4. BettyGay

    Datasource not defined

    how do I trap a datasource error in a page. I have several different datasources in the same page but I want the page to still run even if one of the datasources is down. Just skip over that field.
  5. BettyGay

    First Five records of table

    How do I select the first 5 records in a table with 10 thousand records?
  6. BettyGay

    Updating a child table

    Thank you Lespaul and PHV, I can take this and run with it. Thanks again.
  7. BettyGay

    Updating a child table

    Actually I am using coldfusion, but I often write my queries in access to get the logic and then work them into coldfusion. So if you tell me what you would have to do in Access then I can figure it out the rest.
  8. BettyGay

    Updating a child table

    I am inserting multiple records. And you are correct that all of the information I am trying to insert does not exist in the proper tables. How do I check for that first?
  9. BettyGay

    Updating a child table

    Okay, here is my problem, I have a systems table with systems, category, type and designation fields about 500 records. The category, type and designation are just a number like 01, 02, 03. Then we have a category, type and designation table with addition fields holding descriptions and such...
  10. BettyGay

    I am a new CIO. Please read.

    Shannon, I have seen this happen before. My last boss was put into the same position. She worked alot of overtime and continued building her case for help. I really think they were testing her and if you quit you certainly won't pass the test. However, if there are other reason's you can't...
  11. BettyGay

    More than one submit button in the same form

    Thank you.
  12. BettyGay

    More than one submit button in the same form

    I need to have 4 different submit buttons submit the same form to 4 different process pages. How do I do this? Or should I submit all the buttons to the same process page and then check in the page to see which button was pushed. Can I do it that way?

Part and Inventory Search

Back
Top