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 Wanet Telecoms Ltd 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: Byourself
  • Content: Threads
  • Order by date
  1. Byourself

    Access returns maximum 245 records on 1 query?

    I have a very strange problem... I have a query which should return all the records from one table. I'm using ADO from my ASP page in order to do this. I have a weird problem that after 245 records it would stop my whole function and wouldn't throw any error... it'd just stop... Someone knows...
  2. Byourself

    Search XML File with XMLDOM

    Hi, I have a question. I couldn't find documentation about it on the net so I hope the pro's here will help. Well, I have an xml which looks like: <MyXMLTree> <FirstName> <width>200px</width> <DefValue>Your name here</DefValue> </FirstName> </MyXMLTree> Anyway, I'd like to know...
  3. Byourself

    Can I encrypte ASP files?

    I would like to encrypte my project's asp files, so other people won't be able to steal my code not legally. Can this be done, while keeping the encrypted ASP files active? --------------- &quot;We'll never give up, it's no use&quot; (Blink 182)
  4. Byourself

    Is there something like args[] in ASP?

    Hi, I want to create a function which I can't know for certain how much variables will be passed to it. I'd like to know if there is something like args[] (from c++) so I can write something like this: function DoSomething( MyVar, ... ) { for each Elem in args ' ... next } Thanks...
  5. Byourself

    Get table names fro an MS-Access DB

    Is there a way to get the table names from an MS-Access database by SQL only? I know that in Oracle, for instance, that will be accomplish easily (SELECT table_name from tabs...) Thanks, Shay --------------- &quot;We'll never give up, it's no use&quot; (Blink 182)

Part and Inventory Search

Back
Top