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

    FIX - InterDev IntelliSense Does Not Show Methods & Properties for Microsoft.XMLDOM

    Wonder why you don't get the drop down for your XMLDOM ? Well, here is the answer in this link: http://support.microsoft.com/support/kb/articles/q262/1/28.asp
  2. Deadline

    How to implement Data Grid in ASP ?

    Here is a link to simple and neat implementation of a Data Grid in VBScript. Let us know how it worked for you. http://www.truegeeks.com/asp/aspexamples/mmgrid/gridex1.asp
  3. Deadline

    How to implement validated HTML Date Drop Downs in VBScript ?

    Date Drop Down and Data Grid - Samples Here is a link that discusses a very cool implementation of Date Drop Downs in VBScript. Enjoy and let us know if you like 'em. http://www.truegeeks.com/asp/aspexamples/gendate/edate1.asp Thank you. RR.
  4. Deadline

    Returning empty records. How ?

    Hi, Here is an unusual requirement for a query. We'll be provided with a number, say for instance, 10. Our query is expected to return 10 empty records. No Tables, No procedures, No functions. Just a simple query should do this. Question is, How ? Can you help me in figuring out this ? Thank...
  5. Deadline

    Running ASP in our Hosting Provider's Server

    Hello Onpnt, You are right. The Hosting provider actually has two different types of Servers(Win2K and Unix). They responded that they are going to move our files from Unix to Win2K after I confirmed. And you guessed it, I already confirmed. I'm grateful for you time and assistance. Thank you...
  6. Deadline

    Running ASP in our Hosting Provider's Server

    Yes it did this time. But when I had all the <HTML> tags, it showed a blank page as said above. Thank you, RR. __________________________________ The best is yet to come.
  7. Deadline

    Running ASP in our Hosting Provider's Server

    Thank you so much for the response. I've passive mode checked in WS_FTP and ASCII mode enabled as well. When I simply had <%Response.Write &quot;HELLO&quot;%> in the page, it displayed a Open / Save dialog box for the .asp file. So is that it ? Thank you, RR...
  8. Deadline

    Running ASP in our Hosting Provider's Server

    Here is a sample code: <%@LANGUAGE=&quot;VBScript&quot; CODEPAGE=&quot;1252&quot;%> <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> </head> <body> <%Response.Write &quot;Testing ASP&quot;%> </body>...
  9. Deadline

    Running ASP in our Hosting Provider's Server

    Hi, Here are some FAQs from our hosting provider's site. (*)Can I install my own CGI scripts? All accounts include the ability to install your own CGI scripts. We have installed PERL version 5 for your convenience. (*)Do you support FrontPage Extensions? Yes. We have Microsoft FrontPage...
  10. Deadline

    Versioning without Triggers or 3rd Party Tools

    Hello FlutePlr, Thank you very much for your response. We originally thought of implementing this versioning scheme for about any set of Master Detail Table. We thought using the technique you've mentioned (with triggers) will reduce/limit the possibility of generalizing the implementation, as...
  11. Deadline

    Versioning without Triggers or 3rd Party Tools

    Hello, We are trying to implement a versioning mechanism for any table. I'd like to have your suggestions and recommendations in designing one. Triggers and 3rd Party Tools aren't permitted at this stage. The scenario is like this : When a record in a table is 'updated', it should not be...
  12. Deadline

    Function owner name in MSSQL 2000

    Although, it would really be a great feature to have. Like stored procedures, we must be able to call the functions without prefixing with Owner names. Thank you, RR. __________________________________ The best is yet to come.
  13. Deadline

    How to handle the returning the result of two or more SELECTs in SP?

    Hi, With refernece to the thread - thread183-207754 What if my Stored Procedure returns the results of two or more SELECT statements ? How do we handle such a situation in VB or ASP ? Thank you, RR. __________________________________ The best is yet to come.
  14. Deadline

    How to add custom server objects to the Interdev toolbox ?

    Hi, The title is the question. How to include my own dll which is registered in the Server, in my Interdev toolbox ? If I do by some means, will it be possible to get that intellisense menu whenever I type a period after the instance of my custom dll ? My request - Please help me or point to...
  15. Deadline

    Right method to enforce Composite Primary Key

    Ok, I'm rephrasing my question here - What would be the most elegant and/or appropriate method to enforce/implement Primary key constraints in Visual Basic for an Oracle Database both composite and single ? I'd like to gracefully alert the user that their set of data(which constitute the...
  16. Deadline

    Right method to enforce Composite Primary Key

    Hi, What is the most appropriate and elegant method to enforce Composite keys in &quot;Detail&quot; Tables(Transaction Tables) ? Thank you, RR. __________________________________ The best is yet to come.
  17. Deadline

    The statement parameter can only be a single select or a single stored

    It is a simple SQL SELECT Statement. I apologise for not making it clear. Thank you, RR. __________________________________ The best is yet to come.
  18. Deadline

    The statement parameter can only be a single select or a single stored

    &quot;The statement parameter can only be a single select or a single stored procedure&quot; - I get the above error message, when I try to execute the following inside a FOR loop Set rs = Server.CreateObject(&quot;ADODB.Recordset&quot;) FOR i = 0 to UBOUND(somearray) ... ... rs.Open...
  19. Deadline

    BOOKS

    Thank you NatGreen and Jack. How do we know if the book was published before or AFTER VS.Net Release ? Thank you, RR. __________________________________ The best is yet to come.
  20. Deadline

    BOOKS

    Hello, It will be helpful, if we can dedicate this thread for comments on the books you read on ASP.NET. It'll be a great help to me and to others. Thank you, RR. __________________________________ The best is yet to come.

Part and Inventory Search

Back
Top