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

    CLR Datasource objuect

    Here's my prob.. I am using a new program from MS that allows only two data options. XML and CLR Object data source. As all my data lies in a sql server xml will not work for me. So basically I need to learn how to create a CLR Datasource that will quey my database and return the results. Any...
  2. glebreck

    XML new..Need help

    I have gotten into some new software. All the websites I have created are dynamic and use SQL databases. The software works with xml data, but as all my info is heald in a SQL server how do I get that data into xml format? Is there a such thing as a xml page that whenever accessed gets the...
  3. glebreck

    Live Video App

    This is a new project done in ASP.Net. I am building a machine that houses 4 tv tuner cards. I want to build an application that will connect to that machine and display the video from the cards inside the application. I am little grenn to some of this, but could someone point me in the right...
  4. glebreck

    CFGRID no Refresh?

    I have a cfgrid in my page which diplay results from a query. What I want to do is have that data be "Live". In other words if I am display an item and listed is it's on hand quanity, when the quanity changes in the database I want the CF Grid to change the quanity with haveing to refresh the...
  5. glebreck

    CFCHART Label Orientation

    I have a chart that is limited to the width I can display. Coldfusion charts display the xAxisTilte from right to left, therefore it leaves every other blank so the titles fit. Is there a way to make the xAxisTitle up and down? Like this | x A x i s T i t l e
  6. glebreck

    Newbie..Help for deleteing XML Nodes???

    Awsone that works perfect. Thank You!
  7. glebreck

    Newbie..Help for deleteing XML Nodes???

    I have an xml file: <?xml version="1.0" encoding="UTF-8"?> <SIMPLEVIEWER_DATA> <IMAGE> <NAME>doph.jpg</NAME> </IMAGE> <IMAGE> <NAME>dragonfly_tattoo.jpg</NAME> </IMAGE> <IMAGE> <NAME>images.jpg</NAME> </IMAGE> <IMAGE> <NAME>Maori-Tattoos.jpg</NAME> </IMAGE> <IMAGE>...
  8. glebreck

    What Version

    So I ordered a new motherboard that uses a Atholon 64 bit chip. For the OS can I use straight up Xp Pro or do I need the x64 version? Thanks.
  9. glebreck

    Having Trouble with a:active

    Well all the links actually just refresh the same page send different values to recordset in the url. Any tips on how to tell it the selected link?
  10. glebreck

    Having Trouble with a:active

    All right guys. I am the guy who started this and am not as knowledgeable as, but now I am just more confused as to what I do. my page is www.bestcutfabrics.com here is my link code: #cats a:link { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: .6em; color: #FFFFFF...
  11. glebreck

    Having Trouble with a:active

    This is the page: www.bestcutfabrics.com/home.asp on all the categories i have links set in the stylke sheet but I can not get the a:active to work. here is the style sheet: body { background-image: url(../i/backgroundgrey.gif); background-repeat: repeat; margin: 0px; padding: 0px...
  12. glebreck

    Run a batch file on server and get results

    As a side note, I can call notepad and have that work, but I think the problem is calling cmd!
  13. glebreck

    Run a batch file on server and get results

    Well i tried adding the /c to the code and the same thing still happens. The page displays like it worked, but when I go to the server nothing has happened. And I have tested the batch file seperatly and it does work. Here is the code: Set Executor = Server.CreateObject("ASPExec.Execute")...
  14. glebreck

    Run a batch file on server and get results

    I have downloaded what you said and the examplke works fine. But when I change it for what I need.. nothing happens. No errors or anything. Here is my code... <% Set Executor = Server.CreateObject("ASPExec.Execute") Executor.Application = "cmd.exe" Executor.Parameters =...
  15. glebreck

    Run a batch file on server and get results

    Here is what I am wanting to do. I run a repliction software that replicates a Dbase from an AS400 to SQL. Sometimes the connection to the AS400 fails and I recieve a text message on my cell to let me know this. My next step is to start up my vpn and restart the service. What I have done is...
  16. glebreck

    How to Send alerts

    I am looking to be able to look for certain things, like an specific error in the log, disk capacity, etc. I need the message to call my cell phone. What third party programs would do this?
  17. glebreck

    How to Send alerts

    I know how to set up alets in the performance logs. But what I need to do is be able to send a text message to a cell phone upon an alert from a windows 2000 server. Does anyone know how to do this?
  18. glebreck

    Faster ODBC connection to AS400 from ASP

    I am writing ASP Applications where the data comes from an AS400. The query time is awful. The tables on a SQL Server retun instant results. I am using the Iseries ODBC driver. Is there a better solution out there?
  19. glebreck

    AS400 to SQL DTS?

    I have an AS400 were all the data resides and has to stay for the time being. I would like to esentially pull the database onto SQL (which I have done) but then I need to set up a time schedule where the SQL server grabs everything from the AS400. I know I can do this with DTS but I need to keep...
  20. glebreck

    # in database field Coldfusion won't use

    How could I have missed that! Thanks much!

Part and Inventory Search

Back
Top